Shades of Blue Stone #196F67
Tints of Blue Stone #196F67
RGB
CMYK
RGB Variations
Color information
#196F67 (or 0x196F67) is known color: Blue Stone. HEX triplet: 19, 6F and 67. RGB value is (25,111,103). Sum of RGB (Red+Green+Blue) = 25+111+103=239 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.46% from 239); Green value is 111 (43.75% from 255 or 46.44% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 111 - color contains mainly: green. Hex color #196F67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F67 is #E69098. Grayscale: #545454. Windows color (decimal): -15110297 or 6778649. OLE color: 6778649.
HSL color Cylindrical-coordinate representation of color #196F67: hue angle of 174.42º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196F67 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 111 | 103 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.56 |
| HSL | 174.42º | 0.63% | 0.27% | - |
| HSV(B) | 174.42º | 0.77% | 0.44% | - |
| XYZ | 8.53 | 12.55 | 14.81 | - |
| YUV | 84.37 | 138.51 | 85.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 103 | 0.77 | 0 | 0.07 | 0.56 | 174.42 | 0.63 | 0.27 |
| Hex | 19 | 6F | 67 | 4D | 0 | 7 | 38 | AE | 3F | 1B |
| Octal | 31 | 157 | 147 | 115 | 0 | 7 | 70 | 256 | 77 | 33 |
| Binary | 11001 | 1101111 | 1100111 | 1001101 | 0 | 111 | 111000 | 10101110 | 111111 | 11011 |
Color Harmonies of #196F67
Complementary color
Monochromatic Colors of #196F67
Black with #196F67
Text Example
Text Example
White with #196F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F67; }
p { color: rgb(25,111,103); }
H1.HeaderClassName
{
color: #196F67;
}
.AnyTagClassName
{
color: #196F67;
}
</style>
background-color css
<style>
a { background-color: #196F67; }
a { background-color: rgb(25,111,103); }
div.DivClassName
{
background-color: #196F67;
}
.BgClassName
{
background-color: #196F67;
}
</style>
border-color css
<style>
span { border-color: #196F67; }
span { border-color: rgb(25,111,103); }
td.TdClassName
{
border-color: #196F67;
}
.TagClassName
{
border-color: #196F67;
}
</style>