Shades of Blue Stone #1E555B
Tints of Blue Stone #1E555B
RGB
CMYK
RGB Variations
Color information
#1E555B (or 0x1E555B) is known color: Blue Stone. HEX triplet: 1E, 55 and 5B. RGB value is (30,85,91). Sum of RGB (Red+Green+Blue) = 30+85+91=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #1E555B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E555B is #E1AAA4. Grayscale: #454545. Windows color (decimal): -14789285 or 5985566. OLE color: 5985566.
HSL color Cylindrical-coordinate representation of color #1E555B: hue angle of 185.9º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E555B is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 30 | 85 | 91 | - |
| CMYK | 0.67 | 0.07 | 0 | 0.64 |
| HSL | 185.9º | 0.5% | 0.24% | - |
| HSV(B) | 185.9º | 0.67% | 0.36% | - |
| XYZ | 5.67 | 7.53 | 11.05 | - |
| YUV | 69.24 | 140.28 | 100.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 85 | 91 | 0.67 | 0.07 | 0 | 0.64 | 185.9 | 0.5 | 0.24 |
| Hex | 1E | 55 | 5B | 43 | 7 | 0 | 40 | BA | 32 | 18 |
| Octal | 36 | 125 | 133 | 103 | 7 | 0 | 100 | 272 | 62 | 30 |
| Binary | 11110 | 1010101 | 1011011 | 1000011 | 111 | 0 | 1000000 | 10111010 | 110010 | 11000 |
Color Harmonies of #1E555B
Complementary color
Monochromatic Colors of #1E555B
Black with #1E555B
Text Example
Text Example
White with #1E555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E555B; }
p { color: rgb(30,85,91); }
H1.HeaderClassName
{
color: #1E555B;
}
.AnyTagClassName
{
color: #1E555B;
}
</style>
background-color css
<style>
a { background-color: #1E555B; }
a { background-color: rgb(30,85,91); }
div.DivClassName
{
background-color: #1E555B;
}
.BgClassName
{
background-color: #1E555B;
}
</style>
border-color css
<style>
span { border-color: #1E555B; }
span { border-color: rgb(30,85,91); }
td.TdClassName
{
border-color: #1E555B;
}
.TagClassName
{
border-color: #1E555B;
}
</style>