Shades of Smalt #011E87
Tints of Smalt #011E87
RGB
CMYK
RGB Variations
Color information
#011E87 (or 0x011E87) is known color: Smalt. HEX triplet: 01, 1E and 87. RGB value is (1,30,135). Sum of RGB (Red+Green+Blue) = 1+30+135=166 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 166); Green value is 30 (12.11% from 255 or 18.07% from 166); Blue value is 135 (53.12% from 255 or 81.33% from 166); Max value from RGB is 135 - color contains mainly: blue. Hex color #011E87 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E87 is #FEE178. Grayscale: #202020. Windows color (decimal): -16703865 or 8855041. OLE color: 8855041.
HSL color Cylindrical-coordinate representation of color #011E87: hue angle of 227.01º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E87 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 30 | 135 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.47 |
| HSL | 227.01º | 0.99% | 0.27% | - |
| HSV(B) | 227.01º | 0.99% | 0.53% | - |
| XYZ | 4.85 | 2.68 | 23.18 | - |
| YUV | 33.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 135 | 0.99 | 0.78 | 0 | 0.47 | 227.01 | 0.99 | 0.27 |
| Hex | 1 | 1E | 87 | 63 | 4E | 0 | 2F | E3 | 63 | 1B |
| Octal | 1 | 36 | 207 | 143 | 116 | 0 | 57 | 343 | 143 | 33 |
| Binary | 1 | 11110 | 10000111 | 1100011 | 1001110 | 0 | 101111 | 11100011 | 1100011 | 11011 |
Color Harmonies of #011E87
Complementary color
Monochromatic Colors of #011E87
Black with #011E87
Text Example
Text Example
White with #011E87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E87; }
p { color: rgb(1,30,135); }
H1.HeaderClassName
{
color: #011E87;
}
.AnyTagClassName
{
color: #011E87;
}
</style>
background-color css
<style>
a { background-color: #011E87; }
a { background-color: rgb(1,30,135); }
div.DivClassName
{
background-color: #011E87;
}
.BgClassName
{
background-color: #011E87;
}
</style>
border-color css
<style>
span { border-color: #011E87; }
span { border-color: rgb(1,30,135); }
td.TdClassName
{
border-color: #011E87;
}
.TagClassName
{
border-color: #011E87;
}
</style>