Shades of Blue Stone #196B64
Tints of Blue Stone #196B64
RGB
CMYK
RGB Variations
Color information
#196B64 (or 0x196B64) is known color: Blue Stone. HEX triplet: 19, 6B and 64. RGB value is (25,107,100). Sum of RGB (Red+Green+Blue) = 25+107+100=232 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.78% from 232); Green value is 107 (42.19% from 255 or 46.12% from 232); Blue value is 100 (39.45% from 255 or 43.10% from 232); Max value from RGB is 107 - color contains mainly: green. Hex color #196B64 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B64 is #E6949B. Grayscale: #515151. Windows color (decimal): -15111324 or 6581017. OLE color: 6581017.
HSL color Cylindrical-coordinate representation of color #196B64: hue angle of 174.88º 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 #196B64 is Cyan = 0.77, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 100 | - |
| CMYK | 0.77 | 0 | 0.07 | 0.58 |
| HSL | 174.88º | 0.62% | 0.26% | - |
| HSV(B) | 174.88º | 0.77% | 0.42% | - |
| XYZ | 7.96 | 11.64 | 13.88 | - |
| YUV | 81.68 | 138.33 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 100 | 0.77 | 0 | 0.07 | 0.58 | 174.88 | 0.62 | 0.26 |
| Hex | 19 | 6B | 64 | 4D | 0 | 7 | 3A | AF | 3E | 1A |
| Octal | 31 | 153 | 144 | 115 | 0 | 7 | 72 | 257 | 76 | 32 |
| Binary | 11001 | 1101011 | 1100100 | 1001101 | 0 | 111 | 111010 | 10101111 | 111110 | 11010 |
Color Harmonies of #196B64
Complementary color
Monochromatic Colors of #196B64
Black with #196B64
Text Example
Text Example
White with #196B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B64; }
p { color: rgb(25,107,100); }
H1.HeaderClassName
{
color: #196B64;
}
.AnyTagClassName
{
color: #196B64;
}
</style>
background-color css
<style>
a { background-color: #196B64; }
a { background-color: rgb(25,107,100); }
div.DivClassName
{
background-color: #196B64;
}
.BgClassName
{
background-color: #196B64;
}
</style>
border-color css
<style>
span { border-color: #196B64; }
span { border-color: rgb(25,107,100); }
td.TdClassName
{
border-color: #196B64;
}
.TagClassName
{
border-color: #196B64;
}
</style>