Shades of Blue Stone #196E5F
Tints of Blue Stone #196E5F
RGB
CMYK
RGB Variations
Color information
#196E5F (or 0x196E5F) is known color: Blue Stone. HEX triplet: 19, 6E and 5F. RGB value is (25,110,95). Sum of RGB (Red+Green+Blue) = 25+110+95=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 110 - color contains mainly: green. Hex color #196E5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E5F is #E691A0. Grayscale: #525252. Windows color (decimal): -15110561 or 6254105. OLE color: 6254105.
HSL color Cylindrical-coordinate representation of color #196E5F: hue angle of 169.41º 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 #196E5F is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 110 | 95 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.57 |
| HSL | 169.41º | 0.63% | 0.26% | - |
| HSV(B) | 169.41º | 0.77% | 0.43% | - |
| XYZ | 8.04 | 12.18 | 12.75 | - |
| YUV | 82.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 95 | 0.77 | 0 | 0.14 | 0.57 | 169.41 | 0.63 | 0.26 |
| Hex | 19 | 6E | 5F | 4D | 0 | E | 39 | A9 | 3F | 1A |
| Octal | 31 | 156 | 137 | 115 | 0 | 16 | 71 | 251 | 77 | 32 |
| Binary | 11001 | 1101110 | 1011111 | 1001101 | 0 | 1110 | 111001 | 10101001 | 111111 | 11010 |
Color Harmonies of #196E5F
Complementary color
Monochromatic Colors of #196E5F
Black with #196E5F
Text Example
Text Example
White with #196E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196E5F; }
p { color: rgb(25,110,95); }
H1.HeaderClassName
{
color: #196E5F;
}
.AnyTagClassName
{
color: #196E5F;
}
</style>
background-color css
<style>
a { background-color: #196E5F; }
a { background-color: rgb(25,110,95); }
div.DivClassName
{
background-color: #196E5F;
}
.BgClassName
{
background-color: #196E5F;
}
</style>
border-color css
<style>
span { border-color: #196E5F; }
span { border-color: rgb(25,110,95); }
td.TdClassName
{
border-color: #196E5F;
}
.TagClassName
{
border-color: #196E5F;
}
</style>