Shades of New Midnight Blue #040BAB
Tints of New Midnight Blue #040BAB
RGB
CMYK
RGB Variations
Color information
#040BAB (or 0x040BAB) is known color: New Midnight Blue. HEX triplet: 04, 0B and AB. RGB value is (4,11,171). Sum of RGB (Red+Green+Blue) = 4+11+171=186 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.15% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 171 (67.19% from 255 or 91.94% from 186); Max value from RGB is 171 - color contains mainly: blue. Hex color #040BAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #040BAB is #FBF454. Grayscale: #1A1A1A. Windows color (decimal): -16512085 or 11209476. OLE color: 11209476.
HSL color Cylindrical-coordinate representation of color #040BAB: hue angle of 237.49º 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 #040BAB is Cyan = 0.98, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 11 | 171 | - |
| CMYK | 0.98 | 0.94 | 0 | 0.33 |
| HSL | 237.49º | 0.95% | 0.34% | - |
| HSV(B) | 237.49º | 0.98% | 0.67% | - |
| XYZ | 7.52 | 3.21 | 38.75 | - |
| YUV | 27.15 | 209.18 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 11 | 171 | 0.98 | 0.94 | 0 | 0.33 | 237.49 | 0.95 | 0.34 |
| Hex | 4 | B | AB | 62 | 5E | 0 | 21 | ED | 5F | 22 |
| Octal | 4 | 13 | 253 | 142 | 136 | 0 | 41 | 355 | 137 | 42 |
| Binary | 100 | 1011 | 10101011 | 1100010 | 1011110 | 0 | 100001 | 11101101 | 1011111 | 100010 |
Color Harmonies of #040BAB
Complementary color
Monochromatic Colors of #040BAB
Black with #040BAB
Text Example
Text Example
White with #040BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #040BAB; }
p { color: rgb(4,11,171); }
H1.HeaderClassName
{
color: #040BAB;
}
.AnyTagClassName
{
color: #040BAB;
}
</style>
background-color css
<style>
a { background-color: #040BAB; }
a { background-color: rgb(4,11,171); }
div.DivClassName
{
background-color: #040BAB;
}
.BgClassName
{
background-color: #040BAB;
}
</style>
border-color css
<style>
span { border-color: #040BAB; }
span { border-color: rgb(4,11,171); }
td.TdClassName
{
border-color: #040BAB;
}
.TagClassName
{
border-color: #040BAB;
}
</style>