Shades of Blue Stone #196B5D
Tints of Blue Stone #196B5D
RGB
CMYK
RGB Variations
Color information
#196B5D (or 0x196B5D) is known color: Blue Stone. HEX triplet: 19, 6B and 5D. RGB value is (25,107,93). Sum of RGB (Red+Green+Blue) = 25+107+93=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 107 (42.19% from 255 or 47.56% from 225); Blue value is 93 (36.72% from 255 or 41.33% from 225); Max value from RGB is 107 - color contains mainly: green. Hex color #196B5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B5D is #E694A2. Grayscale: #505050. Windows color (decimal): -15111331 or 6122265. OLE color: 6122265.
HSL color Cylindrical-coordinate representation of color #196B5D: hue angle of 169.76º 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 #196B5D is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 107 | 93 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.58 |
| HSL | 169.76º | 0.62% | 0.26% | - |
| HSV(B) | 169.76º | 0.77% | 0.42% | - |
| XYZ | 7.63 | 11.51 | 12.18 | - |
| YUV | 80.89 | 134.83 | 88.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 93 | 0.77 | 0 | 0.13 | 0.58 | 169.76 | 0.62 | 0.26 |
| Hex | 19 | 6B | 5D | 4D | 0 | D | 3A | AA | 3E | 1A |
| Octal | 31 | 153 | 135 | 115 | 0 | 15 | 72 | 252 | 76 | 32 |
| Binary | 11001 | 1101011 | 1011101 | 1001101 | 0 | 1101 | 111010 | 10101010 | 111110 | 11010 |
Color Harmonies of #196B5D
Complementary color
Monochromatic Colors of #196B5D
Black with #196B5D
Text Example
Text Example
White with #196B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B5D; }
p { color: rgb(25,107,93); }
H1.HeaderClassName
{
color: #196B5D;
}
.AnyTagClassName
{
color: #196B5D;
}
</style>
background-color css
<style>
a { background-color: #196B5D; }
a { background-color: rgb(25,107,93); }
div.DivClassName
{
background-color: #196B5D;
}
.BgClassName
{
background-color: #196B5D;
}
</style>
border-color css
<style>
span { border-color: #196B5D; }
span { border-color: rgb(25,107,93); }
td.TdClassName
{
border-color: #196B5D;
}
.TagClassName
{
border-color: #196B5D;
}
</style>