Shades of Blue Stone #1E5659
Tints of Blue Stone #1E5659
RGB
CMYK
RGB Variations
Color information
#1E5659 (or 0x1E5659) is known color: Blue Stone. HEX triplet: 1E, 56 and 59. RGB value is (30,86,89). Sum of RGB (Red+Green+Blue) = 30+86+89=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #1E5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5659 is #E1A9A6. Grayscale: #454545. Windows color (decimal): -14789031 or 5854750. OLE color: 5854750.
HSL color Cylindrical-coordinate representation of color #1E5659: hue angle of 183.05º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5659 is Cyan = 0.66, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 86 | 89 | - |
| CMYK | 0.66 | 0.03 | 0 | 0.65 |
| HSL | 183.05º | 0.5% | 0.23% | - |
| HSV(B) | 183.05º | 0.66% | 0.35% | - |
| XYZ | 5.67 | 7.65 | 10.63 | - |
| YUV | 69.6 | 138.95 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 86 | 89 | 0.66 | 0.03 | 0 | 0.65 | 183.05 | 0.5 | 0.23 |
| Hex | 1E | 56 | 59 | 42 | 3 | 0 | 41 | B7 | 32 | 17 |
| Octal | 36 | 126 | 131 | 102 | 3 | 0 | 101 | 267 | 62 | 27 |
| Binary | 11110 | 1010110 | 1011001 | 1000010 | 11 | 0 | 1000001 | 10110111 | 110010 | 10111 |
Color Harmonies of #1E5659
Complementary color
Monochromatic Colors of #1E5659
Black with #1E5659
Text Example
Text Example
White with #1E5659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5659; }
p { color: rgb(30,86,89); }
H1.HeaderClassName
{
color: #1E5659;
}
.AnyTagClassName
{
color: #1E5659;
}
</style>
background-color css
<style>
a { background-color: #1E5659; }
a { background-color: rgb(30,86,89); }
div.DivClassName
{
background-color: #1E5659;
}
.BgClassName
{
background-color: #1E5659;
}
</style>
border-color css
<style>
span { border-color: #1E5659; }
span { border-color: rgb(30,86,89); }
td.TdClassName
{
border-color: #1E5659;
}
.TagClassName
{
border-color: #1E5659;
}
</style>