Color Hex Logo

#136cac Color Hex

#136CAC
(19,108,172)
0 Favorites   0 Comments

Color spaces of #136cac

RGB 19108172
HSL0.570.800.37
HSV205°89°67°
CMYK 0.890.370.00   0.33
XYZ13.077513.842141.0123
Yxy13.84210.19250.2038
Hunter Lab37.2050-2.3662-39.3139
CIE-Lab44.0056-0.5187-40.9800

#136cac color RGB value is (19,108,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101100 10101100
Octal 23 154 254
Decimal 19 108 172
Hex 13 6C AC

RGB Percentages of Color #136cac

%6.35
%36.12
%57.53

CMYK Percentages of Color #136cac

%89
%37
%0
%33

Triadic Colors of #136cac

#136cac #ac136c #6cac13

Analogous Colors of #136cac

#136cac #1320ac #13aca0

Monochromatic Colors of #136cac

#136cac

Complementary Color

#136cac #ac5313

#136cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#136cac Color CSS Codes

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

#136cac Text Font Color

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

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


#136cac Background Color

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

This div background color is #136cac


#136cac Border Color

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

This div border color is #136cac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,108,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 #136cac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136cac


Comments

No comments written yet.

Please login to write comment.