Shades of Blue Stone #19645B
Tints of Blue Stone #19645B
RGB
CMYK
RGB Variations
Color information
#19645B (or 0x19645B) is known color: Blue Stone. HEX triplet: 19, 64 and 5B. RGB value is (25,100,91). Sum of RGB (Red+Green+Blue) = 25+100+91=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 100 - color contains mainly: green. Hex color #19645B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19645B is #E69BA4. Grayscale: #4C4C4C. Windows color (decimal): -15113125 or 5989401. OLE color: 5989401.
HSL color Cylindrical-coordinate representation of color #19645B: hue angle of 172.8º 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 #19645B is Cyan = 0.75, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 100 | 91 | - |
| CMYK | 0.75 | 0 | 0.09 | 0.61 |
| HSL | 172.8º | 0.6% | 0.25% | - |
| HSV(B) | 172.8º | 0.75% | 0.39% | - |
| XYZ | 6.85 | 10.08 | 11.48 | - |
| YUV | 76.55 | 136.15 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 91 | 0.75 | 0 | 0.09 | 0.61 | 172.8 | 0.6 | 0.25 |
| Hex | 19 | 64 | 5B | 4B | 0 | 9 | 3D | AD | 3C | 19 |
| Octal | 31 | 144 | 133 | 113 | 0 | 11 | 75 | 255 | 74 | 31 |
| Binary | 11001 | 1100100 | 1011011 | 1001011 | 0 | 1001 | 111101 | 10101101 | 111100 | 11001 |
Color Harmonies of #19645B
Complementary color
Monochromatic Colors of #19645B
Black with #19645B
Text Example
Text Example
White with #19645B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19645B; }
p { color: rgb(25,100,91); }
H1.HeaderClassName
{
color: #19645B;
}
.AnyTagClassName
{
color: #19645B;
}
</style>
background-color css
<style>
a { background-color: #19645B; }
a { background-color: rgb(25,100,91); }
div.DivClassName
{
background-color: #19645B;
}
.BgClassName
{
background-color: #19645B;
}
</style>
border-color css
<style>
span { border-color: #19645B; }
span { border-color: rgb(25,100,91); }
td.TdClassName
{
border-color: #19645B;
}
.TagClassName
{
border-color: #19645B;
}
</style>