Color Hex Logo

#136caa Color Hex

#136CAA
(19,108,170)
0 Favorites   0 Comments

Color spaces of #136caa

RGB 19108170
HSL0.570.800.37
HSV205°89°67°
CMYK 0.890.360.00   0.33
XYZ12.886813.765940.0081
Yxy13.76590.19330.2065
Hunter Lab37.1024-2.9308-37.9616
CIE-Lab43.8953-1.3041-39.9815

#136caa color RGB value is (19,108,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101100 10101010
Octal 23 154 252
Decimal 19 108 170
Hex 13 6C AA

RGB Percentages of Color #136caa

%6.40
%36.36
%57.24

CMYK Percentages of Color #136caa

%89
%36
%0
%33

Triadic Colors of #136caa

#136caa #aa136c #6caa13

Analogous Colors of #136caa

#136caa #1320aa #13aa9d

Monochromatic Colors of #136caa

#136caa

Complementary Color

#136caa #aa5113

#136caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#136caa Color CSS Codes

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

#136caa Text Font Color

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

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


#136caa Background Color

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

This div background color is #136caa


#136caa Border Color

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

This div border color is #136caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136caa


Comments

No comments written yet.

Please login to write comment.