Shades of Smalt #022094
Tints of Smalt #022094
RGB
CMYK
RGB Variations
Color information
#022094 (or 0x022094) is known color: Smalt. HEX triplet: 02, 20 and 94. RGB value is (2,32,148). Sum of RGB (Red+Green+Blue) = 2+32+148=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 148 (58.20% from 255 or 81.32% from 182); Max value from RGB is 148 - color contains mainly: blue. Hex color #022094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022094 is #FDDF6B. Grayscale: #232323. Windows color (decimal): -16637804 or 9707522. OLE color: 9707522.
HSL color Cylindrical-coordinate representation of color #022094: hue angle of 227.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022094 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 32 | 148 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.42 |
| HSL | 227.67º | 0.97% | 0.29% | - |
| HSV(B) | 227.67º | 0.99% | 0.58% | - |
| XYZ | 5.89 | 3.18 | 28.32 | - |
| YUV | 36.25 | 191.06 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 148 | 0.99 | 0.78 | 0 | 0.42 | 227.67 | 0.97 | 0.29 |
| Hex | 2 | 20 | 94 | 63 | 4E | 0 | 2A | E4 | 61 | 1D |
| Octal | 2 | 40 | 224 | 143 | 116 | 0 | 52 | 344 | 141 | 35 |
| Binary | 10 | 100000 | 10010100 | 1100011 | 1001110 | 0 | 101010 | 11100100 | 1100001 | 11101 |
Color Harmonies of #022094
Complementary color
Monochromatic Colors of #022094
Black with #022094
Text Example
Text Example
White with #022094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022094; }
p { color: rgb(2,32,148); }
H1.HeaderClassName
{
color: #022094;
}
.AnyTagClassName
{
color: #022094;
}
</style>
background-color css
<style>
a { background-color: #022094; }
a { background-color: rgb(2,32,148); }
div.DivClassName
{
background-color: #022094;
}
.BgClassName
{
background-color: #022094;
}
</style>
border-color css
<style>
span { border-color: #022094; }
span { border-color: rgb(2,32,148); }
td.TdClassName
{
border-color: #022094;
}
.TagClassName
{
border-color: #022094;
}
</style>