Shades of Smalt #021F8B
Tints of Smalt #021F8B
RGB
CMYK
RGB Variations
Color information
#021F8B (or 0x021F8B) is known color: Smalt. HEX triplet: 02, 1F and 8B. RGB value is (2,31,139). Sum of RGB (Red+Green+Blue) = 2+31+139=172 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #021F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021F8B is #FDE074. Grayscale: #222222. Windows color (decimal): -16638069 or 9117442. OLE color: 9117442.
HSL color Cylindrical-coordinate representation of color #021F8B: hue angle of 227.3º 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 #021F8B is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 31 | 139 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.45 |
| HSL | 227.3º | 0.97% | 0.28% | - |
| HSV(B) | 227.3º | 0.99% | 0.55% | - |
| XYZ | 5.18 | 2.86 | 24.7 | - |
| YUV | 34.64 | 186.89 | 104.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 31 | 139 | 0.99 | 0.78 | 0 | 0.45 | 227.3 | 0.97 | 0.28 |
| Hex | 2 | 1F | 8B | 63 | 4E | 0 | 2D | E3 | 61 | 1C |
| Octal | 2 | 37 | 213 | 143 | 116 | 0 | 55 | 343 | 141 | 34 |
| Binary | 10 | 11111 | 10001011 | 1100011 | 1001110 | 0 | 101101 | 11100011 | 1100001 | 11100 |
Color Harmonies of #021F8B
Complementary color
Monochromatic Colors of #021F8B
Black with #021F8B
Text Example
Text Example
White with #021F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #021F8B; }
p { color: rgb(2,31,139); }
H1.HeaderClassName
{
color: #021F8B;
}
.AnyTagClassName
{
color: #021F8B;
}
</style>
background-color css
<style>
a { background-color: #021F8B; }
a { background-color: rgb(2,31,139); }
div.DivClassName
{
background-color: #021F8B;
}
.BgClassName
{
background-color: #021F8B;
}
</style>
border-color css
<style>
span { border-color: #021F8B; }
span { border-color: rgb(2,31,139); }
td.TdClassName
{
border-color: #021F8B;
}
.TagClassName
{
border-color: #021F8B;
}
</style>