Shades of Smalt #042D8A
Tints of Smalt #042D8A
RGB
CMYK
RGB Variations
Color information
#042D8A (or 0x042D8A) is known color: Smalt. HEX triplet: 04, 2D and 8A. RGB value is (4,45,138). Sum of RGB (Red+Green+Blue) = 4+45+138=187 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.14% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 138 (54.30% from 255 or 73.80% from 187); Max value from RGB is 138 - color contains mainly: blue. Hex color #042D8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042D8A is #FBD275. Grayscale: #2A2A2A. Windows color (decimal): -16503414 or 9055492. OLE color: 9055492.
HSL color Cylindrical-coordinate representation of color #042D8A: hue angle of 221.64º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D8A is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 45 | 138 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.46 |
| HSL | 221.64º | 0.94% | 0.28% | - |
| HSV(B) | 221.64º | 0.97% | 0.54% | - |
| XYZ | 5.58 | 3.74 | 24.47 | - |
| YUV | 43.34 | 181.42 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 138 | 0.97 | 0.67 | 0 | 0.46 | 221.64 | 0.94 | 0.28 |
| Hex | 4 | 2D | 8A | 61 | 43 | 0 | 2E | DE | 5E | 1C |
| Octal | 4 | 55 | 212 | 141 | 103 | 0 | 56 | 336 | 136 | 34 |
| Binary | 100 | 101101 | 10001010 | 1100001 | 1000011 | 0 | 101110 | 11011110 | 1011110 | 11100 |
Color Harmonies of #042D8A
Complementary color
Monochromatic Colors of #042D8A
Black with #042D8A
Text Example
Text Example
White with #042D8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D8A; }
p { color: rgb(4,45,138); }
H1.HeaderClassName
{
color: #042D8A;
}
.AnyTagClassName
{
color: #042D8A;
}
</style>
background-color css
<style>
a { background-color: #042D8A; }
a { background-color: rgb(4,45,138); }
div.DivClassName
{
background-color: #042D8A;
}
.BgClassName
{
background-color: #042D8A;
}
</style>
border-color css
<style>
span { border-color: #042D8A; }
span { border-color: rgb(4,45,138); }
td.TdClassName
{
border-color: #042D8A;
}
.TagClassName
{
border-color: #042D8A;
}
</style>