Color Hex Logo

#137abe Color Hex

#137ABE
(19,122,190)
0 Favorites   0 Comments

Color spaces of #137abe

RGB 19122190
HSL0.570.820.41
HSV204°90°75°
CMYK 0.900.360.00   0.25
XYZ16.522417.775251.2753
Yxy17.77520.19310.2077
Hunter Lab42.1606-3.8285-42.5954
CIE-Lab49.2223-2.0809-43.1489

#137abe color RGB value is (19,122,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111010 10111110
Octal 23 172 276
Decimal 19 122 190
Hex 13 7A BE

RGB Percentages of Color #137abe

%5.74
%36.86
%57.40

CMYK Percentages of Color #137abe

%90
%36
%0
%25

Triadic Colors of #137abe

#137abe #be137a #7abe13

Analogous Colors of #137abe

#137abe #1324be #13bead

Monochromatic Colors of #137abe

#137abe

Complementary Color

#137abe #be5713

#137abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#137abe Color CSS Codes

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

#137abe Text Font Color

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

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


#137abe Background Color

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

This div background color is #137abe


#137abe Border Color

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

This div border color is #137abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137abe


Comments

No comments written yet.

Please login to write comment.