Shades of Blue Stone #196A6B
Tints of Blue Stone #196A6B
RGB
CMYK
RGB Variations
Color information
#196A6B (or 0x196A6B) is known color: Blue Stone. HEX triplet: 19, 6A and 6B. RGB value is (25,106,107). Sum of RGB (Red+Green+Blue) = 25+106+107=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 107 (42.19% from 255 or 44.96% from 238); Max value from RGB is 107 - color contains mainly: blue. Hex color #196A6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A6B is #E69594. Grayscale: #515151. Windows color (decimal): -15111573 or 7039513. OLE color: 7039513.
HSL color Cylindrical-coordinate representation of color #196A6B: hue angle of 180.73º 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 #196A6B is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 106 | 107 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.58 |
| HSL | 180.73º | 0.62% | 0.26% | - |
| HSV(B) | 180.73º | 0.77% | 0.42% | - |
| XYZ | 8.21 | 11.58 | 15.71 | - |
| YUV | 81.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 107 | 0.77 | 0.01 | 0 | 0.58 | 180.73 | 0.62 | 0.26 |
| Hex | 19 | 6A | 6B | 4D | 1 | 0 | 3A | B5 | 3E | 1A |
| Octal | 31 | 152 | 153 | 115 | 1 | 0 | 72 | 265 | 76 | 32 |
| Binary | 11001 | 1101010 | 1101011 | 1001101 | 1 | 0 | 111010 | 10110101 | 111110 | 11010 |
Color Harmonies of #196A6B
Complementary color
Monochromatic Colors of #196A6B
Black with #196A6B
Text Example
Text Example
White with #196A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A6B; }
p { color: rgb(25,106,107); }
H1.HeaderClassName
{
color: #196A6B;
}
.AnyTagClassName
{
color: #196A6B;
}
</style>
background-color css
<style>
a { background-color: #196A6B; }
a { background-color: rgb(25,106,107); }
div.DivClassName
{
background-color: #196A6B;
}
.BgClassName
{
background-color: #196A6B;
}
</style>
border-color css
<style>
span { border-color: #196A6B; }
span { border-color: rgb(25,106,107); }
td.TdClassName
{
border-color: #196A6B;
}
.TagClassName
{
border-color: #196A6B;
}
</style>