Shades of Smalt #022090
Tints of Smalt #022090
RGB
CMYK
RGB Variations
Color information
#022090 (or 0x022090) is known color: Smalt. HEX triplet: 02, 20 and 90. RGB value is (2,32,144). Sum of RGB (Red+Green+Blue) = 2+32+144=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 144 (56.64% from 255 or 80.90% from 178); Max value from RGB is 144 - color contains mainly: blue. Hex color #022090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022090 is #FDDF6F. Grayscale: #232323. Windows color (decimal): -16637808 or 9445378. OLE color: 9445378.
HSL color Cylindrical-coordinate representation of color #022090: hue angle of 227.32º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022090 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 32 | 144 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.44 |
| HSL | 227.32º | 0.97% | 0.29% | - |
| HSV(B) | 227.32º | 0.99% | 0.56% | - |
| XYZ | 5.58 | 3.06 | 26.68 | - |
| YUV | 35.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 144 | 0.99 | 0.78 | 0 | 0.44 | 227.32 | 0.97 | 0.29 |
| Hex | 2 | 20 | 90 | 63 | 4E | 0 | 2C | E3 | 61 | 1D |
| Octal | 2 | 40 | 220 | 143 | 116 | 0 | 54 | 343 | 141 | 35 |
| Binary | 10 | 100000 | 10010000 | 1100011 | 1001110 | 0 | 101100 | 11100011 | 1100001 | 11101 |
Color Harmonies of #022090
Complementary color
Monochromatic Colors of #022090
Black with #022090
Text Example
Text Example
White with #022090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022090; }
p { color: rgb(2,32,144); }
H1.HeaderClassName
{
color: #022090;
}
.AnyTagClassName
{
color: #022090;
}
</style>
background-color css
<style>
a { background-color: #022090; }
a { background-color: rgb(2,32,144); }
div.DivClassName
{
background-color: #022090;
}
.BgClassName
{
background-color: #022090;
}
</style>
border-color css
<style>
span { border-color: #022090; }
span { border-color: rgb(2,32,144); }
td.TdClassName
{
border-color: #022090;
}
.TagClassName
{
border-color: #022090;
}
</style>