Shades of Blue Stone #196358
Tints of Blue Stone #196358
RGB
CMYK
RGB Variations
Color information
#196358 (or 0x196358) is known color: Blue Stone. HEX triplet: 19, 63 and 58. RGB value is (25,99,88). Sum of RGB (Red+Green+Blue) = 25+99+88=212 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.79% from 212); Green value is 99 (39.06% from 255 or 46.70% from 212); Blue value is 88 (34.77% from 255 or 41.51% from 212); Max value from RGB is 99 - color contains mainly: green. Hex color #196358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196358 is #E69CA7. Grayscale: #4B4B4B. Windows color (decimal): -15113384 or 5792537. OLE color: 5792537.
HSL color Cylindrical-coordinate representation of color #196358: hue angle of 171.08º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196358 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 88 | - |
| CMYK | 0.75 | 0 | 0.11 | 0.61 |
| HSL | 171.08º | 0.6% | 0.24% | - |
| HSV(B) | 171.08º | 0.75% | 0.39% | - |
| XYZ | 6.62 | 9.83 | 10.78 | - |
| YUV | 75.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 88 | 0.75 | 0 | 0.11 | 0.61 | 171.08 | 0.6 | 0.24 |
| Hex | 19 | 63 | 58 | 4B | 0 | B | 3D | AB | 3C | 18 |
| Octal | 31 | 143 | 130 | 113 | 0 | 13 | 75 | 253 | 74 | 30 |
| Binary | 11001 | 1100011 | 1011000 | 1001011 | 0 | 1011 | 111101 | 10101011 | 111100 | 11000 |
Color Harmonies of #196358
Complementary color
Monochromatic Colors of #196358
Black with #196358
Text Example
Text Example
White with #196358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196358; }
p { color: rgb(25,99,88); }
H1.HeaderClassName
{
color: #196358;
}
.AnyTagClassName
{
color: #196358;
}
</style>
background-color css
<style>
a { background-color: #196358; }
a { background-color: rgb(25,99,88); }
div.DivClassName
{
background-color: #196358;
}
.BgClassName
{
background-color: #196358;
}
</style>
border-color css
<style>
span { border-color: #196358; }
span { border-color: rgb(25,99,88); }
td.TdClassName
{
border-color: #196358;
}
.TagClassName
{
border-color: #196358;
}
</style>