Shades of Smalt #042389
Tints of Smalt #042389
RGB
CMYK
RGB Variations
Color information
#042389 (or 0x042389) is known color: Smalt. HEX triplet: 04, 23 and 89. RGB value is (4,35,137). Sum of RGB (Red+Green+Blue) = 4+35+137=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 137 (53.91% from 255 or 77.84% from 176); Max value from RGB is 137 - color contains mainly: blue. Hex color #042389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042389 is #FBDC76. Grayscale: #242424. Windows color (decimal): -16505975 or 8987396. OLE color: 8987396.
HSL color Cylindrical-coordinate representation of color #042389: hue angle of 226.02º 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 #042389 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 4 | 35 | 137 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.46 |
| HSL | 226.02º | 0.94% | 0.28% | - |
| HSV(B) | 226.02º | 0.97% | 0.54% | - |
| XYZ | 5.17 | 3.03 | 23.98 | - |
| YUV | 37.36 | 184.23 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 35 | 137 | 0.97 | 0.74 | 0 | 0.46 | 226.02 | 0.94 | 0.28 |
| Hex | 4 | 23 | 89 | 61 | 4A | 0 | 2E | E2 | 5E | 1C |
| Octal | 4 | 43 | 211 | 141 | 112 | 0 | 56 | 342 | 136 | 34 |
| Binary | 100 | 100011 | 10001001 | 1100001 | 1001010 | 0 | 101110 | 11100010 | 1011110 | 11100 |
Color Harmonies of #042389
Complementary color
Monochromatic Colors of #042389
Black with #042389
Text Example
Text Example
White with #042389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042389; }
p { color: rgb(4,35,137); }
H1.HeaderClassName
{
color: #042389;
}
.AnyTagClassName
{
color: #042389;
}
</style>
background-color css
<style>
a { background-color: #042389; }
a { background-color: rgb(4,35,137); }
div.DivClassName
{
background-color: #042389;
}
.BgClassName
{
background-color: #042389;
}
</style>
border-color css
<style>
span { border-color: #042389; }
span { border-color: rgb(4,35,137); }
td.TdClassName
{
border-color: #042389;
}
.TagClassName
{
border-color: #042389;
}
</style>