Shades of Smalt #04218B
Tints of Smalt #04218B
RGB
CMYK
RGB Variations
Color information
#04218B (or 0x04218B) is known color: Smalt. HEX triplet: 04, 21 and 8B. RGB value is (4,33,139). Sum of RGB (Red+Green+Blue) = 4+33+139=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 139 (54.69% from 255 or 78.98% from 176); Max value from RGB is 139 - color contains mainly: blue. Hex color #04218B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04218B is #FBDE74. Grayscale: #232323. Windows color (decimal): -16506485 or 9117956. OLE color: 9117956.
HSL color Cylindrical-coordinate representation of color #04218B: hue angle of 227.11º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04218B is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 33 | 139 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.45 |
| HSL | 227.11º | 0.94% | 0.28% | - |
| HSV(B) | 227.11º | 0.97% | 0.55% | - |
| XYZ | 5.25 | 2.98 | 24.72 | - |
| YUV | 36.41 | 185.89 | 104.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 139 | 0.97 | 0.76 | 0 | 0.45 | 227.11 | 0.94 | 0.28 |
| Hex | 4 | 21 | 8B | 61 | 4C | 0 | 2D | E3 | 5E | 1C |
| Octal | 4 | 41 | 213 | 141 | 114 | 0 | 55 | 343 | 136 | 34 |
| Binary | 100 | 100001 | 10001011 | 1100001 | 1001100 | 0 | 101101 | 11100011 | 1011110 | 11100 |
Color Harmonies of #04218B
Complementary color
Monochromatic Colors of #04218B
Black with #04218B
Text Example
Text Example
White with #04218B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04218B; }
p { color: rgb(4,33,139); }
H1.HeaderClassName
{
color: #04218B;
}
.AnyTagClassName
{
color: #04218B;
}
</style>
background-color css
<style>
a { background-color: #04218B; }
a { background-color: rgb(4,33,139); }
div.DivClassName
{
background-color: #04218B;
}
.BgClassName
{
background-color: #04218B;
}
</style>
border-color css
<style>
span { border-color: #04218B; }
span { border-color: rgb(4,33,139); }
td.TdClassName
{
border-color: #04218B;
}
.TagClassName
{
border-color: #04218B;
}
</style>