Shades of Medium Blue #041EC7
Tints of Medium Blue #041EC7
RGB
CMYK
RGB Variations
Color information
#041EC7 (or 0x041EC7) is known color: Medium Blue. HEX triplet: 04, 1E and C7. RGB value is (4,30,199). Sum of RGB (Red+Green+Blue) = 4+30+199=233 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 199 (78.12% from 255 or 85.41% from 233); Max value from RGB is 199 - color contains mainly: blue. Hex color #041EC7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041EC7 is #FBE138. Grayscale: #282828. Windows color (decimal): -16507193 or 13049348. OLE color: 13049348.
HSL color Cylindrical-coordinate representation of color #041EC7: hue angle of 232º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041EC7 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 30 | 199 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.22 |
| HSL | 232º | 0.96% | 0.4% | - |
| HSV(B) | 232º | 0.98% | 0.78% | - |
| XYZ | 10.82 | 5.08 | 54.44 | - |
| YUV | 41.49 | 216.89 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 199 | 0.98 | 0.85 | 0 | 0.22 | 232 | 0.96 | 0.4 |
| Hex | 4 | 1E | C7 | 62 | 55 | 0 | 16 | E8 | 60 | 28 |
| Octal | 4 | 36 | 307 | 142 | 125 | 0 | 26 | 350 | 140 | 50 |
| Binary | 100 | 11110 | 11000111 | 1100010 | 1010101 | 0 | 10110 | 11101000 | 1100000 | 101000 |
Color Harmonies of #041EC7
Complementary color
Monochromatic Colors of #041EC7
Black with #041EC7
Text Example
Text Example
White with #041EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041EC7; }
p { color: rgb(4,30,199); }
H1.HeaderClassName
{
color: #041EC7;
}
.AnyTagClassName
{
color: #041EC7;
}
</style>
background-color css
<style>
a { background-color: #041EC7; }
a { background-color: rgb(4,30,199); }
div.DivClassName
{
background-color: #041EC7;
}
.BgClassName
{
background-color: #041EC7;
}
</style>
border-color css
<style>
span { border-color: #041EC7; }
span { border-color: rgb(4,30,199); }
td.TdClassName
{
border-color: #041EC7;
}
.TagClassName
{
border-color: #041EC7;
}
</style>