Shades of Smalt #022F90
Tints of Smalt #022F90
RGB
CMYK
RGB Variations
Color information
#022F90 (or 0x022F90) is known color: Smalt. HEX triplet: 02, 2F and 90. RGB value is (2,47,144). Sum of RGB (Red+Green+Blue) = 2+47+144=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #022F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F90 is #FDD06F. Grayscale: #2C2C2C. Windows color (decimal): -16633968 or 9449218. OLE color: 9449218.
HSL color Cylindrical-coordinate representation of color #022F90: hue angle of 220.99º 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 #022F90 is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 47 | 144 | - |
| CMYK | 0.99 | 0.67 | 0 | 0.44 |
| HSL | 220.99º | 0.97% | 0.29% | - |
| HSV(B) | 220.99º | 0.99% | 0.56% | - |
| XYZ | 6.08 | 4.06 | 26.85 | - |
| YUV | 44.6 | 184.09 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 144 | 0.99 | 0.67 | 0 | 0.44 | 220.99 | 0.97 | 0.29 |
| Hex | 2 | 2F | 90 | 63 | 43 | 0 | 2C | DD | 61 | 1D |
| Octal | 2 | 57 | 220 | 143 | 103 | 0 | 54 | 335 | 141 | 35 |
| Binary | 10 | 101111 | 10010000 | 1100011 | 1000011 | 0 | 101100 | 11011101 | 1100001 | 11101 |
Color Harmonies of #022F90
Complementary color
Monochromatic Colors of #022F90
Black with #022F90
Text Example
Text Example
White with #022F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F90; }
p { color: rgb(2,47,144); }
H1.HeaderClassName
{
color: #022F90;
}
.AnyTagClassName
{
color: #022F90;
}
</style>
background-color css
<style>
a { background-color: #022F90; }
a { background-color: rgb(2,47,144); }
div.DivClassName
{
background-color: #022F90;
}
.BgClassName
{
background-color: #022F90;
}
</style>
border-color css
<style>
span { border-color: #022F90; }
span { border-color: rgb(2,47,144); }
td.TdClassName
{
border-color: #022F90;
}
.TagClassName
{
border-color: #022F90;
}
</style>