Shades of Smalt #042089
Tints of Smalt #042089
RGB
CMYK
RGB Variations
Color information
#042089 (or 0x042089) is known color: Smalt. HEX triplet: 04, 20 and 89. RGB value is (4,32,137). Sum of RGB (Red+Green+Blue) = 4+32+137=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #042089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042089 is #FBDF76. Grayscale: #232323. Windows color (decimal): -16506743 or 8986628. OLE color: 8986628.
HSL color Cylindrical-coordinate representation of color #042089: hue angle of 227.37º 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 #042089 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 32 | 137 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.46 |
| HSL | 227.37º | 0.94% | 0.28% | - |
| HSV(B) | 227.37º | 0.97% | 0.54% | - |
| XYZ | 5.08 | 2.86 | 23.95 | - |
| YUV | 35.6 | 185.22 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 32 | 137 | 0.97 | 0.77 | 0 | 0.46 | 227.37 | 0.94 | 0.28 |
| Hex | 4 | 20 | 89 | 61 | 4D | 0 | 2E | E3 | 5E | 1C |
| Octal | 4 | 40 | 211 | 141 | 115 | 0 | 56 | 343 | 136 | 34 |
| Binary | 100 | 100000 | 10001001 | 1100001 | 1001101 | 0 | 101110 | 11100011 | 1011110 | 11100 |
Color Harmonies of #042089
Complementary color
Monochromatic Colors of #042089
Black with #042089
Text Example
Text Example
White with #042089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042089; }
p { color: rgb(4,32,137); }
H1.HeaderClassName
{
color: #042089;
}
.AnyTagClassName
{
color: #042089;
}
</style>
background-color css
<style>
a { background-color: #042089; }
a { background-color: rgb(4,32,137); }
div.DivClassName
{
background-color: #042089;
}
.BgClassName
{
background-color: #042089;
}
</style>
border-color css
<style>
span { border-color: #042089; }
span { border-color: rgb(4,32,137); }
td.TdClassName
{
border-color: #042089;
}
.TagClassName
{
border-color: #042089;
}
</style>