Shades of Smalt #022194
Tints of Smalt #022194
RGB
CMYK
RGB Variations
Color information
#022194 (or 0x022194) is known color: Smalt. HEX triplet: 02, 21 and 94. RGB value is (2,33,148). Sum of RGB (Red+Green+Blue) = 2+33+148=183 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 148 (58.20% from 255 or 80.87% from 183); Max value from RGB is 148 - color contains mainly: blue. Hex color #022194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022194 is #FDDE6B. Grayscale: #242424. Windows color (decimal): -16637548 or 9707778. OLE color: 9707778.
HSL color Cylindrical-coordinate representation of color #022194: hue angle of 227.26º 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 #022194 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 33 | 148 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.42 |
| HSL | 227.26º | 0.97% | 0.29% | - |
| HSV(B) | 227.26º | 0.99% | 0.58% | - |
| XYZ | 5.91 | 3.24 | 28.33 | - |
| YUV | 36.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 148 | 0.99 | 0.78 | 0 | 0.42 | 227.26 | 0.97 | 0.29 |
| Hex | 2 | 21 | 94 | 63 | 4E | 0 | 2A | E3 | 61 | 1D |
| Octal | 2 | 41 | 224 | 143 | 116 | 0 | 52 | 343 | 141 | 35 |
| Binary | 10 | 100001 | 10010100 | 1100011 | 1001110 | 0 | 101010 | 11100011 | 1100001 | 11101 |
Color Harmonies of #022194
Complementary color
Monochromatic Colors of #022194
Black with #022194
Text Example
Text Example
White with #022194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022194; }
p { color: rgb(2,33,148); }
H1.HeaderClassName
{
color: #022194;
}
.AnyTagClassName
{
color: #022194;
}
</style>
background-color css
<style>
a { background-color: #022194; }
a { background-color: rgb(2,33,148); }
div.DivClassName
{
background-color: #022194;
}
.BgClassName
{
background-color: #022194;
}
</style>
border-color css
<style>
span { border-color: #022194; }
span { border-color: rgb(2,33,148); }
td.TdClassName
{
border-color: #022194;
}
.TagClassName
{
border-color: #022194;
}
</style>