Color Hex Logo

#137ebb Color Hex

#137EBB
(19,126,187)
0 Favorites   0 Comments

Color spaces of #137ebb

RGB 19126187
HSL0.560.820.40
HSV202°90°73°
CMYK 0.900.330.00   0.27
XYZ16.699118.648049.7330
Yxy18.64800.19630.2192
Hunter Lab43.1833-6.5444-38.0543
CIE-Lab50.2728-5.6177-39.7616

#137ebb color RGB value is (19,126,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111110 10111011
Octal 23 176 273
Decimal 19 126 187
Hex 13 7E BB

RGB Percentages of Color #137ebb

%5.72
%37.95
%56.33

CMYK Percentages of Color #137ebb

%90
%33
%0
%27

Triadic Colors of #137ebb

#137ebb #bb137e #7ebb13

Analogous Colors of #137ebb

#137ebb #132abb #13bba4

Monochromatic Colors of #137ebb

#137ebb

Complementary Color

#137ebb #bb5013

#137ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#137ebb Color CSS Codes

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

#137ebb Text Font Color

<p style="color:#137ebb">Text here</p>

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


#137ebb Background Color

<div style="background-color:#137ebb">
Div content here</div>

This div background color is #137ebb


#137ebb Border Color

<div style="border:3px solid #137ebb">
Div here</div>

This div border color is #137ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137ebb


Comments

No comments written yet.

Please login to write comment.