Shades of New Midnight Blue #0400AC
Tints of New Midnight Blue #0400AC
RGB
CMYK
RGB Variations
Color information
#0400AC (or 0x0400AC) is known color: New Midnight Blue. HEX triplet: 04, 00 and AC. RGB value is (4,0,172). Sum of RGB (Red+Green+Blue) = 4+0+172=176 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.27% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 172 (67.58% from 255 or 97.73% from 176); Max value from RGB is 172 - color contains mainly: blue. Hex color #0400AC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0400AC is #FBFF53. Grayscale: #141414. Windows color (decimal): -16514900 or 11272196. OLE color: 11272196.
HSL color Cylindrical-coordinate representation of color #0400AC: 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 #0400AC is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 0 | 172 | - |
| CMYK | 0.98 | 1 | 0 | 0.33 |
| HSL | 241.4º | 1% | 0.34% | - |
| HSV(B) | 241.4º | 1% | 0.67% | - |
| XYZ | 7.5 | 3 | 39.21 | - |
| YUV | 20.8 | 213.33 | 116.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 172 | 0.98 | 1 | 0 | 0.33 | 241.4 | 1 | 0.34 |
| Hex | 4 | 0 | AC | 62 | 64 | 0 | 21 | F1 | 64 | 22 |
| Octal | 4 | 0 | 254 | 142 | 144 | 0 | 41 | 361 | 144 | 42 |
| Binary | 100 | 0 | 10101100 | 1100010 | 1100100 | 0 | 100001 | 11110001 | 1100100 | 100010 |
Color Harmonies of #0400AC
Complementary color
Monochromatic Colors of #0400AC
Black with #0400AC
Text Example
Text Example
White with #0400AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0400AC; }
p { color: rgb(4,0,172); }
H1.HeaderClassName
{
color: #0400AC;
}
.AnyTagClassName
{
color: #0400AC;
}
</style>
background-color css
<style>
a { background-color: #0400AC; }
a { background-color: rgb(4,0,172); }
div.DivClassName
{
background-color: #0400AC;
}
.BgClassName
{
background-color: #0400AC;
}
</style>
border-color css
<style>
span { border-color: #0400AC; }
span { border-color: rgb(4,0,172); }
td.TdClassName
{
border-color: #0400AC;
}
.TagClassName
{
border-color: #0400AC;
}
</style>