Shades of Smalt #043A8A
Tints of Smalt #043A8A
RGB
CMYK
RGB Variations
Color information
#043A8A (or 0x043A8A) is known color: Smalt. HEX triplet: 04, 3A and 8A. RGB value is (4,58,138). Sum of RGB (Red+Green+Blue) = 4+58+138=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 138 (54.30% from 255 or 69% from 200); Max value from RGB is 138 - color contains mainly: blue. Hex color #043A8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #043A8A is #FBC575. Grayscale: #323232. Windows color (decimal): -16500086 or 9058820. OLE color: 9058820.
HSL color Cylindrical-coordinate representation of color #043A8A: hue angle of 215.82º 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 #043A8A is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 58 | 138 | - |
| CMYK | 0.97 | 0.58 | 0 | 0.46 |
| HSL | 215.82º | 0.94% | 0.28% | - |
| HSV(B) | 215.82º | 0.97% | 0.54% | - |
| XYZ | 6.15 | 4.89 | 24.66 | - |
| YUV | 50.97 | 177.11 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 138 | 0.97 | 0.58 | 0 | 0.46 | 215.82 | 0.94 | 0.28 |
| Hex | 4 | 3A | 8A | 61 | 3A | 0 | 2E | D8 | 5E | 1C |
| Octal | 4 | 72 | 212 | 141 | 72 | 0 | 56 | 330 | 136 | 34 |
| Binary | 100 | 111010 | 10001010 | 1100001 | 111010 | 0 | 101110 | 11011000 | 1011110 | 11100 |
Color Harmonies of #043A8A
Complementary color
Monochromatic Colors of #043A8A
Black with #043A8A
Text Example
Text Example
White with #043A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043A8A; }
p { color: rgb(4,58,138); }
H1.HeaderClassName
{
color: #043A8A;
}
.AnyTagClassName
{
color: #043A8A;
}
</style>
background-color css
<style>
a { background-color: #043A8A; }
a { background-color: rgb(4,58,138); }
div.DivClassName
{
background-color: #043A8A;
}
.BgClassName
{
background-color: #043A8A;
}
</style>
border-color css
<style>
span { border-color: #043A8A; }
span { border-color: rgb(4,58,138); }
td.TdClassName
{
border-color: #043A8A;
}
.TagClassName
{
border-color: #043A8A;
}
</style>