Shades of Smalt #022092
Tints of Smalt #022092
RGB
CMYK
RGB Variations
Color information
#022092 (or 0x022092) is known color: Smalt. HEX triplet: 02, 20 and 92. RGB value is (2,32,146). Sum of RGB (Red+Green+Blue) = 2+32+146=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 146 (57.42% from 255 or 81.11% from 180); Max value from RGB is 146 - color contains mainly: blue. Hex color #022092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022092 is #FDDF6D. Grayscale: #232323. Windows color (decimal): -16637806 or 9576450. OLE color: 9576450.
HSL color Cylindrical-coordinate representation of color #022092: hue angle of 227.5º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022092 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 32 | 146 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.43 |
| HSL | 227.5º | 0.97% | 0.29% | - |
| HSV(B) | 227.5º | 0.99% | 0.57% | - |
| XYZ | 5.73 | 3.12 | 27.49 | - |
| YUV | 36.03 | 190.06 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 32 | 146 | 0.99 | 0.78 | 0 | 0.43 | 227.5 | 0.97 | 0.29 |
| Hex | 2 | 20 | 92 | 63 | 4E | 0 | 2B | E4 | 61 | 1D |
| Octal | 2 | 40 | 222 | 143 | 116 | 0 | 53 | 344 | 141 | 35 |
| Binary | 10 | 100000 | 10010010 | 1100011 | 1001110 | 0 | 101011 | 11100100 | 1100001 | 11101 |
Color Harmonies of #022092
Complementary color
Monochromatic Colors of #022092
Black with #022092
Text Example
Text Example
White with #022092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022092; }
p { color: rgb(2,32,146); }
H1.HeaderClassName
{
color: #022092;
}
.AnyTagClassName
{
color: #022092;
}
</style>
background-color css
<style>
a { background-color: #022092; }
a { background-color: rgb(2,32,146); }
div.DivClassName
{
background-color: #022092;
}
.BgClassName
{
background-color: #022092;
}
</style>
border-color css
<style>
span { border-color: #022092; }
span { border-color: rgb(2,32,146); }
td.TdClassName
{
border-color: #022092;
}
.TagClassName
{
border-color: #022092;
}
</style>