Shades of New Midnight Blue #040DAE
Tints of New Midnight Blue #040DAE
RGB
CMYK
RGB Variations
Color information
#040DAE (or 0x040DAE) is known color: New Midnight Blue. HEX triplet: 04, 0D and AE. RGB value is (4,13,174). Sum of RGB (Red+Green+Blue) = 4+13+174=191 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.09% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 174 (68.36% from 255 or 91.10% from 191); Max value from RGB is 174 - color contains mainly: blue. Hex color #040DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040DAE is #FBF251. Grayscale: #1C1C1C. Windows color (decimal): -16511570 or 11406596. OLE color: 11406596.
HSL color Cylindrical-coordinate representation of color #040DAE: hue angle of 236.82º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DAE is Cyan = 0.98, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 13 | 174 | - |
| CMYK | 0.98 | 0.93 | 0 | 0.32 |
| HSL | 236.82º | 0.96% | 0.35% | - |
| HSV(B) | 236.82º | 0.98% | 0.68% | - |
| XYZ | 7.83 | 3.37 | 40.28 | - |
| YUV | 28.66 | 210.02 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 174 | 0.98 | 0.93 | 0 | 0.32 | 236.82 | 0.96 | 0.35 |
| Hex | 4 | D | AE | 62 | 5D | 0 | 20 | ED | 60 | 23 |
| Octal | 4 | 15 | 256 | 142 | 135 | 0 | 40 | 355 | 140 | 43 |
| Binary | 100 | 1101 | 10101110 | 1100010 | 1011101 | 0 | 100000 | 11101101 | 1100000 | 100011 |
Color Harmonies of #040DAE
Complementary color
Monochromatic Colors of #040DAE
Black with #040DAE
Text Example
Text Example
White with #040DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DAE; }
p { color: rgb(4,13,174); }
H1.HeaderClassName
{
color: #040DAE;
}
.AnyTagClassName
{
color: #040DAE;
}
</style>
background-color css
<style>
a { background-color: #040DAE; }
a { background-color: rgb(4,13,174); }
div.DivClassName
{
background-color: #040DAE;
}
.BgClassName
{
background-color: #040DAE;
}
</style>
border-color css
<style>
span { border-color: #040DAE; }
span { border-color: rgb(4,13,174); }
td.TdClassName
{
border-color: #040DAE;
}
.TagClassName
{
border-color: #040DAE;
}
</style>