Shades of Blue Stone #136D59
Tints of Blue Stone #136D59
RGB
CMYK
RGB Variations
Color information
#136D59 (or 0x136D59) is known color: Blue Stone. HEX triplet: 13, 6D and 59. RGB value is (19,109,89). Sum of RGB (Red+Green+Blue) = 19+109+89=217 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.76% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #136D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D59 is #EC92A6. Grayscale: #4F4F4F. Windows color (decimal): -15504039 or 5860627. OLE color: 5860627.
HSL color Cylindrical-coordinate representation of color #136D59: hue angle of 166.67º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D59 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 109 | 89 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.57 |
| HSL | 166.67º | 0.7% | 0.25% | - |
| HSV(B) | 166.67º | 0.83% | 0.43% | - |
| XYZ | 7.54 | 11.8 | 11.33 | - |
| YUV | 79.81 | 133.18 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 89 | 0.83 | 0 | 0.18 | 0.57 | 166.67 | 0.7 | 0.25 |
| Hex | 13 | 6D | 59 | 53 | 0 | 12 | 39 | A7 | 46 | 19 |
| Octal | 23 | 155 | 131 | 123 | 0 | 22 | 71 | 247 | 106 | 31 |
| Binary | 10011 | 1101101 | 1011001 | 1010011 | 0 | 10010 | 111001 | 10100111 | 1000110 | 11001 |
Color Harmonies of #136D59
Complementary color
Monochromatic Colors of #136D59
Black with #136D59
Text Example
Text Example
White with #136D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D59; }
p { color: rgb(19,109,89); }
H1.HeaderClassName
{
color: #136D59;
}
.AnyTagClassName
{
color: #136D59;
}
</style>
background-color css
<style>
a { background-color: #136D59; }
a { background-color: rgb(19,109,89); }
div.DivClassName
{
background-color: #136D59;
}
.BgClassName
{
background-color: #136D59;
}
</style>
border-color css
<style>
span { border-color: #136D59; }
span { border-color: rgb(19,109,89); }
td.TdClassName
{
border-color: #136D59;
}
.TagClassName
{
border-color: #136D59;
}
</style>