Shades of Blue Stone #19575C
Tints of Blue Stone #19575C
RGB
CMYK
RGB Variations
Color information
#19575C (or 0x19575C) is known color: Blue Stone. HEX triplet: 19, 57 and 5C. RGB value is (25,87,92). Sum of RGB (Red+Green+Blue) = 25+87+92=204 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.25% from 204); Green value is 87 (34.38% from 255 or 42.65% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #19575C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19575C is #E6A8A3. Grayscale: #444444. Windows color (decimal): -15116452 or 6051609. OLE color: 6051609.
HSL color Cylindrical-coordinate representation of color #19575C: hue angle of 184.48º 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 #19575C is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 87 | 92 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.64 |
| HSL | 184.48º | 0.57% | 0.23% | - |
| HSV(B) | 184.48º | 0.73% | 0.36% | - |
| XYZ | 5.74 | 7.8 | 11.33 | - |
| YUV | 69.03 | 140.96 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 87 | 92 | 0.73 | 0.05 | 0 | 0.64 | 184.48 | 0.57 | 0.23 |
| Hex | 19 | 57 | 5C | 49 | 5 | 0 | 40 | B8 | 39 | 17 |
| Octal | 31 | 127 | 134 | 111 | 5 | 0 | 100 | 270 | 71 | 27 |
| Binary | 11001 | 1010111 | 1011100 | 1001001 | 101 | 0 | 1000000 | 10111000 | 111001 | 10111 |
Color Harmonies of #19575C
Complementary color
Monochromatic Colors of #19575C
Black with #19575C
Text Example
Text Example
White with #19575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19575C; }
p { color: rgb(25,87,92); }
H1.HeaderClassName
{
color: #19575C;
}
.AnyTagClassName
{
color: #19575C;
}
</style>
background-color css
<style>
a { background-color: #19575C; }
a { background-color: rgb(25,87,92); }
div.DivClassName
{
background-color: #19575C;
}
.BgClassName
{
background-color: #19575C;
}
</style>
border-color css
<style>
span { border-color: #19575C; }
span { border-color: rgb(25,87,92); }
td.TdClassName
{
border-color: #19575C;
}
.TagClassName
{
border-color: #19575C;
}
</style>