Shades of Blue Stone #136D70
Tints of Blue Stone #136D70
RGB
CMYK
RGB Variations
Color information
#136D70 (or 0x136D70) is known color: Blue Stone. HEX triplet: 13, 6D and 70. RGB value is (19,109,112). Sum of RGB (Red+Green+Blue) = 19+109+112=240 (31% of max value = 765). Red value is 19 (7.81% from 255 or 7.92% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 112 - color contains mainly: blue. Hex color #136D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #136D70 is #EC928F. Grayscale: #525252. Windows color (decimal): -15504016 or 7367955. OLE color: 7367955.
HSL color Cylindrical-coordinate representation of color #136D70: hue angle of 181.94º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #136D70 is Cyan = 0.83, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 19 | 109 | 112 | - |
| CMYK | 0.83 | 0.03 | 0 | 0.56 |
| HSL | 181.94º | 0.71% | 0.26% | - |
| HSV(B) | 181.94º | 0.83% | 0.44% | - |
| XYZ | 8.66 | 12.25 | 17.24 | - |
| YUV | 82.43 | 144.68 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 109 | 112 | 0.83 | 0.03 | 0 | 0.56 | 181.94 | 0.71 | 0.26 |
| Hex | 13 | 6D | 70 | 53 | 3 | 0 | 38 | B6 | 47 | 1A |
| Octal | 23 | 155 | 160 | 123 | 3 | 0 | 70 | 266 | 107 | 32 |
| Binary | 10011 | 1101101 | 1110000 | 1010011 | 11 | 0 | 111000 | 10110110 | 1000111 | 11010 |
Color Harmonies of #136D70
Complementary color
Monochromatic Colors of #136D70
Black with #136D70
Text Example
Text Example
White with #136D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #136D70; }
p { color: rgb(19,109,112); }
H1.HeaderClassName
{
color: #136D70;
}
.AnyTagClassName
{
color: #136D70;
}
</style>
background-color css
<style>
a { background-color: #136D70; }
a { background-color: rgb(19,109,112); }
div.DivClassName
{
background-color: #136D70;
}
.BgClassName
{
background-color: #136D70;
}
</style>
border-color css
<style>
span { border-color: #136D70; }
span { border-color: rgb(19,109,112); }
td.TdClassName
{
border-color: #136D70;
}
.TagClassName
{
border-color: #136D70;
}
</style>