Shades of Smalt #042D85
Tints of Smalt #042D85
RGB
CMYK
RGB Variations
Color information
#042D85 (or 0x042D85) is known color: Smalt. HEX triplet: 04, 2D and 85. RGB value is (4,45,133). Sum of RGB (Red+Green+Blue) = 4+45+133=182 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.20% from 182); Green value is 45 (17.97% from 255 or 24.73% from 182); Blue value is 133 (52.34% from 255 or 73.08% from 182); Max value from RGB is 133 - color contains mainly: blue. Hex color #042D85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042D85 is #FBD27A. Grayscale: #2A2A2A. Windows color (decimal): -16503419 or 8727812. OLE color: 8727812.
HSL color Cylindrical-coordinate representation of color #042D85: hue angle of 220.93º 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 #042D85 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 45 | 133 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.48 |
| HSL | 220.93º | 0.94% | 0.27% | - |
| HSV(B) | 220.93º | 0.97% | 0.52% | - |
| XYZ | 5.22 | 3.6 | 22.61 | - |
| YUV | 42.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 133 | 0.97 | 0.66 | 0 | 0.48 | 220.93 | 0.94 | 0.27 |
| Hex | 4 | 2D | 85 | 61 | 42 | 0 | 30 | DD | 5E | 1B |
| Octal | 4 | 55 | 205 | 141 | 102 | 0 | 60 | 335 | 136 | 33 |
| Binary | 100 | 101101 | 10000101 | 1100001 | 1000010 | 0 | 110000 | 11011101 | 1011110 | 11011 |
Color Harmonies of #042D85
Complementary color
Monochromatic Colors of #042D85
Black with #042D85
Text Example
Text Example
White with #042D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D85; }
p { color: rgb(4,45,133); }
H1.HeaderClassName
{
color: #042D85;
}
.AnyTagClassName
{
color: #042D85;
}
</style>
background-color css
<style>
a { background-color: #042D85; }
a { background-color: rgb(4,45,133); }
div.DivClassName
{
background-color: #042D85;
}
.BgClassName
{
background-color: #042D85;
}
</style>
border-color css
<style>
span { border-color: #042D85; }
span { border-color: rgb(4,45,133); }
td.TdClassName
{
border-color: #042D85;
}
.TagClassName
{
border-color: #042D85;
}
</style>