Shades of Blue Stone #196E6B
Tints of Blue Stone #196E6B
RGB
CMYK
RGB Variations
Color information
#196E6B (or 0x196E6B) is known color: Blue Stone. HEX triplet: 19, 6E and 6B. RGB value is (25,110,107). Sum of RGB (Red+Green+Blue) = 25+110+107=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 110 (43.36% from 255 or 45.45% from 242); Blue value is 107 (42.19% from 255 or 44.21% from 242); Max value from RGB is 110 - color contains mainly: green. Hex color #196E6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E6B is #E69194. Grayscale: #545454. Windows color (decimal): -15110549 or 7040537. OLE color: 7040537.
HSL color Cylindrical-coordinate representation of color #196E6B: hue angle of 177.88º 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 #196E6B is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 110 | 107 | - |
| CMYK | 0.77 | 0 | 0.03 | 0.57 |
| HSL | 177.88º | 0.63% | 0.26% | - |
| HSV(B) | 177.88º | 0.77% | 0.43% | - |
| XYZ | 8.63 | 12.42 | 15.85 | - |
| YUV | 84.24 | 140.84 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 107 | 0.77 | 0 | 0.03 | 0.57 | 177.88 | 0.63 | 0.26 |
| Hex | 19 | 6E | 6B | 4D | 0 | 3 | 39 | B2 | 3F | 1A |
| Octal | 31 | 156 | 153 | 115 | 0 | 3 | 71 | 262 | 77 | 32 |
| Binary | 11001 | 1101110 | 1101011 | 1001101 | 0 | 11 | 111001 | 10110010 | 111111 | 11010 |
Color Harmonies of #196E6B
Complementary color
Monochromatic Colors of #196E6B
Black with #196E6B
Text Example
Text Example
White with #196E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196E6B; }
p { color: rgb(25,110,107); }
H1.HeaderClassName
{
color: #196E6B;
}
.AnyTagClassName
{
color: #196E6B;
}
</style>
background-color css
<style>
a { background-color: #196E6B; }
a { background-color: rgb(25,110,107); }
div.DivClassName
{
background-color: #196E6B;
}
.BgClassName
{
background-color: #196E6B;
}
</style>
border-color css
<style>
span { border-color: #196E6B; }
span { border-color: rgb(25,110,107); }
td.TdClassName
{
border-color: #196E6B;
}
.TagClassName
{
border-color: #196E6B;
}
</style>