Color Hex Logo

#13606a Color Hex

#13606A
(19,96,106)
0 Favorites   0 Comments

Color spaces of #13606a

RGB 1996106
HSL0.520.700.25
HSV187°82°42°
CMYK 0.820.090.00   0.58
XYZ7.05299.544815.1063
Yxy9.54480.22250.3011
Hunter Lab30.8947-13.3161-7.3643
CIE-Lab37.0127-18.3933-12.1358

#13606a color RGB value is (19,96,106).

#13606a hex color red value is 19, green value is 96 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #13606a hue: 0.52 , saturation: 0.70 and the lightness value of 13606a is 0.25.

The process color (four color CMYK) of #13606a color hex is 0.82, 0.09, 0.00, 0.58. Web safe color of #13606a is #006666. Color #13606a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100000 01101010
Octal 23 140 152
Decimal 19 96 106
Hex 13 60 6A

RGB Percentages of Color #13606a

%8.60
%43.44
%47.96

CMYK Percentages of Color #13606a

%82
%9
%0
%58

Triadic Colors of #13606a

#13606a #6a1360 #606a13

Analogous Colors of #13606a

#13606a #13356a #136a49

Monochromatic Colors of #13606a

#13606a

Complementary Color

#13606a #6a1d13

#13606a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#13606a Color Preview on White Background

Lorem ipsum dolor sit amet.

#13606a Color CSS Codes

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

#13606a Text Font Color

<p style="color:#13606a">Text here</p>

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


#13606a Background Color

<div style="background-color:#13606a">
Div content here</div>

This div background color is #13606a


#13606a Border Color

<div style="border:3px solid #13606a">
Div here</div>

This div border color is #13606a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,96,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #13606a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #13606a;
  -webkit-box-shadow: 1px 1px 3px 2px #13606a;
  box-shadow:         1px 1px 3px 2px #13606a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #13606a


Comments

No comments written yet.

Please login to write comment.