Color Hex Logo

#136da0 Color Hex

#136DA0
(19,109,160)
0 Favorites   0 Comments

Color spaces of #136da0

RGB 19109160
HSL0.560.790.35
HSV202°88°63°
CMYK 0.880.320.00   0.37
XYZ12.082413.613835.2486
Yxy13.61380.19830.2234
Hunter Lab36.8969-6.1172-30.8135
CIE-Lab43.6739-5.8095-34.4414

#136da0 color RGB value is (19,109,160).

#136da0 hex color red value is 19, green value is 109 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #136da0 hue: 0.56 , saturation: 0.79 and the lightness value of 136da0 is 0.35.

The process color (four color CMYK) of #136da0 color hex is 0.88, 0.32, 0.00, 0.37. Web safe color of #136da0 is #006699. Color #136da0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101101 10100000
Octal 23 155 240
Decimal 19 109 160
Hex 13 6D A0

RGB Percentages of Color #136da0

%6.60
%37.85
%55.56

CMYK Percentages of Color #136da0

%88
%32
%0
%37

Triadic Colors of #136da0

#136da0 #a0136d #6da013

Analogous Colors of #136da0

#136da0 #1327a0 #13a08d

Monochromatic Colors of #136da0

#136da0

Complementary Color

#136da0 #a04613

#136da0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136da0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136da0 Color CSS Codes

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

#136da0 Text Font Color

<p style="color:#136da0">Text here</p>

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


#136da0 Background Color

<div style="background-color:#136da0">
Div content here</div>

This div background color is #136da0


#136da0 Border Color

<div style="border:3px solid #136da0">
Div here</div>

This div border color is #136da0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,109,160, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #136da0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #136da0;
  -webkit-box-shadow: 1px 1px 3px 2px #136da0;
  box-shadow:         1px 1px 3px 2px #136da0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136da0


Comments

No comments written yet.

Please login to write comment.