Shades of Blue Stone #196D6B
Tints of Blue Stone #196D6B
RGB
CMYK
RGB Variations
Color information
#196D6B (or 0x196D6B) is known color: Blue Stone. HEX triplet: 19, 6D and 6B. RGB value is (25,109,107). Sum of RGB (Red+Green+Blue) = 25+109+107=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 109 (42.97% from 255 or 45.23% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 109 - color contains mainly: green. Hex color #196D6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196D6B is #E69294. Grayscale: #535353. Windows color (decimal): -15110805 or 7040281. OLE color: 7040281.
HSL color Cylindrical-coordinate representation of color #196D6B: hue angle of 178.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 #196D6B is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 109 | 107 | - |
| CMYK | 0.77 | 0 | 0.02 | 0.57 |
| HSL | 178.57º | 0.63% | 0.26% | - |
| HSV(B) | 178.57º | 0.77% | 0.43% | - |
| XYZ | 8.52 | 12.21 | 15.82 | - |
| YUV | 83.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 107 | 0.77 | 0 | 0.02 | 0.57 | 178.57 | 0.63 | 0.26 |
| Hex | 19 | 6D | 6B | 4D | 0 | 2 | 39 | B3 | 3F | 1A |
| Octal | 31 | 155 | 153 | 115 | 0 | 2 | 71 | 263 | 77 | 32 |
| Binary | 11001 | 1101101 | 1101011 | 1001101 | 0 | 10 | 111001 | 10110011 | 111111 | 11010 |
Color Harmonies of #196D6B
Complementary color
Monochromatic Colors of #196D6B
Black with #196D6B
Text Example
Text Example
White with #196D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D6B; }
p { color: rgb(25,109,107); }
H1.HeaderClassName
{
color: #196D6B;
}
.AnyTagClassName
{
color: #196D6B;
}
</style>
background-color css
<style>
a { background-color: #196D6B; }
a { background-color: rgb(25,109,107); }
div.DivClassName
{
background-color: #196D6B;
}
.BgClassName
{
background-color: #196D6B;
}
</style>
border-color css
<style>
span { border-color: #196D6B; }
span { border-color: rgb(25,109,107); }
td.TdClassName
{
border-color: #196D6B;
}
.TagClassName
{
border-color: #196D6B;
}
</style>