Shades of Blue Stone #156D70
Tints of Blue Stone #156D70
RGB
CMYK
RGB Variations
Color information
#156D70 (or 0x156D70) is known color: Blue Stone. HEX triplet: 15, 6D and 70. RGB value is (21,109,112). Sum of RGB (Red+Green+Blue) = 21+109+112=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 109 (42.97% from 255 or 45.04% from 242); Blue value is 112 (44.14% from 255 or 46.28% from 242); Max value from RGB is 112 - color contains mainly: blue. Hex color #156D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156D70 is #EA928F. Grayscale: #525252. Windows color (decimal): -15372944 or 7367957. OLE color: 7367957.
HSL color Cylindrical-coordinate representation of color #156D70: hue angle of 181.98º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156D70 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 21 | 109 | 112 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.56 |
| HSL | 181.98º | 0.68% | 0.26% | - |
| HSV(B) | 181.98º | 0.81% | 0.44% | - |
| XYZ | 8.7 | 12.27 | 17.24 | - |
| YUV | 83.03 | 144.35 | 83.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 109 | 112 | 0.81 | 0.03 | 0 | 0.56 | 181.98 | 0.68 | 0.26 |
| Hex | 15 | 6D | 70 | 51 | 3 | 0 | 38 | B6 | 44 | 1A |
| Octal | 25 | 155 | 160 | 121 | 3 | 0 | 70 | 266 | 104 | 32 |
| Binary | 10101 | 1101101 | 1110000 | 1010001 | 11 | 0 | 111000 | 10110110 | 1000100 | 11010 |
Color Harmonies of #156D70
Complementary color
Monochromatic Colors of #156D70
Black with #156D70
Text Example
Text Example
White with #156D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #156D70; }
p { color: rgb(21,109,112); }
H1.HeaderClassName
{
color: #156D70;
}
.AnyTagClassName
{
color: #156D70;
}
</style>
background-color css
<style>
a { background-color: #156D70; }
a { background-color: rgb(21,109,112); }
div.DivClassName
{
background-color: #156D70;
}
.BgClassName
{
background-color: #156D70;
}
</style>
border-color css
<style>
span { border-color: #156D70; }
span { border-color: rgb(21,109,112); }
td.TdClassName
{
border-color: #156D70;
}
.TagClassName
{
border-color: #156D70;
}
</style>