Shades of Smalt #022492
Tints of Smalt #022492
RGB
CMYK
RGB Variations
Color information
#022492 (or 0x022492) is known color: Smalt. HEX triplet: 02, 24 and 92. RGB value is (2,36,146). Sum of RGB (Red+Green+Blue) = 2+36+146=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #022492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022492 is #FDDB6D. Grayscale: #252525. Windows color (decimal): -16636782 or 9577474. OLE color: 9577474.
HSL color Cylindrical-coordinate representation of color #022492: hue angle of 225.83º 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 #022492 is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 36 | 146 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.43 |
| HSL | 225.83º | 0.97% | 0.29% | - |
| HSV(B) | 225.83º | 0.99% | 0.57% | - |
| XYZ | 5.84 | 3.35 | 27.53 | - |
| YUV | 38.37 | 188.74 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 36 | 146 | 0.99 | 0.75 | 0 | 0.43 | 225.83 | 0.97 | 0.29 |
| Hex | 2 | 24 | 92 | 63 | 4B | 0 | 2B | E2 | 61 | 1D |
| Octal | 2 | 44 | 222 | 143 | 113 | 0 | 53 | 342 | 141 | 35 |
| Binary | 10 | 100100 | 10010010 | 1100011 | 1001011 | 0 | 101011 | 11100010 | 1100001 | 11101 |
Color Harmonies of #022492
Complementary color
Monochromatic Colors of #022492
Black with #022492
Text Example
Text Example
White with #022492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022492; }
p { color: rgb(2,36,146); }
H1.HeaderClassName
{
color: #022492;
}
.AnyTagClassName
{
color: #022492;
}
</style>
background-color css
<style>
a { background-color: #022492; }
a { background-color: rgb(2,36,146); }
div.DivClassName
{
background-color: #022492;
}
.BgClassName
{
background-color: #022492;
}
</style>
border-color css
<style>
span { border-color: #022492; }
span { border-color: rgb(2,36,146); }
td.TdClassName
{
border-color: #022492;
}
.TagClassName
{
border-color: #022492;
}
</style>