Shades of New Midnight Blue #040AAB
Tints of New Midnight Blue #040AAB
RGB
CMYK
RGB Variations
Color information
#040AAB (or 0x040AAB) is known color: New Midnight Blue. HEX triplet: 04, 0A and AB. RGB value is (4,10,171). Sum of RGB (Red+Green+Blue) = 4+10+171=185 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.16% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 171 (67.19% from 255 or 92.43% from 185); Max value from RGB is 171 - color contains mainly: blue. Hex color #040AAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040AAB is #FBF554. Grayscale: #191919. Windows color (decimal): -16512341 or 11209220. OLE color: 11209220.
HSL color Cylindrical-coordinate representation of color #040AAB: hue angle of 237.84º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #040AAB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 10 | 171 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.33 |
| HSL | 237.84º | 0.95% | 0.34% | - |
| HSV(B) | 237.84º | 0.98% | 0.67% | - |
| XYZ | 7.51 | 3.18 | 38.75 | - |
| YUV | 26.56 | 209.51 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 10 | 171 | 0.98 | 0.94 | 0 | 0.33 | 237.84 | 0.95 | 0.34 |
| Hex | 4 | A | AB | 62 | 5E | 0 | 21 | EE | 5F | 22 |
| Octal | 4 | 12 | 253 | 142 | 136 | 0 | 41 | 356 | 137 | 42 |
| Binary | 100 | 1010 | 10101011 | 1100010 | 1011110 | 0 | 100001 | 11101110 | 1011111 | 100010 |
Color Harmonies of #040AAB
Complementary color
Monochromatic Colors of #040AAB
Black with #040AAB
Text Example
Text Example
White with #040AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040AAB; }
p { color: rgb(4,10,171); }
H1.HeaderClassName
{
color: #040AAB;
}
.AnyTagClassName
{
color: #040AAB;
}
</style>
background-color css
<style>
a { background-color: #040AAB; }
a { background-color: rgb(4,10,171); }
div.DivClassName
{
background-color: #040AAB;
}
.BgClassName
{
background-color: #040AAB;
}
</style>
border-color css
<style>
span { border-color: #040AAB; }
span { border-color: rgb(4,10,171); }
td.TdClassName
{
border-color: #040AAB;
}
.TagClassName
{
border-color: #040AAB;
}
</style>