Shades of Smalt #022A92
Tints of Smalt #022A92
RGB
CMYK
RGB Variations
Color information
#022A92 (or 0x022A92) is known color: Smalt. HEX triplet: 02, 2A and 92. RGB value is (2,42,146). Sum of RGB (Red+Green+Blue) = 2+42+146=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #022A92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022A92 is #FDD56D. Grayscale: #292929. Windows color (decimal): -16635246 or 9579010. OLE color: 9579010.
HSL color Cylindrical-coordinate representation of color #022A92: hue angle of 223.33º 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 #022A92 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 2 | 42 | 146 | - |
| CMYK | 0.99 | 0.71 | 0 | 0.43 |
| HSL | 223.33º | 0.97% | 0.29% | - |
| HSV(B) | 223.33º | 0.99% | 0.57% | - |
| XYZ | 6.04 | 3.74 | 27.6 | - |
| YUV | 41.9 | 186.75 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 146 | 0.99 | 0.71 | 0 | 0.43 | 223.33 | 0.97 | 0.29 |
| Hex | 2 | 2A | 92 | 63 | 47 | 0 | 2B | DF | 61 | 1D |
| Octal | 2 | 52 | 222 | 143 | 107 | 0 | 53 | 337 | 141 | 35 |
| Binary | 10 | 101010 | 10010010 | 1100011 | 1000111 | 0 | 101011 | 11011111 | 1100001 | 11101 |
Color Harmonies of #022A92
Complementary color
Monochromatic Colors of #022A92
Black with #022A92
Text Example
Text Example
White with #022A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A92; }
p { color: rgb(2,42,146); }
H1.HeaderClassName
{
color: #022A92;
}
.AnyTagClassName
{
color: #022A92;
}
</style>
background-color css
<style>
a { background-color: #022A92; }
a { background-color: rgb(2,42,146); }
div.DivClassName
{
background-color: #022A92;
}
.BgClassName
{
background-color: #022A92;
}
</style>
border-color css
<style>
span { border-color: #022A92; }
span { border-color: rgb(2,42,146); }
td.TdClassName
{
border-color: #022A92;
}
.TagClassName
{
border-color: #022A92;
}
</style>