Color Hex Logo

#136dbb Color Hex

#136DBB
(19,109,187)
0 Favorites   0 Comments

Color spaces of #136dbb

RGB 19109187
HSL0.580.820.40
HSV208°90°73°
CMYK 0.900.420.00   0.27
XYZ14.706814.663649.0689
Yxy14.66360.18750.1869
Hunter Lab38.29311.5416-49.1693
CIE-Lab45.17004.7657-47.8710

#136dbb color RGB value is (19,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101101 10111011
Octal 23 155 273
Decimal 19 109 187
Hex 13 6D BB

RGB Percentages of Color #136dbb

%6.03
%34.60
%59.37

CMYK Percentages of Color #136dbb

%90
%42
%0
%27

Triadic Colors of #136dbb

#136dbb #bb136d #6dbb13

Analogous Colors of #136dbb

#136dbb #1319bb #13bbb5

Monochromatic Colors of #136dbb

#136dbb

Complementary Color

#136dbb #bb6113

#136dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#136dbb Color CSS Codes

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

#136dbb Text Font Color

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

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


#136dbb Background Color

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

This div background color is #136dbb


#136dbb Border Color

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

This div border color is #136dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136dbb


Comments

No comments written yet.

Please login to write comment.