Shades of Blue Stone #136D66
Tints of Blue Stone #136D66
RGB
CMYK
RGB Variations
Color information
#136D66 (or 0x136D66) is known color: Blue Stone. HEX triplet: 13, 6D and 66. RGB value is (19,109,102). Sum of RGB (Red+Green+Blue) = 19+109+102=230 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.26% from 230); Green value is 109 (42.97% from 255 or 47.39% from 230); Blue value is 102 (40.23% from 255 or 44.35% from 230); Max value from RGB is 109 - color contains mainly: green. Hex color #136D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D66 is #EC9299. Grayscale: #515151. Windows color (decimal): -15504026 or 6712595. OLE color: 6712595.
HSL color Cylindrical-coordinate representation of color #136D66: hue angle of 175.33º 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 #136D66 is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 19 | 109 | 102 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.57 |
| HSL | 175.33º | 0.7% | 0.25% | - |
| HSV(B) | 175.33º | 0.83% | 0.43% | - |
| XYZ | 8.14 | 12.04 | 14.46 | - |
| YUV | 81.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 102 | 0.83 | 0 | 0.06 | 0.57 | 175.33 | 0.7 | 0.25 |
| Hex | 13 | 6D | 66 | 53 | 0 | 6 | 39 | AF | 46 | 19 |
| Octal | 23 | 155 | 146 | 123 | 0 | 6 | 71 | 257 | 106 | 31 |
| Binary | 10011 | 1101101 | 1100110 | 1010011 | 0 | 110 | 111001 | 10101111 | 1000110 | 11001 |
Color Harmonies of #136D66
Complementary color
Monochromatic Colors of #136D66
Black with #136D66
Text Example
Text Example
White with #136D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D66; }
p { color: rgb(19,109,102); }
H1.HeaderClassName
{
color: #136D66;
}
.AnyTagClassName
{
color: #136D66;
}
</style>
background-color css
<style>
a { background-color: #136D66; }
a { background-color: rgb(19,109,102); }
div.DivClassName
{
background-color: #136D66;
}
.BgClassName
{
background-color: #136D66;
}
</style>
border-color css
<style>
span { border-color: #136D66; }
span { border-color: rgb(19,109,102); }
td.TdClassName
{
border-color: #136D66;
}
.TagClassName
{
border-color: #136D66;
}
</style>