Shades of Smalt #042A8B
Tints of Smalt #042A8B
RGB
CMYK
RGB Variations
Color information
#042A8B (or 0x042A8B) is known color: Smalt. HEX triplet: 04, 2A and 8B. RGB value is (4,42,139). Sum of RGB (Red+Green+Blue) = 4+42+139=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 139 (54.69% from 255 or 75.14% from 185); Max value from RGB is 139 - color contains mainly: blue. Hex color #042A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042A8B is #FBD574. Grayscale: #292929. Windows color (decimal): -16504181 or 9120260. OLE color: 9120260.
HSL color Cylindrical-coordinate representation of color #042A8B: hue angle of 223.11º 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 #042A8B is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 42 | 139 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.45 |
| HSL | 223.11º | 0.94% | 0.28% | - |
| HSV(B) | 223.11º | 0.97% | 0.55% | - |
| XYZ | 5.54 | 3.55 | 24.82 | - |
| YUV | 41.7 | 182.91 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 139 | 0.97 | 0.70 | 0 | 0.45 | 223.11 | 0.94 | 0.28 |
| Hex | 4 | 2A | 8B | 61 | 46 | 0 | 2D | DF | 5E | 1C |
| Octal | 4 | 52 | 213 | 141 | 106 | 0 | 55 | 337 | 136 | 34 |
| Binary | 100 | 101010 | 10001011 | 1100001 | 1000110 | 0 | 101101 | 11011111 | 1011110 | 11100 |
Color Harmonies of #042A8B
Complementary color
Monochromatic Colors of #042A8B
Black with #042A8B
Text Example
Text Example
White with #042A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042A8B; }
p { color: rgb(4,42,139); }
H1.HeaderClassName
{
color: #042A8B;
}
.AnyTagClassName
{
color: #042A8B;
}
</style>
background-color css
<style>
a { background-color: #042A8B; }
a { background-color: rgb(4,42,139); }
div.DivClassName
{
background-color: #042A8B;
}
.BgClassName
{
background-color: #042A8B;
}
</style>
border-color css
<style>
span { border-color: #042A8B; }
span { border-color: rgb(4,42,139); }
td.TdClassName
{
border-color: #042A8B;
}
.TagClassName
{
border-color: #042A8B;
}
</style>