Color Hex Logo

#136bbd Color Hex

#136BBD
(19,107,189)
0 Favorites   0 Comments

Color spaces of #136bbd

RGB 19107189
HSL0.580.820.41
HSV209°90°74°
CMYK 0.900.430.00   0.26
XYZ14.711614.328050.1343
Yxy14.32800.18580.1810
Hunter Lab37.85233.1338-52.0312
CIE-Lab44.69976.8219-49.7836

#136bbd color RGB value is (19,107,189).

#136bbd hex color red value is 19, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #136bbd hue: 0.58 , saturation: 0.82 and the lightness value of 136bbd is 0.41.

The process color (four color CMYK) of #136bbd color hex is 0.90, 0.43, 0.00, 0.26. Web safe color of #136bbd is #0066cc. Color #136bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101011 10111101
Octal 23 153 275
Decimal 19 107 189
Hex 13 6B BD

RGB Percentages of Color #136bbd

%6.03
%33.97
%60.00

CMYK Percentages of Color #136bbd

%90
%43
%0
%26

Triadic Colors of #136bbd

#136bbd #bd136b #6bbd13

Analogous Colors of #136bbd

#136bbd #1316bd #13bdba

Monochromatic Colors of #136bbd

#136bbd

Complementary Color

#136bbd #bd6513

#136bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#136bbd Color CSS Codes

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

#136bbd Text Font Color

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

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


#136bbd Background Color

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

This div background color is #136bbd


#136bbd Border Color

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

This div border color is #136bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136bbd


Comments

No comments written yet.

Please login to write comment.