Color Hex Logo

#136d81 Color Hex

#136D81
(19,109,129)
0 Favorites   0 Comments

Color spaces of #136d81

RGB 19109129
HSL0.530.740.29
HSV191°85°51°
CMYK 0.850.160.00   0.49
XYZ9.699612.660722.7014
Yxy12.66070.21530.2810
Hunter Lab35.5819-13.6093-12.9200
CIE-Lab42.2475-17.4117-18.1668

#136d81 color RGB value is (19,109,129).

#136d81 hex color red value is 19, green value is 109 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #136d81 hue: 0.53 , saturation: 0.74 and the lightness value of 136d81 is 0.29.

The process color (four color CMYK) of #136d81 color hex is 0.85, 0.16, 0.00, 0.49. Web safe color of #136d81 is #006699. Color #136d81 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101101 10000001
Octal 23 155 201
Decimal 19 109 129
Hex 13 6D 81

RGB Percentages of Color #136d81

%7.39
%42.41
%50.19

CMYK Percentages of Color #136d81

%85
%16
%0
%49

Triadic Colors of #136d81

#136d81 #81136d #6d8113

Analogous Colors of #136d81

#136d81 #133681 #13815e

Monochromatic Colors of #136d81

#136d81

Complementary Color

#136d81 #812713

#136d81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#136d81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#136d81 Color CSS Codes

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

#136d81 Text Font Color

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

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


#136d81 Background Color

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

This div background color is #136d81


#136d81 Border Color

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

This div border color is #136d81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #136d81

#136d81 Color Palettes


Comments

No comments written yet.

Please login to write comment.