Shades of Smalt #021E96
Tints of Smalt #021E96
RGB
CMYK
RGB Variations
Color information
#021E96 (or 0x021E96) is known color: Smalt. HEX triplet: 02, 1E and 96. RGB value is (2,30,150). Sum of RGB (Red+Green+Blue) = 2+30+150=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 150 (58.98% from 255 or 82.42% from 182); Max value from RGB is 150 - color contains mainly: blue. Hex color #021E96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E96 is #FDE169. Grayscale: #222222. Windows color (decimal): -16638314 or 9838082. OLE color: 9838082.
HSL color Cylindrical-coordinate representation of color #021E96: hue angle of 228.65º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #021E96 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 2 | 30 | 150 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.41 |
| HSL | 228.65º | 0.97% | 0.3% | - |
| HSV(B) | 228.65º | 0.99% | 0.59% | - |
| XYZ | 5.99 | 3.14 | 29.14 | - |
| YUV | 35.31 | 192.72 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 30 | 150 | 0.99 | 0.80 | 0 | 0.41 | 228.65 | 0.97 | 0.3 |
| Hex | 2 | 1E | 96 | 63 | 50 | 0 | 29 | E5 | 61 | 1E |
| Octal | 2 | 36 | 226 | 143 | 120 | 0 | 51 | 345 | 141 | 36 |
| Binary | 10 | 11110 | 10010110 | 1100011 | 1010000 | 0 | 101001 | 11100101 | 1100001 | 11110 |
Color Harmonies of #021E96
Complementary color
Monochromatic Colors of #021E96
Black with #021E96
Text Example
Text Example
White with #021E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021E96; }
p { color: rgb(2,30,150); }
H1.HeaderClassName
{
color: #021E96;
}
.AnyTagClassName
{
color: #021E96;
}
</style>
background-color css
<style>
a { background-color: #021E96; }
a { background-color: rgb(2,30,150); }
div.DivClassName
{
background-color: #021E96;
}
.BgClassName
{
background-color: #021E96;
}
</style>
border-color css
<style>
span { border-color: #021E96; }
span { border-color: rgb(2,30,150); }
td.TdClassName
{
border-color: #021E96;
}
.TagClassName
{
border-color: #021E96;
}
</style>