Shades of Blue Stone #1E5962
Tints of Blue Stone #1E5962
RGB
CMYK
RGB Variations
Color information
#1E5962 (or 0x1E5962) is known color: Blue Stone. HEX triplet: 1E, 59 and 62. RGB value is (30,89,98). Sum of RGB (Red+Green+Blue) = 30+89+98=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 98 (38.67% from 255 or 45.16% from 217); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E5962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5962 is #E1A69D. Grayscale: #484848. Windows color (decimal): -14788254 or 6445342. OLE color: 6445342.
HSL color Cylindrical-coordinate representation of color #1E5962: hue angle of 187.94º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E5962 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 30 | 89 | 98 | - |
| CMYK | 0.69 | 0.09 | 0 | 0.62 |
| HSL | 187.94º | 0.53% | 0.25% | - |
| HSV(B) | 187.94º | 0.69% | 0.38% | - |
| XYZ | 6.31 | 8.3 | 12.83 | - |
| YUV | 72.39 | 142.45 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 89 | 98 | 0.69 | 0.09 | 0 | 0.62 | 187.94 | 0.53 | 0.25 |
| Hex | 1E | 59 | 62 | 45 | 9 | 0 | 3E | BC | 35 | 19 |
| Octal | 36 | 131 | 142 | 105 | 11 | 0 | 76 | 274 | 65 | 31 |
| Binary | 11110 | 1011001 | 1100010 | 1000101 | 1001 | 0 | 111110 | 10111100 | 110101 | 11001 |
Color Harmonies of #1E5962
Complementary color
Monochromatic Colors of #1E5962
Black with #1E5962
Text Example
Text Example
White with #1E5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E5962; }
p { color: rgb(30,89,98); }
H1.HeaderClassName
{
color: #1E5962;
}
.AnyTagClassName
{
color: #1E5962;
}
</style>
background-color css
<style>
a { background-color: #1E5962; }
a { background-color: rgb(30,89,98); }
div.DivClassName
{
background-color: #1E5962;
}
.BgClassName
{
background-color: #1E5962;
}
</style>
border-color css
<style>
span { border-color: #1E5962; }
span { border-color: rgb(30,89,98); }
td.TdClassName
{
border-color: #1E5962;
}
.TagClassName
{
border-color: #1E5962;
}
</style>