Shades of Smalt #022A98
Tints of Smalt #022A98
RGB
CMYK
RGB Variations
Color information
#022A98 (or 0x022A98) is known color: Smalt. HEX triplet: 02, 2A and 98. RGB value is (2,42,152). Sum of RGB (Red+Green+Blue) = 2+42+152=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 152 (59.77% from 255 or 77.55% from 196); Max value from RGB is 152 - color contains mainly: blue. Hex color #022A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022A98 is #FDD567. Grayscale: #2A2A2A. Windows color (decimal): -16635240 or 9972226. OLE color: 9972226.
HSL color Cylindrical-coordinate representation of color #022A98: hue angle of 224º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022A98 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 42 | 152 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.40 |
| HSL | 224º | 0.97% | 0.3% | - |
| HSV(B) | 224º | 0.99% | 0.6% | - |
| XYZ | 6.52 | 3.94 | 30.12 | - |
| YUV | 42.58 | 189.75 | 99.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 42 | 152 | 0.99 | 0.72 | 0 | 0.40 | 224 | 0.97 | 0.3 |
| Hex | 2 | 2A | 98 | 63 | 48 | 0 | 28 | E0 | 61 | 1E |
| Octal | 2 | 52 | 230 | 143 | 110 | 0 | 50 | 340 | 141 | 36 |
| Binary | 10 | 101010 | 10011000 | 1100011 | 1001000 | 0 | 101000 | 11100000 | 1100001 | 11110 |
Color Harmonies of #022A98
Complementary color
Monochromatic Colors of #022A98
Black with #022A98
Text Example
Text Example
White with #022A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022A98; }
p { color: rgb(2,42,152); }
H1.HeaderClassName
{
color: #022A98;
}
.AnyTagClassName
{
color: #022A98;
}
</style>
background-color css
<style>
a { background-color: #022A98; }
a { background-color: rgb(2,42,152); }
div.DivClassName
{
background-color: #022A98;
}
.BgClassName
{
background-color: #022A98;
}
</style>
border-color css
<style>
span { border-color: #022A98; }
span { border-color: rgb(2,42,152); }
td.TdClassName
{
border-color: #022A98;
}
.TagClassName
{
border-color: #022A98;
}
</style>