Shades of Smalt #042C80
Tints of Smalt #042C80
RGB
CMYK
RGB Variations
Color information
#042C80 (or 0x042C80) is known color: Smalt. HEX triplet: 04, 2C and 80. RGB value is (4,44,128). Sum of RGB (Red+Green+Blue) = 4+44+128=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 128 (50.39% from 255 or 72.73% from 176); Max value from RGB is 128 - color contains mainly: blue. Hex color #042C80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042C80 is #FBD37F. Grayscale: #292929. Windows color (decimal): -16503680 or 8399876. OLE color: 8399876.
HSL color Cylindrical-coordinate representation of color #042C80: hue angle of 220.65º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042C80 is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 4 | 44 | 128 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.50 |
| HSL | 220.65º | 0.94% | 0.26% | - |
| HSV(B) | 220.65º | 0.97% | 0.5% | - |
| XYZ | 4.85 | 3.39 | 20.82 | - |
| YUV | 41.62 | 176.75 | 101.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 128 | 0.97 | 0.66 | 0 | 0.50 | 220.65 | 0.94 | 0.26 |
| Hex | 4 | 2C | 80 | 61 | 42 | 0 | 32 | DD | 5E | 1A |
| Octal | 4 | 54 | 200 | 141 | 102 | 0 | 62 | 335 | 136 | 32 |
| Binary | 100 | 101100 | 10000000 | 1100001 | 1000010 | 0 | 110010 | 11011101 | 1011110 | 11010 |
Color Harmonies of #042C80
Complementary color
Monochromatic Colors of #042C80
Black with #042C80
Text Example
Text Example
White with #042C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042C80; }
p { color: rgb(4,44,128); }
H1.HeaderClassName
{
color: #042C80;
}
.AnyTagClassName
{
color: #042C80;
}
</style>
background-color css
<style>
a { background-color: #042C80; }
a { background-color: rgb(4,44,128); }
div.DivClassName
{
background-color: #042C80;
}
.BgClassName
{
background-color: #042C80;
}
</style>
border-color css
<style>
span { border-color: #042C80; }
span { border-color: rgb(4,44,128); }
td.TdClassName
{
border-color: #042C80;
}
.TagClassName
{
border-color: #042C80;
}
</style>