Shades of Smalt #022193
Tints of Smalt #022193
RGB
CMYK
RGB Variations
Color information
#022193 (or 0x022193) is known color: Smalt. HEX triplet: 02, 21 and 93. RGB value is (2,33,147). Sum of RGB (Red+Green+Blue) = 2+33+147=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 147 (57.81% from 255 or 80.77% from 182); Max value from RGB is 147 - color contains mainly: blue. Hex color #022193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022193 is #FDDE6C. Grayscale: #242424. Windows color (decimal): -16637549 or 9642242. OLE color: 9642242.
HSL color Cylindrical-coordinate representation of color #022193: hue angle of 227.17º 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 #022193 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 2 | 33 | 147 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.42 |
| HSL | 227.17º | 0.97% | 0.29% | - |
| HSV(B) | 227.17º | 0.99% | 0.58% | - |
| XYZ | 5.84 | 3.21 | 27.92 | - |
| YUV | 36.73 | 190.23 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 147 | 0.99 | 0.78 | 0 | 0.42 | 227.17 | 0.97 | 0.29 |
| Hex | 2 | 21 | 93 | 63 | 4E | 0 | 2A | E3 | 61 | 1D |
| Octal | 2 | 41 | 223 | 143 | 116 | 0 | 52 | 343 | 141 | 35 |
| Binary | 10 | 100001 | 10010011 | 1100011 | 1001110 | 0 | 101010 | 11100011 | 1100001 | 11101 |
Color Harmonies of #022193
Complementary color
Monochromatic Colors of #022193
Black with #022193
Text Example
Text Example
White with #022193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022193; }
p { color: rgb(2,33,147); }
H1.HeaderClassName
{
color: #022193;
}
.AnyTagClassName
{
color: #022193;
}
</style>
background-color css
<style>
a { background-color: #022193; }
a { background-color: rgb(2,33,147); }
div.DivClassName
{
background-color: #022193;
}
.BgClassName
{
background-color: #022193;
}
</style>
border-color css
<style>
span { border-color: #022193; }
span { border-color: rgb(2,33,147); }
td.TdClassName
{
border-color: #022193;
}
.TagClassName
{
border-color: #022193;
}
</style>