Shades of Blue Stone #19716B
Tints of Blue Stone #19716B
RGB
CMYK
RGB Variations
Color information
#19716B (or 0x19716B) is known color: Blue Stone. HEX triplet: 19, 71 and 6B. RGB value is (25,113,107). Sum of RGB (Red+Green+Blue) = 25+113+107=245 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.20% from 245); Green value is 113 (44.53% from 255 or 46.12% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 113 - color contains mainly: green. Hex color #19716B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19716B is #E68E94. Grayscale: #555555. Windows color (decimal): -15109781 or 7041305. OLE color: 7041305.
HSL color Cylindrical-coordinate representation of color #19716B: hue angle of 175.91º 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 #19716B is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 113 | 107 | - |
| CMYK | 0.78 | 0 | 0.05 | 0.56 |
| HSL | 175.91º | 0.64% | 0.27% | - |
| HSV(B) | 175.91º | 0.78% | 0.44% | - |
| XYZ | 8.96 | 13.08 | 15.96 | - |
| YUV | 86 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 113 | 107 | 0.78 | 0 | 0.05 | 0.56 | 175.91 | 0.64 | 0.27 |
| Hex | 19 | 71 | 6B | 4E | 0 | 5 | 38 | B0 | 40 | 1B |
| Octal | 31 | 161 | 153 | 116 | 0 | 5 | 70 | 260 | 100 | 33 |
| Binary | 11001 | 1110001 | 1101011 | 1001110 | 0 | 101 | 111000 | 10110000 | 1000000 | 11011 |
Color Harmonies of #19716B
Complementary color
Monochromatic Colors of #19716B
Black with #19716B
Text Example
Text Example
White with #19716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19716B; }
p { color: rgb(25,113,107); }
H1.HeaderClassName
{
color: #19716B;
}
.AnyTagClassName
{
color: #19716B;
}
</style>
background-color css
<style>
a { background-color: #19716B; }
a { background-color: rgb(25,113,107); }
div.DivClassName
{
background-color: #19716B;
}
.BgClassName
{
background-color: #19716B;
}
</style>
border-color css
<style>
span { border-color: #19716B; }
span { border-color: rgb(25,113,107); }
td.TdClassName
{
border-color: #19716B;
}
.TagClassName
{
border-color: #19716B;
}
</style>