Shades of Blue Stone #19595C
Tints of Blue Stone #19595C
RGB
CMYK
RGB Variations
Color information
#19595C (or 0x19595C) is known color: Blue Stone. HEX triplet: 19, 59 and 5C. RGB value is (25,89,92). Sum of RGB (Red+Green+Blue) = 25+89+92=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 89 (35.16% from 255 or 43.20% from 206); Blue value is 92 (36.33% from 255 or 44.66% from 206); Max value from RGB is 92 - color contains mainly: blue. Hex color #19595C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19595C is #E6A6A3. Grayscale: #464646. Windows color (decimal): -15115940 or 6052121. OLE color: 6052121.
HSL color Cylindrical-coordinate representation of color #19595C: hue angle of 182.69º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19595C is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 89 | 92 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.64 |
| HSL | 182.69º | 0.57% | 0.23% | - |
| HSV(B) | 182.69º | 0.73% | 0.36% | - |
| XYZ | 5.91 | 8.12 | 11.38 | - |
| YUV | 70.21 | 140.3 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 92 | 0.73 | 0.03 | 0 | 0.64 | 182.69 | 0.57 | 0.23 |
| Hex | 19 | 59 | 5C | 49 | 3 | 0 | 40 | B7 | 39 | 17 |
| Octal | 31 | 131 | 134 | 111 | 3 | 0 | 100 | 267 | 71 | 27 |
| Binary | 11001 | 1011001 | 1011100 | 1001001 | 11 | 0 | 1000000 | 10110111 | 111001 | 10111 |
Color Harmonies of #19595C
Complementary color
Monochromatic Colors of #19595C
Black with #19595C
Text Example
Text Example
White with #19595C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19595C; }
p { color: rgb(25,89,92); }
H1.HeaderClassName
{
color: #19595C;
}
.AnyTagClassName
{
color: #19595C;
}
</style>
background-color css
<style>
a { background-color: #19595C; }
a { background-color: rgb(25,89,92); }
div.DivClassName
{
background-color: #19595C;
}
.BgClassName
{
background-color: #19595C;
}
</style>
border-color css
<style>
span { border-color: #19595C; }
span { border-color: rgb(25,89,92); }
td.TdClassName
{
border-color: #19595C;
}
.TagClassName
{
border-color: #19595C;
}
</style>