Color Hex Logo

#137caa Color Hex

#137CAA
(19,124,170)
0 Favorites   0 Comments

Color spaces of #137caa

RGB 19124170
HSL0.550.800.37
HSV198°89°67°
CMYK 0.890.270.00   0.33
XYZ14.731917.456040.6231
Yxy17.45600.20230.2397
Hunter Lab41.7804-10.1760-28.4015
CIE-Lab48.8295-10.8557-32.2046

#137caa color RGB value is (19,124,170).

#137caa hex color red value is 19, green value is 124 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #137caa hue: 0.55 , saturation: 0.80 and the lightness value of 137caa is 0.37.

The process color (four color CMYK) of #137caa color hex is 0.89, 0.27, 0.00, 0.33. Web safe color of #137caa is #006699. Color #137caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111100 10101010
Octal 23 174 252
Decimal 19 124 170
Hex 13 7C AA

RGB Percentages of Color #137caa

%6.07
%39.62
%54.31

CMYK Percentages of Color #137caa

%89
%27
%0
%33

Triadic Colors of #137caa

#137caa #aa137c #7caa13

Analogous Colors of #137caa

#137caa #1331aa #13aa8d

Monochromatic Colors of #137caa

#137caa

Complementary Color

#137caa #aa4113

#137caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#137caa Color CSS Codes

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

#137caa Text Font Color

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

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


#137caa Background Color

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

This div background color is #137caa


#137caa Border Color

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

This div border color is #137caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137caa


Comments

No comments written yet.

Please login to write comment.