Shades of Blue Stone #1E555A
Tints of Blue Stone #1E555A
RGB
CMYK
RGB Variations
Color information
#1E555A (or 0x1E555A) is known color: Blue Stone. HEX triplet: 1E, 55 and 5A. RGB value is (30,85,90). Sum of RGB (Red+Green+Blue) = 30+85+90=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E555A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E555A is #E1AAA5. Grayscale: #454545. Windows color (decimal): -14789286 or 5920030. OLE color: 5920030.
HSL color Cylindrical-coordinate representation of color #1E555A: hue angle of 185º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E555A is Cyan = 0.67, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 30 | 85 | 90 | - |
| CMYK | 0.67 | 0.06 | 0 | 0.65 |
| HSL | 185º | 0.5% | 0.24% | - |
| HSV(B) | 185º | 0.67% | 0.35% | - |
| XYZ | 5.63 | 7.51 | 10.83 | - |
| YUV | 69.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 90 | 0.67 | 0.06 | 0 | 0.65 | 185 | 0.5 | 0.24 |
| Hex | 1E | 55 | 5A | 43 | 6 | 0 | 41 | B9 | 32 | 18 |
| Octal | 36 | 125 | 132 | 103 | 6 | 0 | 101 | 271 | 62 | 30 |
| Binary | 11110 | 1010101 | 1011010 | 1000011 | 110 | 0 | 1000001 | 10111001 | 110010 | 11000 |
Color Harmonies of #1E555A
Complementary color
Monochromatic Colors of #1E555A
Black with #1E555A
Text Example
Text Example
White with #1E555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E555A; }
p { color: rgb(30,85,90); }
H1.HeaderClassName
{
color: #1E555A;
}
.AnyTagClassName
{
color: #1E555A;
}
</style>
background-color css
<style>
a { background-color: #1E555A; }
a { background-color: rgb(30,85,90); }
div.DivClassName
{
background-color: #1E555A;
}
.BgClassName
{
background-color: #1E555A;
}
</style>
border-color css
<style>
span { border-color: #1E555A; }
span { border-color: rgb(30,85,90); }
td.TdClassName
{
border-color: #1E555A;
}
.TagClassName
{
border-color: #1E555A;
}
</style>