Shades of New Midnight Blue #040DAC
Tints of New Midnight Blue #040DAC
RGB
CMYK
RGB Variations
Color information
#040DAC (or 0x040DAC) is known color: New Midnight Blue. HEX triplet: 04, 0D and AC. RGB value is (4,13,172). Sum of RGB (Red+Green+Blue) = 4+13+172=189 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.12% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 172 (67.58% from 255 or 91.01% from 189); Max value from RGB is 172 - color contains mainly: blue. Hex color #040DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040DAC is #FBF253. Grayscale: #1B1B1B. Windows color (decimal): -16511572 or 11275524. OLE color: 11275524.
HSL color Cylindrical-coordinate representation of color #040DAC: hue angle of 236.79º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040DAC is Cyan = 0.98, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 13 | 172 | - |
| CMYK | 0.98 | 0.92 | 0 | 0.33 |
| HSL | 236.79º | 0.95% | 0.35% | - |
| HSV(B) | 236.79º | 0.98% | 0.67% | - |
| XYZ | 7.64 | 3.29 | 39.26 | - |
| YUV | 28.44 | 209.02 | 110.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 13 | 172 | 0.98 | 0.92 | 0 | 0.33 | 236.79 | 0.95 | 0.35 |
| Hex | 4 | D | AC | 62 | 5C | 0 | 21 | ED | 5F | 23 |
| Octal | 4 | 15 | 254 | 142 | 134 | 0 | 41 | 355 | 137 | 43 |
| Binary | 100 | 1101 | 10101100 | 1100010 | 1011100 | 0 | 100001 | 11101101 | 1011111 | 100011 |
Color Harmonies of #040DAC
Complementary color
Monochromatic Colors of #040DAC
Black with #040DAC
Text Example
Text Example
White with #040DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040DAC; }
p { color: rgb(4,13,172); }
H1.HeaderClassName
{
color: #040DAC;
}
.AnyTagClassName
{
color: #040DAC;
}
</style>
background-color css
<style>
a { background-color: #040DAC; }
a { background-color: rgb(4,13,172); }
div.DivClassName
{
background-color: #040DAC;
}
.BgClassName
{
background-color: #040DAC;
}
</style>
border-color css
<style>
span { border-color: #040DAC; }
span { border-color: rgb(4,13,172); }
td.TdClassName
{
border-color: #040DAC;
}
.TagClassName
{
border-color: #040DAC;
}
</style>