Color Hex Logo

#13597c Color Hex

#13597C
(19,89,124)
0 Favorites   0 Comments

Color spaces of #13597c

RGB 1989124
HSL0.560.730.28
HSV200°85°49°
CMYK 0.850.280.00   0.51
XYZ7.47908.738420.3613
Yxy8.73840.20450.2389
Hunter Lab29.5608-6.5701-20.1461
CIE-Lab35.4757-7.6192-25.6188

#13597c color RGB value is (19,89,124).

#13597c hex color red value is 19, green value is 89 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #13597c hue: 0.56 , saturation: 0.73 and the lightness value of 13597c is 0.28.

The process color (four color CMYK) of #13597c color hex is 0.85, 0.28, 0.00, 0.51. Web safe color of #13597c is #006666. Color #13597c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01011001 01111100
Octal 23 131 174
Decimal 19 89 124
Hex 13 59 7C

RGB Percentages of Color #13597c

%8.19
%38.36
%53.45

CMYK Percentages of Color #13597c

%85
%28
%0
%51

Triadic Colors of #13597c

#13597c #7c1359 #597c13

Analogous Colors of #13597c

#13597c #13247c #137c6b

Monochromatic Colors of #13597c

#13597c

Complementary Color

#13597c #7c3613

#13597c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13597c Color Preview on White Background

Lorem ipsum dolor sit amet.

#13597c Color CSS Codes

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

#13597c Text Font Color

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

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


#13597c Background Color

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

This div background color is #13597c


#13597c Border Color

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

This div border color is #13597c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13597c


Comments

No comments written yet.

Please login to write comment.