Shades of Smalt #02218B
Tints of Smalt #02218B
RGB
CMYK
RGB Variations
Color information
#02218B (or 0x02218B) is known color: Smalt. HEX triplet: 02, 21 and 8B. RGB value is (2,33,139). Sum of RGB (Red+Green+Blue) = 2+33+139=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 139 (54.69% from 255 or 79.89% from 174); Max value from RGB is 139 - color contains mainly: blue. Hex color #02218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02218B is #FDDE74. Grayscale: #232323. Windows color (decimal): -16637557 or 9117954. OLE color: 9117954.
HSL color Cylindrical-coordinate representation of color #02218B: hue angle of 226.42º 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 #02218B is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 2 | 33 | 139 | - |
| CMYK | 0.99 | 0.76 | 0 | 0.45 |
| HSL | 226.42º | 0.97% | 0.28% | - |
| HSV(B) | 226.42º | 0.99% | 0.55% | - |
| XYZ | 5.23 | 2.96 | 24.72 | - |
| YUV | 35.82 | 186.23 | 103.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 33 | 139 | 0.99 | 0.76 | 0 | 0.45 | 226.42 | 0.97 | 0.28 |
| Hex | 2 | 21 | 8B | 63 | 4C | 0 | 2D | E2 | 61 | 1C |
| Octal | 2 | 41 | 213 | 143 | 114 | 0 | 55 | 342 | 141 | 34 |
| Binary | 10 | 100001 | 10001011 | 1100011 | 1001100 | 0 | 101101 | 11100010 | 1100001 | 11100 |
Color Harmonies of #02218B
Complementary color
Monochromatic Colors of #02218B
Black with #02218B
Text Example
Text Example
White with #02218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02218B; }
p { color: rgb(2,33,139); }
H1.HeaderClassName
{
color: #02218B;
}
.AnyTagClassName
{
color: #02218B;
}
</style>
background-color css
<style>
a { background-color: #02218B; }
a { background-color: rgb(2,33,139); }
div.DivClassName
{
background-color: #02218B;
}
.BgClassName
{
background-color: #02218B;
}
</style>
border-color css
<style>
span { border-color: #02218B; }
span { border-color: rgb(2,33,139); }
td.TdClassName
{
border-color: #02218B;
}
.TagClassName
{
border-color: #02218B;
}
</style>