Shades of Blue Stone #196D5D
Tints of Blue Stone #196D5D
RGB
CMYK
RGB Variations
Color information
#196D5D (or 0x196D5D) is known color: Blue Stone. HEX triplet: 19, 6D and 5D. RGB value is (25,109,93). Sum of RGB (Red+Green+Blue) = 25+109+93=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 109 (42.97% from 255 or 48.02% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 109 - color contains mainly: green. Hex color #196D5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D5D is #E692A2. Grayscale: #525252. Windows color (decimal): -15110819 or 6122777. OLE color: 6122777.
HSL color Cylindrical-coordinate representation of color #196D5D: hue angle of 168.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196D5D is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 109 | 93 | - |
| CMYK | 0.77 | 0 | 0.15 | 0.57 |
| HSL | 168.57º | 0.63% | 0.26% | - |
| HSV(B) | 168.57º | 0.77% | 0.43% | - |
| XYZ | 7.85 | 11.93 | 12.25 | - |
| YUV | 82.06 | 134.17 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 93 | 0.77 | 0 | 0.15 | 0.57 | 168.57 | 0.63 | 0.26 |
| Hex | 19 | 6D | 5D | 4D | 0 | F | 39 | A9 | 3F | 1A |
| Octal | 31 | 155 | 135 | 115 | 0 | 17 | 71 | 251 | 77 | 32 |
| Binary | 11001 | 1101101 | 1011101 | 1001101 | 0 | 1111 | 111001 | 10101001 | 111111 | 11010 |
Color Harmonies of #196D5D
Complementary color
Monochromatic Colors of #196D5D
Black with #196D5D
Text Example
Text Example
White with #196D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D5D; }
p { color: rgb(25,109,93); }
H1.HeaderClassName
{
color: #196D5D;
}
.AnyTagClassName
{
color: #196D5D;
}
</style>
background-color css
<style>
a { background-color: #196D5D; }
a { background-color: rgb(25,109,93); }
div.DivClassName
{
background-color: #196D5D;
}
.BgClassName
{
background-color: #196D5D;
}
</style>
border-color css
<style>
span { border-color: #196D5D; }
span { border-color: rgb(25,109,93); }
td.TdClassName
{
border-color: #196D5D;
}
.TagClassName
{
border-color: #196D5D;
}
</style>