Shades of New Midnight Blue #0400AB
Tints of New Midnight Blue #0400AB
RGB
CMYK
RGB Variations
Color information
#0400AB (or 0x0400AB) is known color: New Midnight Blue. HEX triplet: 04, 00 and AB. RGB value is (4,0,171). Sum of RGB (Red+Green+Blue) = 4+0+171=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 171 (67.19% from 255 or 97.71% from 175); Max value from RGB is 171 - color contains mainly: blue. Hex color #0400AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0400AB is #FBFF54. Grayscale: #141414. Windows color (decimal): -16514901 or 11206660. OLE color: 11206660.
HSL color Cylindrical-coordinate representation of color #0400AB: hue angle of 241.4º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0400AB is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 0 | 171 | - |
| CMYK | 0.98 | 1 | 0 | 0.33 |
| HSL | 241.4º | 1% | 0.34% | - |
| HSV(B) | 241.4º | 1% | 0.67% | - |
| XYZ | 7.4 | 2.97 | 38.71 | - |
| YUV | 20.69 | 212.83 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 171 | 0.98 | 1 | 0 | 0.33 | 241.4 | 1 | 0.34 |
| Hex | 4 | 0 | AB | 62 | 64 | 0 | 21 | F1 | 64 | 22 |
| Octal | 4 | 0 | 253 | 142 | 144 | 0 | 41 | 361 | 144 | 42 |
| Binary | 100 | 0 | 10101011 | 1100010 | 1100100 | 0 | 100001 | 11110001 | 1100100 | 100010 |
Color Harmonies of #0400AB
Complementary color
Monochromatic Colors of #0400AB
Black with #0400AB
Text Example
Text Example
White with #0400AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0400AB; }
p { color: rgb(4,0,171); }
H1.HeaderClassName
{
color: #0400AB;
}
.AnyTagClassName
{
color: #0400AB;
}
</style>
background-color css
<style>
a { background-color: #0400AB; }
a { background-color: rgb(4,0,171); }
div.DivClassName
{
background-color: #0400AB;
}
.BgClassName
{
background-color: #0400AB;
}
</style>
border-color css
<style>
span { border-color: #0400AB; }
span { border-color: rgb(4,0,171); }
td.TdClassName
{
border-color: #0400AB;
}
.TagClassName
{
border-color: #0400AB;
}
</style>