Shades of Blue Stone #196659
Tints of Blue Stone #196659
RGB
CMYK
RGB Variations
Color information
#196659 (or 0x196659) is known color: Blue Stone. HEX triplet: 19, 66 and 59. RGB value is (25,102,89). Sum of RGB (Red+Green+Blue) = 25+102+89=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 102 (40.23% from 255 or 47.22% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 102 - color contains mainly: green. Hex color #196659 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196659 is #E699A6. Grayscale: #4D4D4D. Windows color (decimal): -15112615 or 5858841. OLE color: 5858841.
HSL color Cylindrical-coordinate representation of color #196659: hue angle of 169.87º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #196659 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 89 | - |
| CMYK | 0.75 | 0 | 0.13 | 0.6 |
| HSL | 169.87º | 0.61% | 0.25% | - |
| HSV(B) | 169.87º | 0.75% | 0.4% | - |
| XYZ | 6.96 | 10.43 | 11.1 | - |
| YUV | 77.5 | 134.49 | 90.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 89 | 0.75 | 0 | 0.13 | 0.6 | 169.87 | 0.61 | 0.25 |
| Hex | 19 | 66 | 59 | 4B | 0 | D | 3C | AA | 3D | 19 |
| Octal | 31 | 146 | 131 | 113 | 0 | 15 | 74 | 252 | 75 | 31 |
| Binary | 11001 | 1100110 | 1011001 | 1001011 | 0 | 1101 | 111100 | 10101010 | 111101 | 11001 |
Color Harmonies of #196659
Complementary color
Monochromatic Colors of #196659
Black with #196659
Text Example
Text Example
White with #196659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196659; }
p { color: rgb(25,102,89); }
H1.HeaderClassName
{
color: #196659;
}
.AnyTagClassName
{
color: #196659;
}
</style>
background-color css
<style>
a { background-color: #196659; }
a { background-color: rgb(25,102,89); }
div.DivClassName
{
background-color: #196659;
}
.BgClassName
{
background-color: #196659;
}
</style>
border-color css
<style>
span { border-color: #196659; }
span { border-color: rgb(25,102,89); }
td.TdClassName
{
border-color: #196659;
}
.TagClassName
{
border-color: #196659;
}
</style>