Shades of Smalt #04218C
Tints of Smalt #04218C
RGB
CMYK
RGB Variations
Color information
#04218C (or 0x04218C) is known color: Smalt. HEX triplet: 04, 21 and 8C. RGB value is (4,33,140). Sum of RGB (Red+Green+Blue) = 4+33+140=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 140 (55.08% from 255 or 79.10% from 177); Max value from RGB is 140 - color contains mainly: blue. Hex color #04218C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #04218C is #FBDE73. Grayscale: #242424. Windows color (decimal): -16506484 or 9183492. OLE color: 9183492.
HSL color Cylindrical-coordinate representation of color #04218C: hue angle of 227.21º 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 #04218C is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 33 | 140 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.45 |
| HSL | 227.21º | 0.94% | 0.28% | - |
| HSV(B) | 227.21º | 0.97% | 0.55% | - |
| XYZ | 5.33 | 3.01 | 25.11 | - |
| YUV | 36.53 | 186.39 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 33 | 140 | 0.97 | 0.76 | 0 | 0.45 | 227.21 | 0.94 | 0.28 |
| Hex | 4 | 21 | 8C | 61 | 4C | 0 | 2D | E3 | 5E | 1C |
| Octal | 4 | 41 | 214 | 141 | 114 | 0 | 55 | 343 | 136 | 34 |
| Binary | 100 | 100001 | 10001100 | 1100001 | 1001100 | 0 | 101101 | 11100011 | 1011110 | 11100 |
Color Harmonies of #04218C
Complementary color
Monochromatic Colors of #04218C
Black with #04218C
Text Example
Text Example
White with #04218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04218C; }
p { color: rgb(4,33,140); }
H1.HeaderClassName
{
color: #04218C;
}
.AnyTagClassName
{
color: #04218C;
}
</style>
background-color css
<style>
a { background-color: #04218C; }
a { background-color: rgb(4,33,140); }
div.DivClassName
{
background-color: #04218C;
}
.BgClassName
{
background-color: #04218C;
}
</style>
border-color css
<style>
span { border-color: #04218C; }
span { border-color: rgb(4,33,140); }
td.TdClassName
{
border-color: #04218C;
}
.TagClassName
{
border-color: #04218C;
}
</style>