Shades of Smalt #04218A
Tints of Smalt #04218A
RGB
CMYK
RGB Variations
Color information
#04218A (or 0x04218A) is known color: Smalt. HEX triplet: 04, 21 and 8A. RGB value is (4,33,138). Sum of RGB (Red+Green+Blue) = 4+33+138=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 138 (54.30% from 255 or 78.86% from 175); Max value from RGB is 138 - color contains mainly: blue. Hex color #04218A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04218A is #FBDE75. Grayscale: #232323. Windows color (decimal): -16506486 or 9052420. OLE color: 9052420.
HSL color Cylindrical-coordinate representation of color #04218A: hue angle of 227.01º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04218A is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 33 | 138 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.46 |
| HSL | 227.01º | 0.94% | 0.28% | - |
| HSV(B) | 227.01º | 0.97% | 0.54% | - |
| XYZ | 5.18 | 2.95 | 24.34 | - |
| YUV | 36.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 138 | 0.97 | 0.76 | 0 | 0.46 | 227.01 | 0.94 | 0.28 |
| Hex | 4 | 21 | 8A | 61 | 4C | 0 | 2E | E3 | 5E | 1C |
| Octal | 4 | 41 | 212 | 141 | 114 | 0 | 56 | 343 | 136 | 34 |
| Binary | 100 | 100001 | 10001010 | 1100001 | 1001100 | 0 | 101110 | 11100011 | 1011110 | 11100 |
Color Harmonies of #04218A
Complementary color
Monochromatic Colors of #04218A
Black with #04218A
Text Example
Text Example
White with #04218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04218A; }
p { color: rgb(4,33,138); }
H1.HeaderClassName
{
color: #04218A;
}
.AnyTagClassName
{
color: #04218A;
}
</style>
background-color css
<style>
a { background-color: #04218A; }
a { background-color: rgb(4,33,138); }
div.DivClassName
{
background-color: #04218A;
}
.BgClassName
{
background-color: #04218A;
}
</style>
border-color css
<style>
span { border-color: #04218A; }
span { border-color: rgb(4,33,138); }
td.TdClassName
{
border-color: #04218A;
}
.TagClassName
{
border-color: #04218A;
}
</style>