Shades of Blue Stone #19635C
Tints of Blue Stone #19635C
RGB
CMYK
RGB Variations
Color information
#19635C (or 0x19635C) is known color: Blue Stone. HEX triplet: 19, 63 and 5C. RGB value is (25,99,92). Sum of RGB (Red+Green+Blue) = 25+99+92=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 99 - color contains mainly: green. Hex color #19635C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19635C is #E69CA3. Grayscale: #4C4C4C. Windows color (decimal): -15113380 or 6054681. OLE color: 6054681.
HSL color Cylindrical-coordinate representation of color #19635C: hue angle of 174.32º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #19635C is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 99 | 92 | - |
| CMYK | 0.75 | 0 | 0.07 | 0.61 |
| HSL | 174.32º | 0.6% | 0.24% | - |
| HSV(B) | 174.32º | 0.75% | 0.39% | - |
| XYZ | 6.79 | 9.9 | 11.68 | - |
| YUV | 76.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 92 | 0.75 | 0 | 0.07 | 0.61 | 174.32 | 0.6 | 0.24 |
| Hex | 19 | 63 | 5C | 4B | 0 | 7 | 3D | AE | 3C | 18 |
| Octal | 31 | 143 | 134 | 113 | 0 | 7 | 75 | 256 | 74 | 30 |
| Binary | 11001 | 1100011 | 1011100 | 1001011 | 0 | 111 | 111101 | 10101110 | 111100 | 11000 |
Color Harmonies of #19635C
Complementary color
Monochromatic Colors of #19635C
Black with #19635C
Text Example
Text Example
White with #19635C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19635C; }
p { color: rgb(25,99,92); }
H1.HeaderClassName
{
color: #19635C;
}
.AnyTagClassName
{
color: #19635C;
}
</style>
background-color css
<style>
a { background-color: #19635C; }
a { background-color: rgb(25,99,92); }
div.DivClassName
{
background-color: #19635C;
}
.BgClassName
{
background-color: #19635C;
}
</style>
border-color css
<style>
span { border-color: #19635C; }
span { border-color: rgb(25,99,92); }
td.TdClassName
{
border-color: #19635C;
}
.TagClassName
{
border-color: #19635C;
}
</style>