Color Hex Logo

#136fbd Color Hex

#136FBD
(19,111,189)
0 Favorites   0 Comments

Color spaces of #136fbd

RGB 19111189
HSL0.580.820.41
HSV208°90°74°
CMYK 0.900.410.00   0.26
XYZ15.138315.181450.2766
Yxy15.18140.18780.1884
Hunter Lab38.96331.1663-49.2310
CIE-Lab45.88174.2980-47.8917

#136fbd color RGB value is (19,111,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101111 10111101
Octal 23 157 275
Decimal 19 111 189
Hex 13 6F BD

RGB Percentages of Color #136fbd

%5.96
%34.80
%59.25

CMYK Percentages of Color #136fbd

%90
%41
%0
%26

Triadic Colors of #136fbd

#136fbd #bd136f #6fbd13

Analogous Colors of #136fbd

#136fbd #131abd #13bdb6

Monochromatic Colors of #136fbd

#136fbd

Complementary Color

#136fbd #bd6113

#136fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#136fbd Color CSS Codes

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

#136fbd Text Font Color

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

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


#136fbd Background Color

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

This div background color is #136fbd


#136fbd Border Color

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

This div border color is #136fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136fbd


Comments

No comments written yet.

Please login to write comment.