Color Hex Logo

#136fbe Color Hex

#136FBE
(19,111,190)
0 Favorites   0 Comments

Color spaces of #136fbe

RGB 19111190
HSL0.580.820.41
HSV208°90°75°
CMYK 0.900.420.00   0.25
XYZ15.247315.225050.8503
Yxy15.22500.18750.1872
Hunter Lab39.01921.4677-49.9539
CIE-Lab45.94084.6919-48.3755

#136fbe color RGB value is (19,111,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101111 10111110
Octal 23 157 276
Decimal 19 111 190
Hex 13 6F BE

RGB Percentages of Color #136fbe

%5.94
%34.69
%59.38

CMYK Percentages of Color #136fbe

%90
%42
%0
%25

Triadic Colors of #136fbe

#136fbe #be136f #6fbe13

Analogous Colors of #136fbe

#136fbe #131abe #13beb8

Monochromatic Colors of #136fbe

#136fbe

Complementary Color

#136fbe #be6213

#136fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#136fbe Color CSS Codes

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

#136fbe Text Font Color

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

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


#136fbe Background Color

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

This div background color is #136fbe


#136fbe Border Color

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

This div border color is #136fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136fbe


Comments

No comments written yet.

Please login to write comment.