Shades of Smalt #022F9C
Tints of Smalt #022F9C
RGB
CMYK
RGB Variations
Color information
#022F9C (or 0x022F9C) is known color: Smalt. HEX triplet: 02, 2F and 9C. RGB value is (2,47,156). Sum of RGB (Red+Green+Blue) = 2+47+156=205 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 156 (61.33% from 255 or 76.10% from 205); Max value from RGB is 156 - color contains mainly: blue. Hex color #022F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F9C is #FDD063. Grayscale: #2D2D2D. Windows color (decimal): -16633956 or 10235650. OLE color: 10235650.
HSL color Cylindrical-coordinate representation of color #022F9C: hue angle of 222.47º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022F9C is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 2 | 47 | 156 | - |
| CMYK | 0.99 | 0.70 | 0 | 0.39 |
| HSL | 222.47º | 0.97% | 0.31% | - |
| HSV(B) | 222.47º | 0.99% | 0.61% | - |
| XYZ | 7.04 | 4.45 | 31.94 | - |
| YUV | 45.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 156 | 0.99 | 0.70 | 0 | 0.39 | 222.47 | 0.97 | 0.31 |
| Hex | 2 | 2F | 9C | 63 | 46 | 0 | 27 | DE | 61 | 1F |
| Octal | 2 | 57 | 234 | 143 | 106 | 0 | 47 | 336 | 141 | 37 |
| Binary | 10 | 101111 | 10011100 | 1100011 | 1000110 | 0 | 100111 | 11011110 | 1100001 | 11111 |
Color Harmonies of #022F9C
Complementary color
Monochromatic Colors of #022F9C
Black with #022F9C
Text Example
Text Example
White with #022F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F9C; }
p { color: rgb(2,47,156); }
H1.HeaderClassName
{
color: #022F9C;
}
.AnyTagClassName
{
color: #022F9C;
}
</style>
background-color css
<style>
a { background-color: #022F9C; }
a { background-color: rgb(2,47,156); }
div.DivClassName
{
background-color: #022F9C;
}
.BgClassName
{
background-color: #022F9C;
}
</style>
border-color css
<style>
span { border-color: #022F9C; }
span { border-color: rgb(2,47,156); }
td.TdClassName
{
border-color: #022F9C;
}
.TagClassName
{
border-color: #022F9C;
}
</style>