Shades of Blue Stone #196B63
Tints of Blue Stone #196B63
RGB
CMYK
RGB Variations
Color information
#196B63 (or 0x196B63) is known color: Blue Stone. HEX triplet: 19, 6B and 63. RGB value is (25,107,99). Sum of RGB (Red+Green+Blue) = 25+107+99=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 107 (42.19% from 255 or 46.32% from 231); Blue value is 99 (39.06% from 255 or 42.86% from 231); Max value from RGB is 107 - color contains mainly: green. Hex color #196B63 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B63 is #E6949C. Grayscale: #515151. Windows color (decimal): -15111325 or 6515481. OLE color: 6515481.
HSL color Cylindrical-coordinate representation of color #196B63: hue angle of 174.15º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #196B63 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 99 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.58 |
| HSL | 174.15º | 0.62% | 0.26% | - |
| HSV(B) | 174.15º | 0.77% | 0.42% | - |
| XYZ | 7.91 | 11.62 | 13.63 | - |
| YUV | 81.57 | 137.83 | 87.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 99 | 0.77 | 0 | 0.07 | 0.58 | 174.15 | 0.62 | 0.26 |
| Hex | 19 | 6B | 63 | 4D | 0 | 7 | 3A | AE | 3E | 1A |
| Octal | 31 | 153 | 143 | 115 | 0 | 7 | 72 | 256 | 76 | 32 |
| Binary | 11001 | 1101011 | 1100011 | 1001101 | 0 | 111 | 111010 | 10101110 | 111110 | 11010 |
Color Harmonies of #196B63
Complementary color
Monochromatic Colors of #196B63
Black with #196B63
Text Example
Text Example
White with #196B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B63; }
p { color: rgb(25,107,99); }
H1.HeaderClassName
{
color: #196B63;
}
.AnyTagClassName
{
color: #196B63;
}
</style>
background-color css
<style>
a { background-color: #196B63; }
a { background-color: rgb(25,107,99); }
div.DivClassName
{
background-color: #196B63;
}
.BgClassName
{
background-color: #196B63;
}
</style>
border-color css
<style>
span { border-color: #196B63; }
span { border-color: rgb(25,107,99); }
td.TdClassName
{
border-color: #196B63;
}
.TagClassName
{
border-color: #196B63;
}
</style>