Shades of Smalt #042C84
Tints of Smalt #042C84
RGB
CMYK
RGB Variations
Color information
#042C84 (or 0x042C84) is known color: Smalt. HEX triplet: 04, 2C and 84. RGB value is (4,44,132). Sum of RGB (Red+Green+Blue) = 4+44+132=180 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.22% from 180); Green value is 44 (17.58% from 255 or 24.44% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #042C84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042C84 is #FBD37B. Grayscale: #292929. Windows color (decimal): -16503676 or 8662020. OLE color: 8662020.
HSL color Cylindrical-coordinate representation of color #042C84: hue angle of 221.25º 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 #042C84 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 44 | 132 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.48 |
| HSL | 221.25º | 0.94% | 0.27% | - |
| HSV(B) | 221.25º | 0.97% | 0.52% | - |
| XYZ | 5.12 | 3.49 | 22.23 | - |
| YUV | 42.07 | 178.75 | 100.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 132 | 0.97 | 0.67 | 0 | 0.48 | 221.25 | 0.94 | 0.27 |
| Hex | 4 | 2C | 84 | 61 | 43 | 0 | 30 | DD | 5E | 1B |
| Octal | 4 | 54 | 204 | 141 | 103 | 0 | 60 | 335 | 136 | 33 |
| Binary | 100 | 101100 | 10000100 | 1100001 | 1000011 | 0 | 110000 | 11011101 | 1011110 | 11011 |
Color Harmonies of #042C84
Complementary color
Monochromatic Colors of #042C84
Black with #042C84
Text Example
Text Example
White with #042C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C84; }
p { color: rgb(4,44,132); }
H1.HeaderClassName
{
color: #042C84;
}
.AnyTagClassName
{
color: #042C84;
}
</style>
background-color css
<style>
a { background-color: #042C84; }
a { background-color: rgb(4,44,132); }
div.DivClassName
{
background-color: #042C84;
}
.BgClassName
{
background-color: #042C84;
}
</style>
border-color css
<style>
span { border-color: #042C84; }
span { border-color: rgb(4,44,132); }
td.TdClassName
{
border-color: #042C84;
}
.TagClassName
{
border-color: #042C84;
}
</style>