Shades of Blue Stone #196B5C
Tints of Blue Stone #196B5C
RGB
CMYK
RGB Variations
Color information
#196B5C (or 0x196B5C) is known color: Blue Stone. HEX triplet: 19, 6B and 5C. RGB value is (25,107,92). Sum of RGB (Red+Green+Blue) = 25+107+92=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 107 (42.19% from 255 or 47.77% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 107 - color contains mainly: green. Hex color #196B5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B5C is #E694A3. Grayscale: #505050. Windows color (decimal): -15111332 or 6056729. OLE color: 6056729.
HSL color Cylindrical-coordinate representation of color #196B5C: hue angle of 169.02º 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 #196B5C is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 92 | - |
| CMYK | 0.77 | 0 | 0.14 | 0.58 |
| HSL | 169.02º | 0.62% | 0.26% | - |
| HSV(B) | 169.02º | 0.77% | 0.42% | - |
| XYZ | 7.59 | 11.49 | 11.94 | - |
| YUV | 80.77 | 134.33 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 92 | 0.77 | 0 | 0.14 | 0.58 | 169.02 | 0.62 | 0.26 |
| Hex | 19 | 6B | 5C | 4D | 0 | E | 3A | A9 | 3E | 1A |
| Octal | 31 | 153 | 134 | 115 | 0 | 16 | 72 | 251 | 76 | 32 |
| Binary | 11001 | 1101011 | 1011100 | 1001101 | 0 | 1110 | 111010 | 10101001 | 111110 | 11010 |
Color Harmonies of #196B5C
Complementary color
Monochromatic Colors of #196B5C
Black with #196B5C
Text Example
Text Example
White with #196B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B5C; }
p { color: rgb(25,107,92); }
H1.HeaderClassName
{
color: #196B5C;
}
.AnyTagClassName
{
color: #196B5C;
}
</style>
background-color css
<style>
a { background-color: #196B5C; }
a { background-color: rgb(25,107,92); }
div.DivClassName
{
background-color: #196B5C;
}
.BgClassName
{
background-color: #196B5C;
}
</style>
border-color css
<style>
span { border-color: #196B5C; }
span { border-color: rgb(25,107,92); }
td.TdClassName
{
border-color: #196B5C;
}
.TagClassName
{
border-color: #196B5C;
}
</style>