Shades of Smalt #042D8B
Tints of Smalt #042D8B
RGB
CMYK
RGB Variations
Color information
#042D8B (or 0x042D8B) is known color: Smalt. HEX triplet: 04, 2D and 8B. RGB value is (4,45,139). Sum of RGB (Red+Green+Blue) = 4+45+139=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 139 (54.69% from 255 or 73.94% from 188); Max value from RGB is 139 - color contains mainly: blue. Hex color #042D8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042D8B is #FBD274. Grayscale: #2B2B2B. Windows color (decimal): -16503413 or 9121028. OLE color: 9121028.
HSL color Cylindrical-coordinate representation of color #042D8B: hue angle of 221.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042D8B is Cyan = 0.97, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 45 | 139 | - |
| CMYK | 0.97 | 0.68 | 0 | 0.45 |
| HSL | 221.78º | 0.94% | 0.28% | - |
| HSV(B) | 221.78º | 0.97% | 0.55% | - |
| XYZ | 5.65 | 3.77 | 24.86 | - |
| YUV | 43.46 | 181.92 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 45 | 139 | 0.97 | 0.68 | 0 | 0.45 | 221.78 | 0.94 | 0.28 |
| Hex | 4 | 2D | 8B | 61 | 44 | 0 | 2D | DE | 5E | 1C |
| Octal | 4 | 55 | 213 | 141 | 104 | 0 | 55 | 336 | 136 | 34 |
| Binary | 100 | 101101 | 10001011 | 1100001 | 1000100 | 0 | 101101 | 11011110 | 1011110 | 11100 |
Color Harmonies of #042D8B
Complementary color
Monochromatic Colors of #042D8B
Black with #042D8B
Text Example
Text Example
White with #042D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042D8B; }
p { color: rgb(4,45,139); }
H1.HeaderClassName
{
color: #042D8B;
}
.AnyTagClassName
{
color: #042D8B;
}
</style>
background-color css
<style>
a { background-color: #042D8B; }
a { background-color: rgb(4,45,139); }
div.DivClassName
{
background-color: #042D8B;
}
.BgClassName
{
background-color: #042D8B;
}
</style>
border-color css
<style>
span { border-color: #042D8B; }
span { border-color: rgb(4,45,139); }
td.TdClassName
{
border-color: #042D8B;
}
.TagClassName
{
border-color: #042D8B;
}
</style>