Shades of Smalt #042D84
Tints of Smalt #042D84
RGB
CMYK
RGB Variations
Color information
#042D84 (or 0x042D84) is known color: Smalt. HEX triplet: 04, 2D and 84. RGB value is (4,45,132). Sum of RGB (Red+Green+Blue) = 4+45+132=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 132 (51.95% from 255 or 72.93% from 181); Max value from RGB is 132 - color contains mainly: blue. Hex color #042D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042D84 is #FBD27B. Grayscale: #2A2A2A. Windows color (decimal): -16503420 or 8662276. OLE color: 8662276.
HSL color Cylindrical-coordinate representation of color #042D84: hue angle of 220.78º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D84 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 45 | 132 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.48 |
| HSL | 220.78º | 0.94% | 0.27% | - |
| HSV(B) | 220.78º | 0.97% | 0.52% | - |
| XYZ | 5.15 | 3.57 | 22.25 | - |
| YUV | 42.66 | 178.42 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 132 | 0.97 | 0.66 | 0 | 0.48 | 220.78 | 0.94 | 0.27 |
| Hex | 4 | 2D | 84 | 61 | 42 | 0 | 30 | DD | 5E | 1B |
| Octal | 4 | 55 | 204 | 141 | 102 | 0 | 60 | 335 | 136 | 33 |
| Binary | 100 | 101101 | 10000100 | 1100001 | 1000010 | 0 | 110000 | 11011101 | 1011110 | 11011 |
Color Harmonies of #042D84
Complementary color
Monochromatic Colors of #042D84
Black with #042D84
Text Example
Text Example
White with #042D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D84; }
p { color: rgb(4,45,132); }
H1.HeaderClassName
{
color: #042D84;
}
.AnyTagClassName
{
color: #042D84;
}
</style>
background-color css
<style>
a { background-color: #042D84; }
a { background-color: rgb(4,45,132); }
div.DivClassName
{
background-color: #042D84;
}
.BgClassName
{
background-color: #042D84;
}
</style>
border-color css
<style>
span { border-color: #042D84; }
span { border-color: rgb(4,45,132); }
td.TdClassName
{
border-color: #042D84;
}
.TagClassName
{
border-color: #042D84;
}
</style>