Shades of Smalt #022F98
Tints of Smalt #022F98
RGB
CMYK
RGB Variations
Color information
#022F98 (or 0x022F98) is known color: Smalt. HEX triplet: 02, 2F and 98. RGB value is (2,47,152). Sum of RGB (Red+Green+Blue) = 2+47+152=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 47 (18.75% from 255 or 23.38% from 201); Blue value is 152 (59.77% from 255 or 75.62% from 201); Max value from RGB is 152 - color contains mainly: blue. Hex color #022F98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F98 is #FDD067. Grayscale: #2D2D2D. Windows color (decimal): -16633960 or 9973506. OLE color: 9973506.
HSL color Cylindrical-coordinate representation of color #022F98: hue angle of 222º 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 #022F98 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 2 | 47 | 152 | - |
| CMYK | 0.99 | 0.69 | 0 | 0.40 |
| HSL | 222º | 0.97% | 0.3% | - |
| HSV(B) | 222º | 0.99% | 0.6% | - |
| XYZ | 6.71 | 4.31 | 30.18 | - |
| YUV | 45.52 | 188.09 | 96.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 152 | 0.99 | 0.69 | 0 | 0.40 | 222 | 0.97 | 0.3 |
| Hex | 2 | 2F | 98 | 63 | 45 | 0 | 28 | DE | 61 | 1E |
| Octal | 2 | 57 | 230 | 143 | 105 | 0 | 50 | 336 | 141 | 36 |
| Binary | 10 | 101111 | 10011000 | 1100011 | 1000101 | 0 | 101000 | 11011110 | 1100001 | 11110 |
Color Harmonies of #022F98
Complementary color
Monochromatic Colors of #022F98
Black with #022F98
Text Example
Text Example
White with #022F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F98; }
p { color: rgb(2,47,152); }
H1.HeaderClassName
{
color: #022F98;
}
.AnyTagClassName
{
color: #022F98;
}
</style>
background-color css
<style>
a { background-color: #022F98; }
a { background-color: rgb(2,47,152); }
div.DivClassName
{
background-color: #022F98;
}
.BgClassName
{
background-color: #022F98;
}
</style>
border-color css
<style>
span { border-color: #022F98; }
span { border-color: rgb(2,47,152); }
td.TdClassName
{
border-color: #022F98;
}
.TagClassName
{
border-color: #022F98;
}
</style>