Shades of Smalt #042C85
Tints of Smalt #042C85
RGB
CMYK
RGB Variations
Color information
#042C85 (or 0x042C85) is known color: Smalt. HEX triplet: 04, 2C and 85. RGB value is (4,44,133). Sum of RGB (Red+Green+Blue) = 4+44+133=181 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.21% from 181); Green value is 44 (17.58% from 255 or 24.31% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #042C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042C85 is #FBD37A. Grayscale: #292929. Windows color (decimal): -16503675 or 8727556. OLE color: 8727556.
HSL color Cylindrical-coordinate representation of color #042C85: hue angle of 221.4º 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 #042C85 is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 4 | 44 | 133 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.48 |
| HSL | 221.4º | 0.94% | 0.27% | - |
| HSV(B) | 221.4º | 0.97% | 0.52% | - |
| XYZ | 5.18 | 3.52 | 22.6 | - |
| YUV | 42.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 133 | 0.97 | 0.67 | 0 | 0.48 | 221.4 | 0.94 | 0.27 |
| Hex | 4 | 2C | 85 | 61 | 43 | 0 | 30 | DD | 5E | 1B |
| Octal | 4 | 54 | 205 | 141 | 103 | 0 | 60 | 335 | 136 | 33 |
| Binary | 100 | 101100 | 10000101 | 1100001 | 1000011 | 0 | 110000 | 11011101 | 1011110 | 11011 |
Color Harmonies of #042C85
Complementary color
Monochromatic Colors of #042C85
Black with #042C85
Text Example
Text Example
White with #042C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C85; }
p { color: rgb(4,44,133); }
H1.HeaderClassName
{
color: #042C85;
}
.AnyTagClassName
{
color: #042C85;
}
</style>
background-color css
<style>
a { background-color: #042C85; }
a { background-color: rgb(4,44,133); }
div.DivClassName
{
background-color: #042C85;
}
.BgClassName
{
background-color: #042C85;
}
</style>
border-color css
<style>
span { border-color: #042C85; }
span { border-color: rgb(4,44,133); }
td.TdClassName
{
border-color: #042C85;
}
.TagClassName
{
border-color: #042C85;
}
</style>