Shades of Blue Stone #19595D
Tints of Blue Stone #19595D
RGB
CMYK
RGB Variations
Color information
#19595D (or 0x19595D) is known color: Blue Stone. HEX triplet: 19, 59 and 5D. RGB value is (25,89,93). Sum of RGB (Red+Green+Blue) = 25+89+93=207 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.08% from 207); Green value is 89 (35.16% from 255 or 43.00% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 93 - color contains mainly: blue. Hex color #19595D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19595D is #E6A6A2. Grayscale: #464646. Windows color (decimal): -15115939 or 6117657. OLE color: 6117657.
HSL color Cylindrical-coordinate representation of color #19595D: hue angle of 183.53º degrees, saturation: 0.58, 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 #19595D is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 89 | 93 | - |
| CMYK | 0.73 | 0.04 | 0 | 0.64 |
| HSL | 183.53º | 0.58% | 0.23% | - |
| HSV(B) | 183.53º | 0.73% | 0.36% | - |
| XYZ | 5.95 | 8.14 | 11.61 | - |
| YUV | 70.32 | 140.8 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 89 | 93 | 0.73 | 0.04 | 0 | 0.64 | 183.53 | 0.58 | 0.23 |
| Hex | 19 | 59 | 5D | 49 | 4 | 0 | 40 | B8 | 3A | 17 |
| Octal | 31 | 131 | 135 | 111 | 4 | 0 | 100 | 270 | 72 | 27 |
| Binary | 11001 | 1011001 | 1011101 | 1001001 | 100 | 0 | 1000000 | 10111000 | 111010 | 10111 |
Color Harmonies of #19595D
Complementary color
Monochromatic Colors of #19595D
Black with #19595D
Text Example
Text Example
White with #19595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19595D; }
p { color: rgb(25,89,93); }
H1.HeaderClassName
{
color: #19595D;
}
.AnyTagClassName
{
color: #19595D;
}
</style>
background-color css
<style>
a { background-color: #19595D; }
a { background-color: rgb(25,89,93); }
div.DivClassName
{
background-color: #19595D;
}
.BgClassName
{
background-color: #19595D;
}
</style>
border-color css
<style>
span { border-color: #19595D; }
span { border-color: rgb(25,89,93); }
td.TdClassName
{
border-color: #19595D;
}
.TagClassName
{
border-color: #19595D;
}
</style>