Shades of Blue Stone #196967
Tints of Blue Stone #196967
RGB
CMYK
RGB Variations
Color information
#196967 (or 0x196967) is known color: Blue Stone. HEX triplet: 19, 69 and 67. RGB value is (25,105,103). Sum of RGB (Red+Green+Blue) = 25+105+103=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 105 (41.41% from 255 or 45.06% from 233); Blue value is 103 (40.62% from 255 or 44.21% from 233); Max value from RGB is 105 - color contains mainly: green. Hex color #196967 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196967 is #E69698. Grayscale: #505050. Windows color (decimal): -15111833 or 6777113. OLE color: 6777113.
HSL color Cylindrical-coordinate representation of color #196967: hue angle of 178.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #196967 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 105 | 103 | - |
| CMYK | 0.76 | 0 | 0.02 | 0.59 |
| HSL | 178.5º | 0.62% | 0.25% | - |
| HSV(B) | 178.5º | 0.76% | 0.41% | - |
| XYZ | 7.9 | 11.29 | 14.59 | - |
| YUV | 80.85 | 140.5 | 88.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 103 | 0.76 | 0 | 0.02 | 0.59 | 178.5 | 0.62 | 0.25 |
| Hex | 19 | 69 | 67 | 4C | 0 | 2 | 3B | B2 | 3E | 19 |
| Octal | 31 | 151 | 147 | 114 | 0 | 2 | 73 | 262 | 76 | 31 |
| Binary | 11001 | 1101001 | 1100111 | 1001100 | 0 | 10 | 111011 | 10110010 | 111110 | 11001 |
Color Harmonies of #196967
Complementary color
Monochromatic Colors of #196967
Black with #196967
Text Example
Text Example
White with #196967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196967; }
p { color: rgb(25,105,103); }
H1.HeaderClassName
{
color: #196967;
}
.AnyTagClassName
{
color: #196967;
}
</style>
background-color css
<style>
a { background-color: #196967; }
a { background-color: rgb(25,105,103); }
div.DivClassName
{
background-color: #196967;
}
.BgClassName
{
background-color: #196967;
}
</style>
border-color css
<style>
span { border-color: #196967; }
span { border-color: rgb(25,105,103); }
td.TdClassName
{
border-color: #196967;
}
.TagClassName
{
border-color: #196967;
}
</style>