Color Hex Logo

#137387 Color Hex

#137387
(19,115,135)
0 Favorites   0 Comments

Color spaces of #137387

RGB 19115135
HSL0.530.750.30
HSV190°86°53°
CMYK 0.860.150.00   0.47
XYZ10.772514.149225.0850
Yxy14.14920.21540.2829
Hunter Lab37.6154-14.7072-13.2086
CIE-Lab44.4461-18.5731-18.3893

#137387 color RGB value is (19,115,135).

#137387 hex color red value is 19, green value is 115 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #137387 hue: 0.53 , saturation: 0.75 and the lightness value of 137387 is 0.30.

The process color (four color CMYK) of #137387 color hex is 0.86, 0.15, 0.00, 0.47. Web safe color of #137387 is #006699. Color #137387 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110011 10000111
Octal 23 163 207
Decimal 19 115 135
Hex 13 73 87

RGB Percentages of Color #137387

%7.06
%42.75
%50.19

CMYK Percentages of Color #137387

%86
%15
%0
%47

Triadic Colors of #137387

#137387 #871373 #738713

Analogous Colors of #137387

#137387 #133987 #138761

Monochromatic Colors of #137387

#137387

Complementary Color

#137387 #872713

#137387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137387 Color CSS Codes

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

#137387 Text Font Color

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

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


#137387 Background Color

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

This div background color is #137387


#137387 Border Color

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

This div border color is #137387


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,115,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #137387; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #137387;
  -webkit-box-shadow: 1px 1px 3px 2px #137387;
  box-shadow:         1px 1px 3px 2px #137387; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137387


Comments

No comments written yet.

Please login to write comment.