Color Hex Logo

#137088 Color Hex

#137088
(19,112,136)
0 Favorites   0 Comments

Color spaces of #137088

RGB 19112136
HSL0.530.750.30
HSV192°86°53°
CMYK 0.860.180.00   0.47
XYZ10.506713.504425.3454
Yxy13.50440.21290.2736
Hunter Lab36.7483-13.2747-15.1686
CIE-Lab43.5136-16.5603-20.4199

#137088 color RGB value is (19,112,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010011 01110000 10001000
Octal 23 160 210
Decimal 19 112 136
Hex 13 70 88

RGB Percentages of Color #137088

%7.12
%41.95
%50.94

CMYK Percentages of Color #137088

%86
%18
%0
%47

Triadic Colors of #137088

#137088 #881370 #708813

Analogous Colors of #137088

#137088 #133688 #138866

Monochromatic Colors of #137088

#137088

Complementary Color

#137088 #882b13

#137088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#137088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#137088 Color CSS Codes

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

#137088 Text Font Color

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

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


#137088 Background Color

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

This div background color is #137088


#137088 Border Color

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

This div border color is #137088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #137088


Comments

No comments written yet.

Please login to write comment.