Shades of Blue Stone #19615D
Tints of Blue Stone #19615D
RGB
CMYK
RGB Variations
Color information
#19615D (or 0x19615D) is known color: Blue Stone. HEX triplet: 19, 61 and 5D. RGB value is (25,97,93). Sum of RGB (Red+Green+Blue) = 25+97+93=215 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.63% from 215); Green value is 97 (38.28% from 255 or 45.12% from 215); Blue value is 93 (36.72% from 255 or 43.26% from 215); Max value from RGB is 97 - color contains mainly: green. Hex color #19615D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19615D is #E69EA2. Grayscale: #4A4A4A. Windows color (decimal): -15113891 or 6119705. OLE color: 6119705.
HSL color Cylindrical-coordinate representation of color #19615D: hue angle of 176.67º 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 #19615D is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 97 | 93 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.62 |
| HSL | 176.67º | 0.59% | 0.24% | - |
| HSV(B) | 176.67º | 0.74% | 0.38% | - |
| XYZ | 6.65 | 9.55 | 11.85 | - |
| YUV | 75.02 | 138.15 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 97 | 93 | 0.74 | 0 | 0.04 | 0.62 | 176.67 | 0.59 | 0.24 |
| Hex | 19 | 61 | 5D | 4A | 0 | 4 | 3E | B1 | 3B | 18 |
| Octal | 31 | 141 | 135 | 112 | 0 | 4 | 76 | 261 | 73 | 30 |
| Binary | 11001 | 1100001 | 1011101 | 1001010 | 0 | 100 | 111110 | 10110001 | 111011 | 11000 |
Color Harmonies of #19615D
Complementary color
Monochromatic Colors of #19615D
Black with #19615D
Text Example
Text Example
White with #19615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19615D; }
p { color: rgb(25,97,93); }
H1.HeaderClassName
{
color: #19615D;
}
.AnyTagClassName
{
color: #19615D;
}
</style>
background-color css
<style>
a { background-color: #19615D; }
a { background-color: rgb(25,97,93); }
div.DivClassName
{
background-color: #19615D;
}
.BgClassName
{
background-color: #19615D;
}
</style>
border-color css
<style>
span { border-color: #19615D; }
span { border-color: rgb(25,97,93); }
td.TdClassName
{
border-color: #19615D;
}
.TagClassName
{
border-color: #19615D;
}
</style>