Color Hex Logo

#136ead Color Hex

#136EAD
(19,110,173)
0 Favorites   0 Comments

Color spaces of #136ead

RGB 19110173
HSL0.570.800.38
HSV205°89°68°
CMYK 0.890.360.00   0.32
XYZ13.387314.307441.5912
Yxy14.30740.19320.2065
Hunter Lab37.8251-3.0182-38.7156
CIE-Lab44.6706-1.3625-40.5099

#136ead color RGB value is (19,110,173).

#136ead hex color red value is 19, green value is 110 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #136ead hue: 0.57 , saturation: 0.80 and the lightness value of 136ead is 0.38.

The process color (four color CMYK) of #136ead color hex is 0.89, 0.36, 0.00, 0.32. Web safe color of #136ead is #006699. Color #136ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101110 10101101
Octal 23 156 255
Decimal 19 110 173
Hex 13 6E AD

RGB Percentages of Color #136ead

%6.29
%36.42
%57.28

CMYK Percentages of Color #136ead

%89
%36
%0
%32

Triadic Colors of #136ead

#136ead #ad136e #6ead13

Analogous Colors of #136ead

#136ead #1321ad #13ad9f

Monochromatic Colors of #136ead

#136ead

Complementary Color

#136ead #ad5213

#136ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#136ead Color CSS Codes

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

#136ead Text Font Color

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

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


#136ead Background Color

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

This div background color is #136ead


#136ead Border Color

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

This div border color is #136ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136ead


Comments

No comments written yet.

Please login to write comment.