Color Hex Logo

#13719c Color Hex

#13719C
(19,113,156)
0 Favorites   0 Comments

Color spaces of #13719c

RGB 19113156
HSL0.550.780.34
HSV199°88°61°
CMYK 0.880.280.00   0.39
XYZ12.174414.349033.5805
Yxy14.34900.20260.2387
Hunter Lab37.8801-8.9214-26.0442
CIE-Lab44.7293-9.7223-30.4203

#13719c color RGB value is (19,113,156).

#13719c hex color red value is 19, green value is 113 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #13719c hue: 0.55 , saturation: 0.78 and the lightness value of 13719c is 0.34.

The process color (four color CMYK) of #13719c color hex is 0.88, 0.28, 0.00, 0.39. Web safe color of #13719c is #006699. Color #13719c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110001 10011100
Octal 23 161 234
Decimal 19 113 156
Hex 13 71 9C

RGB Percentages of Color #13719c

%6.60
%39.24
%54.17

CMYK Percentages of Color #13719c

%88
%28
%0
%39

Triadic Colors of #13719c

#13719c #9c1371 #719c13

Analogous Colors of #13719c

#13719c #132c9c #139c83

Monochromatic Colors of #13719c

#13719c

Complementary Color

#13719c #9c3e13

#13719c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13719c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13719c Color CSS Codes

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

#13719c Text Font Color

<p style="color:#13719c">Text here</p>

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


#13719c Background Color

<div style="background-color:#13719c">
Div content here</div>

This div background color is #13719c


#13719c Border Color

<div style="border:3px solid #13719c">
Div here</div>

This div border color is #13719c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,113,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13719c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13719c;
  -webkit-box-shadow: 1px 1px 3px 2px #13719c;
  box-shadow:         1px 1px 3px 2px #13719c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13719c


Comments

No comments written yet.

Please login to write comment.