Color Hex Logo

#136dac Color Hex

#136DAC
(19,109,172)
0 Favorites   0 Comments

Color spaces of #136dac

RGB 19109172
HSL0.570.800.37
HSV205°89°67°
CMYK 0.890.370.00   0.33
XYZ13.183614.054341.0476
Yxy14.05430.19310.2058
Hunter Lab37.4891-2.8336-38.6756
CIE-Lab44.3107-1.1375-40.4954

#136dac color RGB value is (19,109,172).

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

The process color (four color CMYK) of #136dac color hex is 0.89, 0.37, 0.00, 0.33. Web safe color of #136dac is #006699. Color #136dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101101 10101100
Octal 23 155 254
Decimal 19 109 172
Hex 13 6D AC

RGB Percentages of Color #136dac

%6.33
%36.33
%57.33

CMYK Percentages of Color #136dac

%89
%37
%0
%33

Triadic Colors of #136dac

#136dac #ac136d #6dac13

Analogous Colors of #136dac

#136dac #1321ac #13ac9f

Monochromatic Colors of #136dac

#136dac

Complementary Color

#136dac #ac5213

#136dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#136dac Color CSS Codes

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

#136dac Text Font Color

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

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


#136dac Background Color

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

This div background color is #136dac


#136dac Border Color

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

This div border color is #136dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136dac


Comments

No comments written yet.

Please login to write comment.