Shades of Smalt #022F85
Tints of Smalt #022F85
RGB
CMYK
RGB Variations
Color information
#022F85 (or 0x022F85) is known color: Smalt. HEX triplet: 02, 2F and 85. RGB value is (2,47,133). Sum of RGB (Red+Green+Blue) = 2+47+133=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #022F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F85 is #FDD07A. Grayscale: #2A2A2A. Windows color (decimal): -16633979 or 8728322. OLE color: 8728322.
HSL color Cylindrical-coordinate representation of color #022F85: hue angle of 219.39º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F85 is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 2 | 47 | 133 | - |
| CMYK | 0.98 | 0.65 | 0 | 0.48 |
| HSL | 219.39º | 0.97% | 0.26% | - |
| HSV(B) | 219.39º | 0.98% | 0.52% | - |
| XYZ | 5.28 | 3.74 | 22.63 | - |
| YUV | 43.35 | 178.59 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 133 | 0.98 | 0.65 | 0 | 0.48 | 219.39 | 0.97 | 0.26 |
| Hex | 2 | 2F | 85 | 62 | 41 | 0 | 30 | DB | 61 | 1A |
| Octal | 2 | 57 | 205 | 142 | 101 | 0 | 60 | 333 | 141 | 32 |
| Binary | 10 | 101111 | 10000101 | 1100010 | 1000001 | 0 | 110000 | 11011011 | 1100001 | 11010 |
Color Harmonies of #022F85
Complementary color
Monochromatic Colors of #022F85
Black with #022F85
Text Example
Text Example
White with #022F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F85; }
p { color: rgb(2,47,133); }
H1.HeaderClassName
{
color: #022F85;
}
.AnyTagClassName
{
color: #022F85;
}
</style>
background-color css
<style>
a { background-color: #022F85; }
a { background-color: rgb(2,47,133); }
div.DivClassName
{
background-color: #022F85;
}
.BgClassName
{
background-color: #022F85;
}
</style>
border-color css
<style>
span { border-color: #022F85; }
span { border-color: rgb(2,47,133); }
td.TdClassName
{
border-color: #022F85;
}
.TagClassName
{
border-color: #022F85;
}
</style>