Color Hex Logo

#13028e Color Hex

#13028E
(19,2,142)
0 Favorites   0 Comments

Color spaces of #13028e

RGB 192142
HSL0.690.970.28
HSV247°99°56°
CMYK 0.870.990.00   0.44
XYZ5.17282.134925.7306
Yxy2.13490.15660.0646
Hunter Lab14.611337.6241-94.1822
CIE-Lab16.179850.7748-68.1673

#13028e color RGB value is (19,2,142).

#13028e hex color red value is 19, green value is 2 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #13028e hue: 0.69 , saturation: 0.97 and the lightness value of 13028e is 0.28.

The process color (four color CMYK) of #13028e color hex is 0.87, 0.99, 0.00, 0.44. Web safe color of #13028e is #000099. Color #13028e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00000010 10001110
Octal 23 2 216
Decimal 19 2 142
Hex 13 2 8E

RGB Percentages of Color #13028e

%11.66
%1.23
%87.12

CMYK Percentages of Color #13028e

%87
%99
%0
%44

Triadic Colors of #13028e

#13028e #8e1302 #028e13

Analogous Colors of #13028e

#13028e #59028e #02378e

Monochromatic Colors of #13028e

#13028e

Complementary Color

#13028e #7d8e02

#13028e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13028e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13028e Color CSS Codes

.mybgcolor {background-color:#13028e; } 
.myforecolor {color:#13028e; }
.mybordercolor {border:3px solid #13028e; }

#13028e Text Font Color

<p style="color:#13028e">Text here</p>

This sample text font color is #13028e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#13028e Background Color

<div style="background-color:#13028e">
Div content here</div>

This div background color is #13028e


#13028e Border Color

<div style="border:3px solid #13028e">
Div here</div>

This div border color is #13028e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,2,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13028e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13028e;
  -webkit-box-shadow: 1px 1px 3px 2px #13028e;
  box-shadow:         1px 1px 3px 2px #13028e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,2,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #13028e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #13028e;
  -webkit-box-shadow: 1px 1px 3px 2px #13028e;
  box-shadow:         1px 1px 3px 2px #13028e;">
Div content here</div>

This div box has shadow with color #13028e


Comments

No comments written yet.

Please login to write comment.