Shades of Blue Stone #196D70
Tints of Blue Stone #196D70
RGB
CMYK
RGB Variations
Color information
#196D70 (or 0x196D70) is known color: Blue Stone. HEX triplet: 19, 6D and 70. RGB value is (25,109,112). Sum of RGB (Red+Green+Blue) = 25+109+112=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 109 (42.97% from 255 or 44.31% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 112 - color contains mainly: blue. Hex color #196D70 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D70 is #E6928F. Grayscale: #545454. Windows color (decimal): -15110800 or 7367961. OLE color: 7367961.
HSL color Cylindrical-coordinate representation of color #196D70: hue angle of 182.07º 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 #196D70 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 109 | 112 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.56 |
| HSL | 182.07º | 0.64% | 0.27% | - |
| HSV(B) | 182.07º | 0.78% | 0.44% | - |
| XYZ | 8.79 | 12.31 | 17.24 | - |
| YUV | 84.23 | 143.67 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 112 | 0.78 | 0.03 | 0 | 0.56 | 182.07 | 0.64 | 0.27 |
| Hex | 19 | 6D | 70 | 4E | 3 | 0 | 38 | B6 | 40 | 1B |
| Octal | 31 | 155 | 160 | 116 | 3 | 0 | 70 | 266 | 100 | 33 |
| Binary | 11001 | 1101101 | 1110000 | 1001110 | 11 | 0 | 111000 | 10110110 | 1000000 | 11011 |
Color Harmonies of #196D70
Complementary color
Monochromatic Colors of #196D70
Black with #196D70
Text Example
Text Example
White with #196D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D70; }
p { color: rgb(25,109,112); }
H1.HeaderClassName
{
color: #196D70;
}
.AnyTagClassName
{
color: #196D70;
}
</style>
background-color css
<style>
a { background-color: #196D70; }
a { background-color: rgb(25,109,112); }
div.DivClassName
{
background-color: #196D70;
}
.BgClassName
{
background-color: #196D70;
}
</style>
border-color css
<style>
span { border-color: #196D70; }
span { border-color: rgb(25,109,112); }
td.TdClassName
{
border-color: #196D70;
}
.TagClassName
{
border-color: #196D70;
}
</style>