Color Hex Logo

#137795 Color Hex

#137795
(19,119,149)
0 Favorites   0 Comments

Color spaces of #137795

RGB 19119149
HSL0.540.770.33
HSV194°87°58°
CMYK 0.870.200.00   0.42
XYZ12.290215.502030.7782
Yxy15.50200.20980.2647
Hunter Lab39.3726-13.1830-18.7872
CIE-Lab46.3142-15.7571-23.8192

#137795 color RGB value is (19,119,149).

#137795 hex color red value is 19, green value is 119 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #137795 hue: 0.54 , saturation: 0.77 and the lightness value of 137795 is 0.33.

The process color (four color CMYK) of #137795 color hex is 0.87, 0.20, 0.00, 0.42. Web safe color of #137795 is #006699. Color #137795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110111 10010101
Octal 23 167 225
Decimal 19 119 149
Hex 13 77 95

RGB Percentages of Color #137795

%6.62
%41.46
%51.92

CMYK Percentages of Color #137795

%87
%20
%0
%42

Triadic Colors of #137795

#137795 #951377 #779513

Analogous Colors of #137795

#137795 #133695 #139572

Monochromatic Colors of #137795

#137795

Complementary Color

#137795 #953113

#137795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137795 Color CSS Codes

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

#137795 Text Font Color

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

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


#137795 Background Color

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

This div background color is #137795


#137795 Border Color

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

This div border color is #137795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137795


Comments

No comments written yet.

Please login to write comment.