Shades of Medium Blue #040EC6
Tints of Medium Blue #040EC6
RGB
CMYK
RGB Variations
Color information
#040EC6 (or 0x040EC6) is known color: Medium Blue. HEX triplet: 04, 0E and C6. RGB value is (4,14,198). Sum of RGB (Red+Green+Blue) = 4+14+198=216 (28% of max value = 765). Red value is 4 (1.95% from 255 or 1.85% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 198 (77.73% from 255 or 91.67% from 216); Max value from RGB is 198 - color contains mainly: blue. Hex color #040EC6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #040EC6 is #FBF139. Grayscale: #1F1F1F. Windows color (decimal): -16511290 or 12979716. OLE color: 12979716.
HSL color Cylindrical-coordinate representation of color #040EC6: hue angle of 236.91º 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 #040EC6 is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 4 | 14 | 198 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.22 |
| HSL | 236.91º | 0.96% | 0.4% | - |
| HSV(B) | 236.91º | 0.98% | 0.78% | - |
| XYZ | 10.4 | 4.42 | 53.73 | - |
| YUV | 31.99 | 221.69 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 198 | 0.98 | 0.93 | 0 | 0.22 | 236.91 | 0.96 | 0.4 |
| Hex | 4 | E | C6 | 62 | 5D | 0 | 16 | ED | 60 | 28 |
| Octal | 4 | 16 | 306 | 142 | 135 | 0 | 26 | 355 | 140 | 50 |
| Binary | 100 | 1110 | 11000110 | 1100010 | 1011101 | 0 | 10110 | 11101101 | 1100000 | 101000 |
Color Harmonies of #040EC6
Complementary color
Monochromatic Colors of #040EC6
Black with #040EC6
Text Example
Text Example
White with #040EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EC6; }
p { color: rgb(4,14,198); }
H1.HeaderClassName
{
color: #040EC6;
}
.AnyTagClassName
{
color: #040EC6;
}
</style>
background-color css
<style>
a { background-color: #040EC6; }
a { background-color: rgb(4,14,198); }
div.DivClassName
{
background-color: #040EC6;
}
.BgClassName
{
background-color: #040EC6;
}
</style>
border-color css
<style>
span { border-color: #040EC6; }
span { border-color: rgb(4,14,198); }
td.TdClassName
{
border-color: #040EC6;
}
.TagClassName
{
border-color: #040EC6;
}
</style>