Color Hex Logo

#137aaf Color Hex

#137AAF
(19,122,175)
0 Favorites   0 Comments

Color spaces of #137aaf

RGB 19122175
HSL0.560.800.38
HSV200°89°69°
CMYK 0.890.300.00   0.31
XYZ14.966017.152743.0794
Yxy17.15270.19900.2281
Hunter Lab41.4158-7.9750-32.6805
CIE-Lab48.4519-7.8127-35.7010

#137aaf color RGB value is (19,122,175).

#137aaf hex color red value is 19, green value is 122 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #137aaf hue: 0.56 , saturation: 0.80 and the lightness value of 137aaf is 0.38.

The process color (four color CMYK) of #137aaf color hex is 0.89, 0.30, 0.00, 0.31. Web safe color of #137aaf is #006699. Color #137aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111010 10101111
Octal 23 172 257
Decimal 19 122 175
Hex 13 7A AF

RGB Percentages of Color #137aaf

%6.01
%38.61
%55.38

CMYK Percentages of Color #137aaf

%89
%30
%0
%31

Triadic Colors of #137aaf

#137aaf #af137a #7aaf13

Analogous Colors of #137aaf

#137aaf #132caf #13af96

Monochromatic Colors of #137aaf

#137aaf

Complementary Color

#137aaf #af4813

#137aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#137aaf Color CSS Codes

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

#137aaf Text Font Color

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

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


#137aaf Background Color

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

This div background color is #137aaf


#137aaf Border Color

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

This div border color is #137aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137aaf


Comments

No comments written yet.

Please login to write comment.