Color Hex Logo

#136ebd Color Hex

#136EBD
(19,110,189)
0 Favorites   0 Comments

Color spaces of #136ebd

RGB 19110189
HSL0.580.820.41
HSV208°90°74°
CMYK 0.900.420.00   0.26
XYZ15.029814.964450.2404
Yxy14.96440.18730.1865
Hunter Lab38.68381.6557-49.9238
CIE-Lab45.58544.9259-48.3654

#136ebd color RGB value is (19,110,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101110 10111101
Octal 23 156 275
Decimal 19 110 189
Hex 13 6E BD

RGB Percentages of Color #136ebd

%5.97
%34.59
%59.43

CMYK Percentages of Color #136ebd

%90
%42
%0
%26

Triadic Colors of #136ebd

#136ebd #bd136e #6ebd13

Analogous Colors of #136ebd

#136ebd #1319bd #13bdb7

Monochromatic Colors of #136ebd

#136ebd

Complementary Color

#136ebd #bd6213

#136ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#136ebd Color CSS Codes

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

#136ebd Text Font Color

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

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


#136ebd Background Color

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

This div background color is #136ebd


#136ebd Border Color

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

This div border color is #136ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136ebd


Comments

No comments written yet.

Please login to write comment.