Shades of Smalt #041E8D
Tints of Smalt #041E8D
RGB
CMYK
RGB Variations
Color information
#041E8D (or 0x041E8D) is known color: Smalt. HEX triplet: 04, 1E and 8D. RGB value is (4,30,141). Sum of RGB (Red+Green+Blue) = 4+30+141=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 30 (12.11% from 255 or 17.14% from 175); Blue value is 141 (55.47% from 255 or 80.57% from 175); Max value from RGB is 141 - color contains mainly: blue. Hex color #041E8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #041E8D is #FBE172. Grayscale: #222222. Windows color (decimal): -16507251 or 9248260. OLE color: 9248260.
HSL color Cylindrical-coordinate representation of color #041E8D: hue angle of 228.61º 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 #041E8D is Cyan = 0.97, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 4 | 30 | 141 | - |
| CMYK | 0.97 | 0.79 | 0 | 0.45 |
| HSL | 228.61º | 0.94% | 0.28% | - |
| HSV(B) | 228.61º | 0.97% | 0.55% | - |
| XYZ | 5.32 | 2.88 | 25.47 | - |
| YUV | 34.88 | 187.89 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 141 | 0.97 | 0.79 | 0 | 0.45 | 228.61 | 0.94 | 0.28 |
| Hex | 4 | 1E | 8D | 61 | 4F | 0 | 2D | E5 | 5E | 1C |
| Octal | 4 | 36 | 215 | 141 | 117 | 0 | 55 | 345 | 136 | 34 |
| Binary | 100 | 11110 | 10001101 | 1100001 | 1001111 | 0 | 101101 | 11100101 | 1011110 | 11100 |
Color Harmonies of #041E8D
Complementary color
Monochromatic Colors of #041E8D
Black with #041E8D
Text Example
Text Example
White with #041E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041E8D; }
p { color: rgb(4,30,141); }
H1.HeaderClassName
{
color: #041E8D;
}
.AnyTagClassName
{
color: #041E8D;
}
</style>
background-color css
<style>
a { background-color: #041E8D; }
a { background-color: rgb(4,30,141); }
div.DivClassName
{
background-color: #041E8D;
}
.BgClassName
{
background-color: #041E8D;
}
</style>
border-color css
<style>
span { border-color: #041E8D; }
span { border-color: rgb(4,30,141); }
td.TdClassName
{
border-color: #041E8D;
}
.TagClassName
{
border-color: #041E8D;
}
</style>