Color Hex Logo

#13617e Color Hex

#13617E
(19,97,126)
0 Favorites   0 Comments

Color spaces of #13617e

RGB 1997126
HSL0.550.740.28
HSV196°85°49°
CMYK 0.850.230.00   0.51
XYZ8.309110.194221.2684
Yxy10.19420.20890.2563
Hunter Lab31.9284-9.4214-17.1449
CIE-Lab38.1887-11.6630-22.6148

#13617e color RGB value is (19,97,126).

#13617e hex color red value is 19, green value is 97 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #13617e hue: 0.55 , saturation: 0.74 and the lightness value of 13617e is 0.28.

The process color (four color CMYK) of #13617e color hex is 0.85, 0.23, 0.00, 0.51. Web safe color of #13617e is #006666. Color #13617e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100001 01111110
Octal 23 141 176
Decimal 19 97 126
Hex 13 61 7E

RGB Percentages of Color #13617e

%7.85
%40.08
%52.07

CMYK Percentages of Color #13617e

%85
%23
%0
%51

Triadic Colors of #13617e

#13617e #7e1361 #617e13

Analogous Colors of #13617e

#13617e #132b7e #137e66

Monochromatic Colors of #13617e

#13617e

Complementary Color

#13617e #7e3013

#13617e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13617e Color Preview on White Background

Lorem ipsum dolor sit amet.

#13617e Color CSS Codes

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

#13617e Text Font Color

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

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


#13617e Background Color

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

This div background color is #13617e


#13617e Border Color

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

This div border color is #13617e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13617e


Comments

No comments written yet.

Please login to write comment.