Color Hex Logo

#137eaf Color Hex

#137EAF
(19,126,175)
0 Favorites   0 Comments

Color spaces of #137eaf

RGB 19126175
HSL0.550.800.38
HSV199°89°69°
CMYK 0.890.280.00   0.31
XYZ15.467318.155343.2466
Yxy18.15530.20120.2362
Hunter Lab42.6090-9.7694-30.3508
CIE-Lab49.6839-10.1417-33.7665

#137eaf color RGB value is (19,126,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01111110 10101111
Octal 23 176 257
Decimal 19 126 175
Hex 13 7E AF

RGB Percentages of Color #137eaf

%5.94
%39.38
%54.69

CMYK Percentages of Color #137eaf

%89
%28
%0
%31

Triadic Colors of #137eaf

#137eaf #af137e #7eaf13

Analogous Colors of #137eaf

#137eaf #1330af #13af92

Monochromatic Colors of #137eaf

#137eaf

Complementary Color

#137eaf #af4413

#137eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#137eaf Color CSS Codes

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

#137eaf Text Font Color

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

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


#137eaf Background Color

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

This div background color is #137eaf


#137eaf Border Color

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

This div border color is #137eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137eaf


Comments

No comments written yet.

Please login to write comment.