Shades of Smalt #011E84
Tints of Smalt #011E84
RGB
CMYK
RGB Variations
Color information
#011E84 (or 0x011E84) is known color: Smalt. HEX triplet: 01, 1E and 84. RGB value is (1,30,132). Sum of RGB (Red+Green+Blue) = 1+30+132=163 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #011E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011E84 is #FEE17B. Grayscale: #202020. Windows color (decimal): -16703868 or 8658433. OLE color: 8658433.
HSL color Cylindrical-coordinate representation of color #011E84: hue angle of 226.72º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011E84 is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 30 | 132 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.48 |
| HSL | 226.72º | 0.98% | 0.26% | - |
| HSV(B) | 226.72º | 0.99% | 0.52% | - |
| XYZ | 4.64 | 2.6 | 22.09 | - |
| YUV | 32.96 | 183.89 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 30 | 132 | 0.99 | 0.77 | 0 | 0.48 | 226.72 | 0.98 | 0.26 |
| Hex | 1 | 1E | 84 | 63 | 4D | 0 | 30 | E3 | 62 | 1A |
| Octal | 1 | 36 | 204 | 143 | 115 | 0 | 60 | 343 | 142 | 32 |
| Binary | 1 | 11110 | 10000100 | 1100011 | 1001101 | 0 | 110000 | 11100011 | 1100010 | 11010 |
Color Harmonies of #011E84
Complementary color
Monochromatic Colors of #011E84
Black with #011E84
Text Example
Text Example
White with #011E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011E84; }
p { color: rgb(1,30,132); }
H1.HeaderClassName
{
color: #011E84;
}
.AnyTagClassName
{
color: #011E84;
}
</style>
background-color css
<style>
a { background-color: #011E84; }
a { background-color: rgb(1,30,132); }
div.DivClassName
{
background-color: #011E84;
}
.BgClassName
{
background-color: #011E84;
}
</style>
border-color css
<style>
span { border-color: #011E84; }
span { border-color: rgb(1,30,132); }
td.TdClassName
{
border-color: #011E84;
}
.TagClassName
{
border-color: #011E84;
}
</style>