Shades of Blue Stone #19645E
Tints of Blue Stone #19645E
RGB
CMYK
RGB Variations
Color information
#19645E (or 0x19645E) is known color: Blue Stone. HEX triplet: 19, 64 and 5E. RGB value is (25,100,94). Sum of RGB (Red+Green+Blue) = 25+100+94=219 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.42% from 219); Green value is 100 (39.45% from 255 or 45.66% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 100 - color contains mainly: green. Hex color #19645E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19645E is #E69BA1. Grayscale: #4C4C4C. Windows color (decimal): -15113122 or 6186009. OLE color: 6186009.
HSL color Cylindrical-coordinate representation of color #19645E: hue angle of 175.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19645E is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 94 | - |
| CMYK | 0.75 | 0 | 0.06 | 0.61 |
| HSL | 175.2º | 0.6% | 0.25% | - |
| HSV(B) | 175.2º | 0.75% | 0.39% | - |
| XYZ | 6.98 | 10.13 | 12.18 | - |
| YUV | 76.89 | 137.65 | 90.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 94 | 0.75 | 0 | 0.06 | 0.61 | 175.2 | 0.6 | 0.25 |
| Hex | 19 | 64 | 5E | 4B | 0 | 6 | 3D | AF | 3C | 19 |
| Octal | 31 | 144 | 136 | 113 | 0 | 6 | 75 | 257 | 74 | 31 |
| Binary | 11001 | 1100100 | 1011110 | 1001011 | 0 | 110 | 111101 | 10101111 | 111100 | 11001 |
Color Harmonies of #19645E
Complementary color
Monochromatic Colors of #19645E
Black with #19645E
Text Example
Text Example
White with #19645E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19645E; }
p { color: rgb(25,100,94); }
H1.HeaderClassName
{
color: #19645E;
}
.AnyTagClassName
{
color: #19645E;
}
</style>
background-color css
<style>
a { background-color: #19645E; }
a { background-color: rgb(25,100,94); }
div.DivClassName
{
background-color: #19645E;
}
.BgClassName
{
background-color: #19645E;
}
</style>
border-color css
<style>
span { border-color: #19645E; }
span { border-color: rgb(25,100,94); }
td.TdClassName
{
border-color: #19645E;
}
.TagClassName
{
border-color: #19645E;
}
</style>