Shades of Smalt #021E91
Tints of Smalt #021E91
RGB
CMYK
RGB Variations
Color information
#021E91 (or 0x021E91) is known color: Smalt. HEX triplet: 02, 1E and 91. RGB value is (2,30,145). Sum of RGB (Red+Green+Blue) = 2+30+145=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 30 (12.11% from 255 or 16.95% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #021E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E91 is #FDE16E. Grayscale: #222222. Windows color (decimal): -16638319 or 9510402. OLE color: 9510402.
HSL color Cylindrical-coordinate representation of color #021E91: hue angle of 228.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021E91 is Cyan = 0.99, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 30 | 145 | - |
| CMYK | 0.99 | 0.79 | 0 | 0.43 |
| HSL | 228.25º | 0.97% | 0.29% | - |
| HSV(B) | 228.25º | 0.99% | 0.57% | - |
| XYZ | 5.6 | 2.99 | 27.07 | - |
| YUV | 34.74 | 190.22 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 145 | 0.99 | 0.79 | 0 | 0.43 | 228.25 | 0.97 | 0.29 |
| Hex | 2 | 1E | 91 | 63 | 4F | 0 | 2B | E4 | 61 | 1D |
| Octal | 2 | 36 | 221 | 143 | 117 | 0 | 53 | 344 | 141 | 35 |
| Binary | 10 | 11110 | 10010001 | 1100011 | 1001111 | 0 | 101011 | 11100100 | 1100001 | 11101 |
Color Harmonies of #021E91
Complementary color
Monochromatic Colors of #021E91
Black with #021E91
Text Example
Text Example
White with #021E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E91; }
p { color: rgb(2,30,145); }
H1.HeaderClassName
{
color: #021E91;
}
.AnyTagClassName
{
color: #021E91;
}
</style>
background-color css
<style>
a { background-color: #021E91; }
a { background-color: rgb(2,30,145); }
div.DivClassName
{
background-color: #021E91;
}
.BgClassName
{
background-color: #021E91;
}
</style>
border-color css
<style>
span { border-color: #021E91; }
span { border-color: rgb(2,30,145); }
td.TdClassName
{
border-color: #021E91;
}
.TagClassName
{
border-color: #021E91;
}
</style>