Color Hex Logo

#13519b Color Hex

#13519B
(19,81,155)
0 Favorites   0 Comments

Color spaces of #13519b

RGB 1981155
HSL0.590.780.34
HSV213°88°61°
CMYK 0.880.480.00   0.39
XYZ9.12748.389932.1487
Yxy8.38990.18380.1689
Hunter Lab28.96535.5587-45.5304
CIE-Lab34.782110.0788-45.6223

#13519b color RGB value is (19,81,155).

#13519b hex color red value is 19, green value is 81 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #13519b hue: 0.59 , saturation: 0.78 and the lightness value of 13519b is 0.34.

The process color (four color CMYK) of #13519b color hex is 0.88, 0.48, 0.00, 0.39. Web safe color of #13519b is #006699. Color #13519b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01010001 10011011
Octal 23 121 233
Decimal 19 81 155
Hex 13 51 9B

RGB Percentages of Color #13519b

%7.45
%31.76
%60.78

CMYK Percentages of Color #13519b

%88
%48
%0
%39

Triadic Colors of #13519b

#13519b #9b1351 #519b13

Analogous Colors of #13519b

#13519b #19139b #13959b

Monochromatic Colors of #13519b

#13519b

Complementary Color

#13519b #9b5d13

#13519b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13519b Color Preview on White Background

Lorem ipsum dolor sit amet.

#13519b Color CSS Codes

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

#13519b Text Font Color

<p style="color:#13519b">Text here</p>

This sample text font color is #13519b
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.


#13519b Background Color

<div style="background-color:#13519b">
Div content here</div>

This div background color is #13519b


#13519b Border Color

<div style="border:3px solid #13519b">
Div here</div>

This div border color is #13519b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,81,155, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13519b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13519b;
  -webkit-box-shadow: 1px 1px 3px 2px #13519b;
  box-shadow:         1px 1px 3px 2px #13519b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13519b


Comments

No comments written yet.

Please login to write comment.