Shades of Smalt #022990
Tints of Smalt #022990
RGB
CMYK
RGB Variations
Color information
#022990 (or 0x022990) is known color: Smalt. HEX triplet: 02, 29 and 90. RGB value is (2,41,144). Sum of RGB (Red+Green+Blue) = 2+41+144=187 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.07% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #022990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022990 is #FDD66F. Grayscale: #282828. Windows color (decimal): -16635504 or 9447682. OLE color: 9447682.
HSL color Cylindrical-coordinate representation of color #022990: hue angle of 223.52º 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 #022990 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 41 | 144 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.44 |
| HSL | 223.52º | 0.97% | 0.29% | - |
| HSV(B) | 223.52º | 0.99% | 0.56% | - |
| XYZ | 5.85 | 3.61 | 26.77 | - |
| YUV | 41.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 41 | 144 | 0.99 | 0.72 | 0 | 0.44 | 223.52 | 0.97 | 0.29 |
| Hex | 2 | 29 | 90 | 63 | 48 | 0 | 2C | E0 | 61 | 1D |
| Octal | 2 | 51 | 220 | 143 | 110 | 0 | 54 | 340 | 141 | 35 |
| Binary | 10 | 101001 | 10010000 | 1100011 | 1001000 | 0 | 101100 | 11100000 | 1100001 | 11101 |
Color Harmonies of #022990
Complementary color
Monochromatic Colors of #022990
Black with #022990
Text Example
Text Example
White with #022990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022990; }
p { color: rgb(2,41,144); }
H1.HeaderClassName
{
color: #022990;
}
.AnyTagClassName
{
color: #022990;
}
</style>
background-color css
<style>
a { background-color: #022990; }
a { background-color: rgb(2,41,144); }
div.DivClassName
{
background-color: #022990;
}
.BgClassName
{
background-color: #022990;
}
</style>
border-color css
<style>
span { border-color: #022990; }
span { border-color: rgb(2,41,144); }
td.TdClassName
{
border-color: #022990;
}
.TagClassName
{
border-color: #022990;
}
</style>