Shades of Smalt #022F83
Tints of Smalt #022F83
RGB
CMYK
RGB Variations
Color information
#022F83 (or 0x022F83) is known color: Smalt. HEX triplet: 02, 2F and 83. RGB value is (2,47,131). Sum of RGB (Red+Green+Blue) = 2+47+131=180 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.11% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 131 (51.56% from 255 or 72.78% from 180); Max value from RGB is 131 - color contains mainly: blue. Hex color #022F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F83 is #FDD07C. Grayscale: #2A2A2A. Windows color (decimal): -16633981 or 8597250. OLE color: 8597250.
HSL color Cylindrical-coordinate representation of color #022F83: hue angle of 219.07º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F83 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 2 | 47 | 131 | - |
| CMYK | 0.98 | 0.64 | 0 | 0.49 |
| HSL | 219.07º | 0.97% | 0.26% | - |
| HSV(B) | 219.07º | 0.98% | 0.51% | - |
| XYZ | 5.14 | 3.68 | 21.91 | - |
| YUV | 43.12 | 177.59 | 98.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 131 | 0.98 | 0.64 | 0 | 0.49 | 219.07 | 0.97 | 0.26 |
| Hex | 2 | 2F | 83 | 62 | 40 | 0 | 31 | DB | 61 | 1A |
| Octal | 2 | 57 | 203 | 142 | 100 | 0 | 61 | 333 | 141 | 32 |
| Binary | 10 | 101111 | 10000011 | 1100010 | 1000000 | 0 | 110001 | 11011011 | 1100001 | 11010 |
Color Harmonies of #022F83
Complementary color
Monochromatic Colors of #022F83
Black with #022F83
Text Example
Text Example
White with #022F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F83; }
p { color: rgb(2,47,131); }
H1.HeaderClassName
{
color: #022F83;
}
.AnyTagClassName
{
color: #022F83;
}
</style>
background-color css
<style>
a { background-color: #022F83; }
a { background-color: rgb(2,47,131); }
div.DivClassName
{
background-color: #022F83;
}
.BgClassName
{
background-color: #022F83;
}
</style>
border-color css
<style>
span { border-color: #022F83; }
span { border-color: rgb(2,47,131); }
td.TdClassName
{
border-color: #022F83;
}
.TagClassName
{
border-color: #022F83;
}
</style>