Color Hex Logo

#136573 Color Hex

#136573
(19,101,115)
0 Favorites   0 Comments

Color spaces of #136573

RGB 19101115
HSL0.520.720.26
HSV189°83°45°
CMYK 0.830.120.00   0.55
XYZ8.016810.683617.8593
Yxy10.68360.21930.2922
Hunter Lab32.6858-13.4196-9.5156
CIE-Lab39.0424-17.9757-14.5785

#136573 color RGB value is (19,101,115).

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

The process color (four color CMYK) of #136573 color hex is 0.83, 0.12, 0.00, 0.55. Web safe color of #136573 is #006666. Color #136573 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01100101 01110011
Octal 23 145 163
Decimal 19 101 115
Hex 13 65 73

RGB Percentages of Color #136573

%8.09
%42.98
%48.94

CMYK Percentages of Color #136573

%83
%12
%0
%55

Triadic Colors of #136573

#136573 #731365 #657313

Analogous Colors of #136573

#136573 #133573 #137351

Monochromatic Colors of #136573

#136573

Complementary Color

#136573 #732113

#136573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136573 Color CSS Codes

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

#136573 Text Font Color

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

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


#136573 Background Color

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

This div background color is #136573


#136573 Border Color

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

This div border color is #136573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136573


Comments

No comments written yet.

Please login to write comment.