Shades of Blue Stone #19706D
Tints of Blue Stone #19706D
RGB
CMYK
RGB Variations
Color information
#19706D (or 0x19706D) is known color: Blue Stone. HEX triplet: 19, 70 and 6D. RGB value is (25,112,109). Sum of RGB (Red+Green+Blue) = 25+112+109=246 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.16% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #19706D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19706D is #E68F92. Grayscale: #555555. Windows color (decimal): -15110035 or 7172121. OLE color: 7172121.
HSL color Cylindrical-coordinate representation of color #19706D: hue angle of 177.93º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #19706D is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 109 | - |
| CMYK | 0.78 | 0 | 0.03 | 0.56 |
| HSL | 177.93º | 0.64% | 0.27% | - |
| HSV(B) | 177.93º | 0.78% | 0.44% | - |
| XYZ | 8.96 | 12.9 | 16.49 | - |
| YUV | 85.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 109 | 0.78 | 0 | 0.03 | 0.56 | 177.93 | 0.64 | 0.27 |
| Hex | 19 | 70 | 6D | 4E | 0 | 3 | 38 | B2 | 40 | 1B |
| Octal | 31 | 160 | 155 | 116 | 0 | 3 | 70 | 262 | 100 | 33 |
| Binary | 11001 | 1110000 | 1101101 | 1001110 | 0 | 11 | 111000 | 10110010 | 1000000 | 11011 |
Color Harmonies of #19706D
Complementary color
Monochromatic Colors of #19706D
Black with #19706D
Text Example
Text Example
White with #19706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19706D; }
p { color: rgb(25,112,109); }
H1.HeaderClassName
{
color: #19706D;
}
.AnyTagClassName
{
color: #19706D;
}
</style>
background-color css
<style>
a { background-color: #19706D; }
a { background-color: rgb(25,112,109); }
div.DivClassName
{
background-color: #19706D;
}
.BgClassName
{
background-color: #19706D;
}
</style>
border-color css
<style>
span { border-color: #19706D; }
span { border-color: rgb(25,112,109); }
td.TdClassName
{
border-color: #19706D;
}
.TagClassName
{
border-color: #19706D;
}
</style>