Shades of Smalt #022F9D
Tints of Smalt #022F9D
RGB
CMYK
RGB Variations
Color information
#022F9D (or 0x022F9D) is known color: Smalt. HEX triplet: 02, 2F and 9D. RGB value is (2,47,157). Sum of RGB (Red+Green+Blue) = 2+47+157=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 47 (18.75% from 255 or 22.82% from 206); Blue value is 157 (61.72% from 255 or 76.21% from 206); Max value from RGB is 157 - color contains mainly: blue. Hex color #022F9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F9D is #FDD062. Grayscale: #2D2D2D. Windows color (decimal): -16633955 or 10301186. OLE color: 10301186.
HSL color Cylindrical-coordinate representation of color #022F9D: hue angle of 222.58º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022F9D is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 2 | 47 | 157 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.38 |
| HSL | 222.58º | 0.97% | 0.31% | - |
| HSV(B) | 222.58º | 0.99% | 0.62% | - |
| XYZ | 7.13 | 4.48 | 32.39 | - |
| YUV | 46.09 | 190.59 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 157 | 0.99 | 0.70 | 0 | 0.38 | 222.58 | 0.97 | 0.31 |
| Hex | 2 | 2F | 9D | 63 | 46 | 0 | 26 | DF | 61 | 1F |
| Octal | 2 | 57 | 235 | 143 | 106 | 0 | 46 | 337 | 141 | 37 |
| Binary | 10 | 101111 | 10011101 | 1100011 | 1000110 | 0 | 100110 | 11011111 | 1100001 | 11111 |
Color Harmonies of #022F9D
Complementary color
Monochromatic Colors of #022F9D
Black with #022F9D
Text Example
Text Example
White with #022F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F9D; }
p { color: rgb(2,47,157); }
H1.HeaderClassName
{
color: #022F9D;
}
.AnyTagClassName
{
color: #022F9D;
}
</style>
background-color css
<style>
a { background-color: #022F9D; }
a { background-color: rgb(2,47,157); }
div.DivClassName
{
background-color: #022F9D;
}
.BgClassName
{
background-color: #022F9D;
}
</style>
border-color css
<style>
span { border-color: #022F9D; }
span { border-color: rgb(2,47,157); }
td.TdClassName
{
border-color: #022F9D;
}
.TagClassName
{
border-color: #022F9D;
}
</style>