Color Hex Logo

#136cad Color Hex

#136CAD
(19,108,173)
0 Favorites   0 Comments

Color spaces of #136cad

RGB 19108173
HSL0.570.800.38
HSV205°89°68°
CMYK 0.890.380.00   0.32
XYZ13.173913.880741.5201
Yxy13.88070.19210.2024
Hunter Lab37.2568-2.0823-39.9948
CIE-Lab44.0614-0.1262-41.4776

#136cad color RGB value is (19,108,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101100 10101101
Octal 23 154 255
Decimal 19 108 173
Hex 13 6C AD

RGB Percentages of Color #136cad

%6.33
%36.00
%57.67

CMYK Percentages of Color #136cad

%89
%38
%0
%32

Triadic Colors of #136cad

#136cad #ad136c #6cad13

Analogous Colors of #136cad

#136cad #131fad #13ada1

Monochromatic Colors of #136cad

#136cad

Complementary Color

#136cad #ad5413

#136cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#136cad Color CSS Codes

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

#136cad Text Font Color

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

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


#136cad Background Color

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

This div background color is #136cad


#136cad Border Color

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

This div border color is #136cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136cad


Comments

No comments written yet.

Please login to write comment.