Shades of Blue Stone #196E70
Tints of Blue Stone #196E70
RGB
CMYK
RGB Variations
Color information
#196E70 (or 0x196E70) is known color: Blue Stone. HEX triplet: 19, 6E and 70. RGB value is (25,110,112). Sum of RGB (Red+Green+Blue) = 25+110+112=247 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.12% from 247); Green value is 110 (43.36% from 255 or 44.53% from 247); Blue value is 112 (44.14% from 255 or 45.34% from 247); Max value from RGB is 112 - color contains mainly: blue. Hex color #196E70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E70 is #E6918F. Grayscale: #545454. Windows color (decimal): -15110544 or 7368217. OLE color: 7368217.
HSL color Cylindrical-coordinate representation of color #196E70: hue angle of 181.38º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196E70 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 110 | 112 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.56 |
| HSL | 181.38º | 0.64% | 0.27% | - |
| HSV(B) | 181.38º | 0.78% | 0.44% | - |
| XYZ | 8.9 | 12.53 | 17.28 | - |
| YUV | 84.81 | 143.34 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 112 | 0.78 | 0.02 | 0 | 0.56 | 181.38 | 0.64 | 0.27 |
| Hex | 19 | 6E | 70 | 4E | 2 | 0 | 38 | B5 | 40 | 1B |
| Octal | 31 | 156 | 160 | 116 | 2 | 0 | 70 | 265 | 100 | 33 |
| Binary | 11001 | 1101110 | 1110000 | 1001110 | 10 | 0 | 111000 | 10110101 | 1000000 | 11011 |
Color Harmonies of #196E70
Complementary color
Monochromatic Colors of #196E70
Black with #196E70
Text Example
Text Example
White with #196E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196E70; }
p { color: rgb(25,110,112); }
H1.HeaderClassName
{
color: #196E70;
}
.AnyTagClassName
{
color: #196E70;
}
</style>
background-color css
<style>
a { background-color: #196E70; }
a { background-color: rgb(25,110,112); }
div.DivClassName
{
background-color: #196E70;
}
.BgClassName
{
background-color: #196E70;
}
</style>
border-color css
<style>
span { border-color: #196E70; }
span { border-color: rgb(25,110,112); }
td.TdClassName
{
border-color: #196E70;
}
.TagClassName
{
border-color: #196E70;
}
</style>