Color Hex Logo

#137377 Color Hex

#137377
(19,115,119)
0 Favorites   0 Comments

Color spaces of #137377

RGB 19115119
HSL0.510.720.27
HSV182°84°47°
CMYK 0.840.030.00   0.53
XYZ9.729113.731819.5905
Yxy13.73180.22600.3190
Hunter Lab37.0564-17.9839-5.4051
CIE-Lab43.8458-24.0644-9.7257

#137377 color RGB value is (19,115,119).

#137377 hex color red value is 19, green value is 115 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #137377 hue: 0.51 , saturation: 0.72 and the lightness value of 137377 is 0.27.

The process color (four color CMYK) of #137377 color hex is 0.84, 0.03, 0.00, 0.53. Web safe color of #137377 is #006666. Color #137377 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110011 01110111
Octal 23 163 167
Decimal 19 115 119
Hex 13 73 77

RGB Percentages of Color #137377

%7.51
%45.45
%47.04

CMYK Percentages of Color #137377

%84
%3
%0
%53

Triadic Colors of #137377

#137377 #771373 #737713

Analogous Colors of #137377

#137377 #134177 #137749

Monochromatic Colors of #137377

#137377

Complementary Color

#137377 #771713

#137377 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137377 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137377 Color CSS Codes

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

#137377 Text Font Color

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

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


#137377 Background Color

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

This div background color is #137377


#137377 Border Color

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

This div border color is #137377


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137377


Comments

No comments written yet.

Please login to write comment.