Shades of Blue Stone #19625E
Tints of Blue Stone #19625E
RGB
CMYK
RGB Variations
Color information
#19625E (or 0x19625E) is known color: Blue Stone. HEX triplet: 19, 62 and 5E. RGB value is (25,98,94). Sum of RGB (Red+Green+Blue) = 25+98+94=217 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.52% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 94 (37.11% from 255 or 43.32% from 217); Max value from RGB is 98 - color contains mainly: green. Hex color #19625E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19625E is #E69DA1. Grayscale: #4B4B4B. Windows color (decimal): -15113634 or 6185497. OLE color: 6185497.
HSL color Cylindrical-coordinate representation of color #19625E: hue angle of 176.71º 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 #19625E is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 98 | 94 | - |
| CMYK | 0.74 | 0 | 0.04 | 0.62 |
| HSL | 176.71º | 0.59% | 0.24% | - |
| HSV(B) | 176.71º | 0.74% | 0.38% | - |
| XYZ | 6.79 | 9.75 | 12.11 | - |
| YUV | 75.72 | 138.32 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 94 | 0.74 | 0 | 0.04 | 0.62 | 176.71 | 0.59 | 0.24 |
| Hex | 19 | 62 | 5E | 4A | 0 | 4 | 3E | B1 | 3B | 18 |
| Octal | 31 | 142 | 136 | 112 | 0 | 4 | 76 | 261 | 73 | 30 |
| Binary | 11001 | 1100010 | 1011110 | 1001010 | 0 | 100 | 111110 | 10110001 | 111011 | 11000 |
Color Harmonies of #19625E
Complementary color
Monochromatic Colors of #19625E
Black with #19625E
Text Example
Text Example
White with #19625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19625E; }
p { color: rgb(25,98,94); }
H1.HeaderClassName
{
color: #19625E;
}
.AnyTagClassName
{
color: #19625E;
}
</style>
background-color css
<style>
a { background-color: #19625E; }
a { background-color: rgb(25,98,94); }
div.DivClassName
{
background-color: #19625E;
}
.BgClassName
{
background-color: #19625E;
}
</style>
border-color css
<style>
span { border-color: #19625E; }
span { border-color: rgb(25,98,94); }
td.TdClassName
{
border-color: #19625E;
}
.TagClassName
{
border-color: #19625E;
}
</style>