Shades of Blue Stone #196259
Tints of Blue Stone #196259
RGB
CMYK
RGB Variations
Color information
#196259 (or 0x196259) is known color: Blue Stone. HEX triplet: 19, 62 and 59. RGB value is (25,98,89). Sum of RGB (Red+Green+Blue) = 25+98+89=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 98 (38.67% from 255 or 46.23% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 98 - color contains mainly: green. Hex color #196259 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196259 is #E69DA6. Grayscale: #4B4B4B. Windows color (decimal): -15113639 or 5857817. OLE color: 5857817.
HSL color Cylindrical-coordinate representation of color #196259: hue angle of 172.6º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #196259 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 89 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.62 |
| HSL | 172.6º | 0.59% | 0.24% | - |
| HSV(B) | 172.6º | 0.74% | 0.38% | - |
| XYZ | 6.57 | 9.66 | 10.97 | - |
| YUV | 75.15 | 135.82 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 89 | 0.74 | 0 | 0.09 | 0.62 | 172.6 | 0.59 | 0.24 |
| Hex | 19 | 62 | 59 | 4A | 0 | 9 | 3E | AD | 3B | 18 |
| Octal | 31 | 142 | 131 | 112 | 0 | 11 | 76 | 255 | 73 | 30 |
| Binary | 11001 | 1100010 | 1011001 | 1001010 | 0 | 1001 | 111110 | 10101101 | 111011 | 11000 |
Color Harmonies of #196259
Complementary color
Monochromatic Colors of #196259
Black with #196259
Text Example
Text Example
White with #196259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196259; }
p { color: rgb(25,98,89); }
H1.HeaderClassName
{
color: #196259;
}
.AnyTagClassName
{
color: #196259;
}
</style>
background-color css
<style>
a { background-color: #196259; }
a { background-color: rgb(25,98,89); }
div.DivClassName
{
background-color: #196259;
}
.BgClassName
{
background-color: #196259;
}
</style>
border-color css
<style>
span { border-color: #196259; }
span { border-color: rgb(25,98,89); }
td.TdClassName
{
border-color: #196259;
}
.TagClassName
{
border-color: #196259;
}
</style>