Shades of Blue Stone #19665E
Tints of Blue Stone #19665E
RGB
CMYK
RGB Variations
Color information
#19665E (or 0x19665E) is known color: Blue Stone. HEX triplet: 19, 66 and 5E. RGB value is (25,102,94). Sum of RGB (Red+Green+Blue) = 25+102+94=221 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.31% from 221); Green value is 102 (40.23% from 255 or 46.15% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 102 - color contains mainly: green. Hex color #19665E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19665E is #E699A1. Grayscale: #4E4E4E. Windows color (decimal): -15112610 or 6186521. OLE color: 6186521.
HSL color Cylindrical-coordinate representation of color #19665E: hue angle of 173.77º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19665E is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 102 | 94 | - |
| CMYK | 0.75 | 0 | 0.08 | 0.6 |
| HSL | 173.77º | 0.61% | 0.25% | - |
| HSV(B) | 173.77º | 0.75% | 0.4% | - |
| XYZ | 7.17 | 10.52 | 12.24 | - |
| YUV | 78.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 94 | 0.75 | 0 | 0.08 | 0.6 | 173.77 | 0.61 | 0.25 |
| Hex | 19 | 66 | 5E | 4B | 0 | 8 | 3C | AE | 3D | 19 |
| Octal | 31 | 146 | 136 | 113 | 0 | 10 | 74 | 256 | 75 | 31 |
| Binary | 11001 | 1100110 | 1011110 | 1001011 | 0 | 1000 | 111100 | 10101110 | 111101 | 11001 |
Color Harmonies of #19665E
Complementary color
Monochromatic Colors of #19665E
Black with #19665E
Text Example
Text Example
White with #19665E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19665E; }
p { color: rgb(25,102,94); }
H1.HeaderClassName
{
color: #19665E;
}
.AnyTagClassName
{
color: #19665E;
}
</style>
background-color css
<style>
a { background-color: #19665E; }
a { background-color: rgb(25,102,94); }
div.DivClassName
{
background-color: #19665E;
}
.BgClassName
{
background-color: #19665E;
}
</style>
border-color css
<style>
span { border-color: #19665E; }
span { border-color: rgb(25,102,94); }
td.TdClassName
{
border-color: #19665E;
}
.TagClassName
{
border-color: #19665E;
}
</style>