Shades of Blue Stone #19706F
Tints of Blue Stone #19706F
RGB
CMYK
RGB Variations
Color information
#19706F (or 0x19706F) is known color: Blue Stone. HEX triplet: 19, 70 and 6F. RGB value is (25,112,111). Sum of RGB (Red+Green+Blue) = 25+112+111=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 111 (43.75% from 255 or 44.76% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #19706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19706F is #E68F90. Grayscale: #555555. Windows color (decimal): -15110033 or 7303193. OLE color: 7303193.
HSL color Cylindrical-coordinate representation of color #19706F: hue angle of 179.31º 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 #19706F is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 112 | 111 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.56 |
| HSL | 179.31º | 0.64% | 0.27% | - |
| HSV(B) | 179.31º | 0.78% | 0.44% | - |
| XYZ | 9.06 | 12.94 | 17.06 | - |
| YUV | 85.87 | 142.18 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 111 | 0.78 | 0 | 0.01 | 0.56 | 179.31 | 0.64 | 0.27 |
| Hex | 19 | 70 | 6F | 4E | 0 | 1 | 38 | B3 | 40 | 1B |
| Octal | 31 | 160 | 157 | 116 | 0 | 1 | 70 | 263 | 100 | 33 |
| Binary | 11001 | 1110000 | 1101111 | 1001110 | 0 | 1 | 111000 | 10110011 | 1000000 | 11011 |
Color Harmonies of #19706F
Complementary color
Monochromatic Colors of #19706F
Black with #19706F
Text Example
Text Example
White with #19706F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19706F; }
p { color: rgb(25,112,111); }
H1.HeaderClassName
{
color: #19706F;
}
.AnyTagClassName
{
color: #19706F;
}
</style>
background-color css
<style>
a { background-color: #19706F; }
a { background-color: rgb(25,112,111); }
div.DivClassName
{
background-color: #19706F;
}
.BgClassName
{
background-color: #19706F;
}
</style>
border-color css
<style>
span { border-color: #19706F; }
span { border-color: rgb(25,112,111); }
td.TdClassName
{
border-color: #19706F;
}
.TagClassName
{
border-color: #19706F;
}
</style>