Shades of Smalt #022F8B
Tints of Smalt #022F8B
RGB
CMYK
RGB Variations
Color information
#022F8B (or 0x022F8B) is known color: Smalt. HEX triplet: 02, 2F and 8B. RGB value is (2,47,139). Sum of RGB (Red+Green+Blue) = 2+47+139=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #022F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022F8B is #FDD074. Grayscale: #2B2B2B. Windows color (decimal): -16633973 or 9121538. OLE color: 9121538.
HSL color Cylindrical-coordinate representation of color #022F8B: hue angle of 220.29º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022F8B is Cyan = 0.99, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 47 | 139 | - |
| CMYK | 0.99 | 0.66 | 0 | 0.45 |
| HSL | 220.29º | 0.97% | 0.28% | - |
| HSV(B) | 220.29º | 0.99% | 0.55% | - |
| XYZ | 5.7 | 3.91 | 24.88 | - |
| YUV | 44.03 | 181.59 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 47 | 139 | 0.99 | 0.66 | 0 | 0.45 | 220.29 | 0.97 | 0.28 |
| Hex | 2 | 2F | 8B | 63 | 42 | 0 | 2D | DC | 61 | 1C |
| Octal | 2 | 57 | 213 | 143 | 102 | 0 | 55 | 334 | 141 | 34 |
| Binary | 10 | 101111 | 10001011 | 1100011 | 1000010 | 0 | 101101 | 11011100 | 1100001 | 11100 |
Color Harmonies of #022F8B
Complementary color
Monochromatic Colors of #022F8B
Black with #022F8B
Text Example
Text Example
White with #022F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022F8B; }
p { color: rgb(2,47,139); }
H1.HeaderClassName
{
color: #022F8B;
}
.AnyTagClassName
{
color: #022F8B;
}
</style>
background-color css
<style>
a { background-color: #022F8B; }
a { background-color: rgb(2,47,139); }
div.DivClassName
{
background-color: #022F8B;
}
.BgClassName
{
background-color: #022F8B;
}
</style>
border-color css
<style>
span { border-color: #022F8B; }
span { border-color: rgb(2,47,139); }
td.TdClassName
{
border-color: #022F8B;
}
.TagClassName
{
border-color: #022F8B;
}
</style>