Shades of Medium Blue #041EC6
Tints of Medium Blue #041EC6
RGB
CMYK
RGB Variations
Color information
#041EC6 (or 0x041EC6) is known color: Medium Blue. HEX triplet: 04, 1E and C6. RGB value is (4,30,198). Sum of RGB (Red+Green+Blue) = 4+30+198=232 (30% of max value = 765). Red value is 4 (1.95% from 255 or 1.72% from 232); Green value is 30 (12.11% from 255 or 12.93% from 232); Blue value is 198 (77.73% from 255 or 85.34% from 232); Max value from RGB is 198 - color contains mainly: blue. Hex color #041EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #041EC6 is #FBE139. Grayscale: #282828. Windows color (decimal): -16507194 or 12983812. OLE color: 12983812.
HSL color Cylindrical-coordinate representation of color #041EC6: hue angle of 231.96º 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 #041EC6 is Cyan = 0.98, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 30 | 198 | - |
| CMYK | 0.98 | 0.85 | 0 | 0.22 |
| HSL | 231.96º | 0.96% | 0.4% | - |
| HSV(B) | 231.96º | 0.98% | 0.78% | - |
| XYZ | 10.71 | 5.03 | 53.83 | - |
| YUV | 41.38 | 216.39 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 30 | 198 | 0.98 | 0.85 | 0 | 0.22 | 231.96 | 0.96 | 0.4 |
| Hex | 4 | 1E | C6 | 62 | 55 | 0 | 16 | E8 | 60 | 28 |
| Octal | 4 | 36 | 306 | 142 | 125 | 0 | 26 | 350 | 140 | 50 |
| Binary | 100 | 11110 | 11000110 | 1100010 | 1010101 | 0 | 10110 | 11101000 | 1100000 | 101000 |
Color Harmonies of #041EC6
Complementary color
Monochromatic Colors of #041EC6
Black with #041EC6
Text Example
Text Example
White with #041EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041EC6; }
p { color: rgb(4,30,198); }
H1.HeaderClassName
{
color: #041EC6;
}
.AnyTagClassName
{
color: #041EC6;
}
</style>
background-color css
<style>
a { background-color: #041EC6; }
a { background-color: rgb(4,30,198); }
div.DivClassName
{
background-color: #041EC6;
}
.BgClassName
{
background-color: #041EC6;
}
</style>
border-color css
<style>
span { border-color: #041EC6; }
span { border-color: rgb(4,30,198); }
td.TdClassName
{
border-color: #041EC6;
}
.TagClassName
{
border-color: #041EC6;
}
</style>