Shades of Blue Stone #196F70
Tints of Blue Stone #196F70
RGB
CMYK
RGB Variations
Color information
#196F70 (or 0x196F70) is known color: Blue Stone. HEX triplet: 19, 6F and 70. RGB value is (25,111,112). Sum of RGB (Red+Green+Blue) = 25+111+112=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 111 (43.75% from 255 or 44.76% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 112 - color contains mainly: blue. Hex color #196F70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F70 is #E6908F. Grayscale: #555555. Windows color (decimal): -15110288 or 7368473. OLE color: 7368473.
HSL color Cylindrical-coordinate representation of color #196F70: hue angle of 180.69º 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 #196F70 is Cyan = 0.78, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 111 | 112 | - |
| CMYK | 0.78 | 0.01 | 0 | 0.56 |
| HSL | 180.69º | 0.64% | 0.27% | - |
| HSV(B) | 180.69º | 0.78% | 0.44% | - |
| XYZ | 9.01 | 12.75 | 17.31 | - |
| YUV | 85.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 112 | 0.78 | 0.01 | 0 | 0.56 | 180.69 | 0.64 | 0.27 |
| Hex | 19 | 6F | 70 | 4E | 1 | 0 | 38 | B5 | 40 | 1B |
| Octal | 31 | 157 | 160 | 116 | 1 | 0 | 70 | 265 | 100 | 33 |
| Binary | 11001 | 1101111 | 1110000 | 1001110 | 1 | 0 | 111000 | 10110101 | 1000000 | 11011 |
Color Harmonies of #196F70
Complementary color
Monochromatic Colors of #196F70
Black with #196F70
Text Example
Text Example
White with #196F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F70; }
p { color: rgb(25,111,112); }
H1.HeaderClassName
{
color: #196F70;
}
.AnyTagClassName
{
color: #196F70;
}
</style>
background-color css
<style>
a { background-color: #196F70; }
a { background-color: rgb(25,111,112); }
div.DivClassName
{
background-color: #196F70;
}
.BgClassName
{
background-color: #196F70;
}
</style>
border-color css
<style>
span { border-color: #196F70; }
span { border-color: rgb(25,111,112); }
td.TdClassName
{
border-color: #196F70;
}
.TagClassName
{
border-color: #196F70;
}
</style>