Shades of New Midnight Blue #040EA0
Tints of New Midnight Blue #040EA0
RGB
CMYK
RGB Variations
Color information
#040EA0 (or 0x040EA0) is known color: New Midnight Blue. HEX triplet: 04, 0E and A0. RGB value is (4,14,160). Sum of RGB (Red+Green+Blue) = 4+14+160=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 14 (5.86% from 255 or 7.87% from 178); Blue value is 160 (62.89% from 255 or 89.89% from 178); Max value from RGB is 160 - color contains mainly: blue. Hex color #040EA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040EA0 is #FBF15F. Grayscale: #1B1B1B. Windows color (decimal): -16511328 or 10489348. OLE color: 10489348.
HSL color Cylindrical-coordinate representation of color #040EA0: hue angle of 236.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040EA0 is Cyan = 0.98, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 4 | 14 | 160 | - |
| CMYK | 0.98 | 0.91 | 0 | 0.37 |
| HSL | 236.15º | 0.95% | 0.32% | - |
| HSV(B) | 236.15º | 0.98% | 0.63% | - |
| XYZ | 6.55 | 2.88 | 33.47 | - |
| YUV | 27.65 | 202.69 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 14 | 160 | 0.98 | 0.91 | 0 | 0.37 | 236.15 | 0.95 | 0.32 |
| Hex | 4 | E | A0 | 62 | 5B | 0 | 25 | EC | 5F | 20 |
| Octal | 4 | 16 | 240 | 142 | 133 | 0 | 45 | 354 | 137 | 40 |
| Binary | 100 | 1110 | 10100000 | 1100010 | 1011011 | 0 | 100101 | 11101100 | 1011111 | 100000 |
Color Harmonies of #040EA0
Complementary color
Monochromatic Colors of #040EA0
Black with #040EA0
Text Example
Text Example
White with #040EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040EA0; }
p { color: rgb(4,14,160); }
H1.HeaderClassName
{
color: #040EA0;
}
.AnyTagClassName
{
color: #040EA0;
}
</style>
background-color css
<style>
a { background-color: #040EA0; }
a { background-color: rgb(4,14,160); }
div.DivClassName
{
background-color: #040EA0;
}
.BgClassName
{
background-color: #040EA0;
}
</style>
border-color css
<style>
span { border-color: #040EA0; }
span { border-color: rgb(4,14,160); }
td.TdClassName
{
border-color: #040EA0;
}
.TagClassName
{
border-color: #040EA0;
}
</style>