Color Hex Logo

#136cbe Color Hex

#136CBE
(19,108,190)
0 Favorites   0 Comments

Color spaces of #136cbe

RGB 19108190
HSL0.580.820.41
HSV209°90°75°
CMYK 0.900.430.00   0.25
XYZ14.925414.581350.7430
Yxy14.58130.18600.1817
Hunter Lab38.18552.9450-52.0581
CIE-Lab45.05536.5833-49.7930

#136cbe color RGB value is (19,108,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101100 10111110
Octal 23 154 276
Decimal 19 108 190
Hex 13 6C BE

RGB Percentages of Color #136cbe

%5.99
%34.07
%59.94

CMYK Percentages of Color #136cbe

%90
%43
%0
%25

Triadic Colors of #136cbe

#136cbe #be136c #6cbe13

Analogous Colors of #136cbe

#136cbe #1317be #13bebb

Monochromatic Colors of #136cbe

#136cbe

Complementary Color

#136cbe #be6513

#136cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#136cbe Color CSS Codes

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

#136cbe Text Font Color

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

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


#136cbe Background Color

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

This div background color is #136cbe


#136cbe Border Color

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

This div border color is #136cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136cbe


Comments

No comments written yet.

Please login to write comment.