Color Hex Logo

#136cbb Color Hex

#136CBB
(19,108,187)
0 Favorites   0 Comments

Color spaces of #136cbb

RGB 19108187
HSL0.580.820.40
HSV208°90°73°
CMYK 0.900.420.00   0.27
XYZ14.600814.451449.0336
Yxy14.45140.18700.1851
Hunter Lab38.01502.0320-49.8646
CIE-Lab44.87355.3973-48.3454

#136cbb color RGB value is (19,108,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101100 10111011
Octal 23 154 273
Decimal 19 108 187
Hex 13 6C BB

RGB Percentages of Color #136cbb

%6.05
%34.39
%59.55

CMYK Percentages of Color #136cbb

%90
%42
%0
%27

Triadic Colors of #136cbb

#136cbb #bb136c #6cbb13

Analogous Colors of #136cbb

#136cbb #1318bb #13bbb6

Monochromatic Colors of #136cbb

#136cbb

Complementary Color

#136cbb #bb6213

#136cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#136cbb Color CSS Codes

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

#136cbb Text Font Color

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

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


#136cbb Background Color

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

This div background color is #136cbb


#136cbb Border Color

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

This div border color is #136cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136cbb

#136cbb Color Palettes


Comments

No comments written yet.

Please login to write comment.