Color Hex Logo

#137aea Color Hex

#137AEA
(19,122,234)
0 Favorites   0 Comments

Color spaces of #137aea

RGB 19122234
HSL0.590.850.50
HSV211°92°92°
CMYK 0.920.480.00   0.08
XYZ22.079419.998080.5382
Yxy19.99800.18010.1631
Hunter Lab44.71919.8732-75.4767
CIE-Lab51.835014.9719-63.9177

#137aea color RGB value is (19,122,234).

#137aea hex color red value is 19, green value is 122 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #137aea hue: 0.59 , saturation: 0.85 and the lightness value of 137aea is 0.50.

The process color (four color CMYK) of #137aea color hex is 0.92, 0.48, 0.00, 0.08. Web safe color of #137aea is #0066ff. Color #137aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111010 11101010
Octal 23 172 352
Decimal 19 122 234
Hex 13 7A EA

RGB Percentages of Color #137aea

%5.07
%32.53
%62.40

CMYK Percentages of Color #137aea

%92
%48
%0
%8

Triadic Colors of #137aea

#137aea #ea137a #7aea13

Analogous Colors of #137aea

#137aea #1713ea #13e6ea

Monochromatic Colors of #137aea

#137aea

Complementary Color

#137aea #ea8313

#137aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#137aea Color CSS Codes

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

#137aea Text Font Color

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

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


#137aea Background Color

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

This div background color is #137aea


#137aea Border Color

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

This div border color is #137aea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,122,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #137aea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137aea


Comments

No comments written yet.

Please login to write comment.