Shades of Blue Stone #19605E
Tints of Blue Stone #19605E
RGB
CMYK
RGB Variations
Color information
#19605E (or 0x19605E) is known color: Blue Stone. HEX triplet: 19, 60 and 5E. RGB value is (25,96,94). Sum of RGB (Red+Green+Blue) = 25+96+94=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 96 (37.89% from 255 or 44.65% from 215); Blue value is 94 (37.11% from 255 or 43.72% from 215); Max value from RGB is 96 - color contains mainly: green. Hex color #19605E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19605E is #E69FA1. Grayscale: #4A4A4A. Windows color (decimal): -15114146 or 6184985. OLE color: 6184985.
HSL color Cylindrical-coordinate representation of color #19605E: hue angle of 178.31º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19605E is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 96 | 94 | - |
| CMYK | 0.74 | 0 | 0.02 | 0.62 |
| HSL | 178.31º | 0.59% | 0.24% | - |
| HSV(B) | 178.31º | 0.74% | 0.38% | - |
| XYZ | 6.6 | 9.38 | 12.05 | - |
| YUV | 74.54 | 138.98 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 96 | 94 | 0.74 | 0 | 0.02 | 0.62 | 178.31 | 0.59 | 0.24 |
| Hex | 19 | 60 | 5E | 4A | 0 | 2 | 3E | B2 | 3B | 18 |
| Octal | 31 | 140 | 136 | 112 | 0 | 2 | 76 | 262 | 73 | 30 |
| Binary | 11001 | 1100000 | 1011110 | 1001010 | 0 | 10 | 111110 | 10110010 | 111011 | 11000 |
Color Harmonies of #19605E
Complementary color
Monochromatic Colors of #19605E
Black with #19605E
Text Example
Text Example
White with #19605E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19605E; }
p { color: rgb(25,96,94); }
H1.HeaderClassName
{
color: #19605E;
}
.AnyTagClassName
{
color: #19605E;
}
</style>
background-color css
<style>
a { background-color: #19605E; }
a { background-color: rgb(25,96,94); }
div.DivClassName
{
background-color: #19605E;
}
.BgClassName
{
background-color: #19605E;
}
</style>
border-color css
<style>
span { border-color: #19605E; }
span { border-color: rgb(25,96,94); }
td.TdClassName
{
border-color: #19605E;
}
.TagClassName
{
border-color: #19605E;
}
</style>