Shades of Smalt #02218E
Tints of Smalt #02218E
RGB
CMYK
RGB Variations
Color information
#02218E (or 0x02218E) is known color: Smalt. HEX triplet: 02, 21 and 8E. RGB value is (2,33,142). Sum of RGB (Red+Green+Blue) = 2+33+142=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 142 (55.86% from 255 or 80.23% from 177); Max value from RGB is 142 - color contains mainly: blue. Hex color #02218E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02218E is #FDDE71. Grayscale: #232323. Windows color (decimal): -16637554 or 9314562. OLE color: 9314562.
HSL color Cylindrical-coordinate representation of color #02218E: hue angle of 226.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02218E is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 2 | 33 | 142 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.44 |
| HSL | 226.71º | 0.97% | 0.28% | - |
| HSV(B) | 226.71º | 0.99% | 0.56% | - |
| XYZ | 5.45 | 3.05 | 25.89 | - |
| YUV | 36.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 142 | 0.99 | 0.77 | 0 | 0.44 | 226.71 | 0.97 | 0.28 |
| Hex | 2 | 21 | 8E | 63 | 4D | 0 | 2C | E3 | 61 | 1C |
| Octal | 2 | 41 | 216 | 143 | 115 | 0 | 54 | 343 | 141 | 34 |
| Binary | 10 | 100001 | 10001110 | 1100011 | 1001101 | 0 | 101100 | 11100011 | 1100001 | 11100 |
Color Harmonies of #02218E
Complementary color
Monochromatic Colors of #02218E
Black with #02218E
Text Example
Text Example
White with #02218E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02218E; }
p { color: rgb(2,33,142); }
H1.HeaderClassName
{
color: #02218E;
}
.AnyTagClassName
{
color: #02218E;
}
</style>
background-color css
<style>
a { background-color: #02218E; }
a { background-color: rgb(2,33,142); }
div.DivClassName
{
background-color: #02218E;
}
.BgClassName
{
background-color: #02218E;
}
</style>
border-color css
<style>
span { border-color: #02218E; }
span { border-color: rgb(2,33,142); }
td.TdClassName
{
border-color: #02218E;
}
.TagClassName
{
border-color: #02218E;
}
</style>