Shades of Blue Stone #196F6D
Tints of Blue Stone #196F6D
RGB
CMYK
RGB Variations
Color information
#196F6D (or 0x196F6D) is known color: Blue Stone. HEX triplet: 19, 6F and 6D. RGB value is (25,111,109). Sum of RGB (Red+Green+Blue) = 25+111+109=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 111 (43.75% from 255 or 45.31% from 245); Blue value is 109 (42.97% from 255 or 44.49% from 245); Max value from RGB is 111 - color contains mainly: green. Hex color #196F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F6D is #E69092. Grayscale: #545454. Windows color (decimal): -15110291 or 7171865. OLE color: 7171865.
HSL color Cylindrical-coordinate representation of color #196F6D: hue angle of 178.6º 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 #196F6D is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 111 | 109 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.56 |
| HSL | 178.6º | 0.63% | 0.27% | - |
| HSV(B) | 178.6º | 0.77% | 0.44% | - |
| XYZ | 8.85 | 12.68 | 16.45 | - |
| YUV | 85.06 | 141.51 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 109 | 0.77 | 0 | 0.02 | 0.56 | 178.6 | 0.63 | 0.27 |
| Hex | 19 | 6F | 6D | 4D | 0 | 2 | 38 | B3 | 3F | 1B |
| Octal | 31 | 157 | 155 | 115 | 0 | 2 | 70 | 263 | 77 | 33 |
| Binary | 11001 | 1101111 | 1101101 | 1001101 | 0 | 10 | 111000 | 10110011 | 111111 | 11011 |
Color Harmonies of #196F6D
Complementary color
Monochromatic Colors of #196F6D
Black with #196F6D
Text Example
Text Example
White with #196F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F6D; }
p { color: rgb(25,111,109); }
H1.HeaderClassName
{
color: #196F6D;
}
.AnyTagClassName
{
color: #196F6D;
}
</style>
background-color css
<style>
a { background-color: #196F6D; }
a { background-color: rgb(25,111,109); }
div.DivClassName
{
background-color: #196F6D;
}
.BgClassName
{
background-color: #196F6D;
}
</style>
border-color css
<style>
span { border-color: #196F6D; }
span { border-color: rgb(25,111,109); }
td.TdClassName
{
border-color: #196F6D;
}
.TagClassName
{
border-color: #196F6D;
}
</style>