Shades of Blue Stone #19585D
Tints of Blue Stone #19585D
RGB
CMYK
RGB Variations
Color information
#19585D (or 0x19585D) is known color: Blue Stone. HEX triplet: 19, 58 and 5D. RGB value is (25,88,93). Sum of RGB (Red+Green+Blue) = 25+88+93=206 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.14% from 206); Green value is 88 (34.77% from 255 or 42.72% from 206); Blue value is 93 (36.72% from 255 or 45.15% from 206); Max value from RGB is 93 - color contains mainly: blue. Hex color #19585D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19585D is #E6A7A2. Grayscale: #454545. Windows color (decimal): -15116195 or 6117401. OLE color: 6117401.
HSL color Cylindrical-coordinate representation of color #19585D: hue angle of 184.41º 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 #19585D is Cyan = 0.73, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 88 | 93 | - |
| CMYK | 0.73 | 0.05 | 0 | 0.64 |
| HSL | 184.41º | 0.58% | 0.23% | - |
| HSV(B) | 184.41º | 0.73% | 0.36% | - |
| XYZ | 5.87 | 7.98 | 11.59 | - |
| YUV | 69.73 | 141.13 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 88 | 93 | 0.73 | 0.05 | 0 | 0.64 | 184.41 | 0.58 | 0.23 |
| Hex | 19 | 58 | 5D | 49 | 5 | 0 | 40 | B8 | 3A | 17 |
| Octal | 31 | 130 | 135 | 111 | 5 | 0 | 100 | 270 | 72 | 27 |
| Binary | 11001 | 1011000 | 1011101 | 1001001 | 101 | 0 | 1000000 | 10111000 | 111010 | 10111 |
Color Harmonies of #19585D
Complementary color
Monochromatic Colors of #19585D
Black with #19585D
Text Example
Text Example
White with #19585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19585D; }
p { color: rgb(25,88,93); }
H1.HeaderClassName
{
color: #19585D;
}
.AnyTagClassName
{
color: #19585D;
}
</style>
background-color css
<style>
a { background-color: #19585D; }
a { background-color: rgb(25,88,93); }
div.DivClassName
{
background-color: #19585D;
}
.BgClassName
{
background-color: #19585D;
}
</style>
border-color css
<style>
span { border-color: #19585D; }
span { border-color: rgb(25,88,93); }
td.TdClassName
{
border-color: #19585D;
}
.TagClassName
{
border-color: #19585D;
}
</style>