Shades of Blue Stone #1E595D
Tints of Blue Stone #1E595D
RGB
CMYK
RGB Variations
Color information
#1E595D (or 0x1E595D) is known color: Blue Stone. HEX triplet: 1E, 59 and 5D. RGB value is (30,89,93). Sum of RGB (Red+Green+Blue) = 30+89+93=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 89 (35.16% from 255 or 41.98% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E595D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E595D is #E1A6A2. Grayscale: #474747. Windows color (decimal): -14788259 or 6117662. OLE color: 6117662.
HSL color Cylindrical-coordinate representation of color #1E595D: hue angle of 183.81º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E595D is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 89 | 93 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.64 |
| HSL | 183.81º | 0.51% | 0.24% | - |
| HSV(B) | 183.81º | 0.68% | 0.36% | - |
| XYZ | 6.08 | 8.21 | 11.62 | - |
| YUV | 71.82 | 139.95 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 89 | 93 | 0.68 | 0.04 | 0 | 0.64 | 183.81 | 0.51 | 0.24 |
| Hex | 1E | 59 | 5D | 44 | 4 | 0 | 40 | B8 | 33 | 18 |
| Octal | 36 | 131 | 135 | 104 | 4 | 0 | 100 | 270 | 63 | 30 |
| Binary | 11110 | 1011001 | 1011101 | 1000100 | 100 | 0 | 1000000 | 10111000 | 110011 | 11000 |
Color Harmonies of #1E595D
Complementary color
Monochromatic Colors of #1E595D
Black with #1E595D
Text Example
Text Example
White with #1E595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E595D; }
p { color: rgb(30,89,93); }
H1.HeaderClassName
{
color: #1E595D;
}
.AnyTagClassName
{
color: #1E595D;
}
</style>
background-color css
<style>
a { background-color: #1E595D; }
a { background-color: rgb(30,89,93); }
div.DivClassName
{
background-color: #1E595D;
}
.BgClassName
{
background-color: #1E595D;
}
</style>
border-color css
<style>
span { border-color: #1E595D; }
span { border-color: rgb(30,89,93); }
td.TdClassName
{
border-color: #1E595D;
}
.TagClassName
{
border-color: #1E595D;
}
</style>