Shades of Smalt #042B84
Tints of Smalt #042B84
RGB
CMYK
RGB Variations
Color information
#042B84 (or 0x042B84) is known color: Smalt. HEX triplet: 04, 2B and 84. RGB value is (4,43,132). Sum of RGB (Red+Green+Blue) = 4+43+132=179 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.23% from 179); Green value is 43 (17.19% from 255 or 24.02% from 179); Blue value is 132 (51.95% from 255 or 73.74% from 179); Max value from RGB is 132 - color contains mainly: blue. Hex color #042B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042B84 is #FBD47B. Grayscale: #292929. Windows color (decimal): -16503932 or 8661764. OLE color: 8661764.
HSL color Cylindrical-coordinate representation of color #042B84: hue angle of 221.72º 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 #042B84 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 43 | 132 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.48 |
| HSL | 221.72º | 0.94% | 0.27% | - |
| HSV(B) | 221.72º | 0.97% | 0.52% | - |
| XYZ | 5.08 | 3.42 | 22.22 | - |
| YUV | 41.49 | 179.08 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 132 | 0.97 | 0.67 | 0 | 0.48 | 221.72 | 0.94 | 0.27 |
| Hex | 4 | 2B | 84 | 61 | 43 | 0 | 30 | DE | 5E | 1B |
| Octal | 4 | 53 | 204 | 141 | 103 | 0 | 60 | 336 | 136 | 33 |
| Binary | 100 | 101011 | 10000100 | 1100001 | 1000011 | 0 | 110000 | 11011110 | 1011110 | 11011 |
Color Harmonies of #042B84
Complementary color
Monochromatic Colors of #042B84
Black with #042B84
Text Example
Text Example
White with #042B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042B84; }
p { color: rgb(4,43,132); }
H1.HeaderClassName
{
color: #042B84;
}
.AnyTagClassName
{
color: #042B84;
}
</style>
background-color css
<style>
a { background-color: #042B84; }
a { background-color: rgb(4,43,132); }
div.DivClassName
{
background-color: #042B84;
}
.BgClassName
{
background-color: #042B84;
}
</style>
border-color css
<style>
span { border-color: #042B84; }
span { border-color: rgb(4,43,132); }
td.TdClassName
{
border-color: #042B84;
}
.TagClassName
{
border-color: #042B84;
}
</style>