Shades of New Midnight Blue #0400AE
Tints of New Midnight Blue #0400AE
RGB
CMYK
RGB Variations
Color information
#0400AE (or 0x0400AE) is known color: New Midnight Blue. HEX triplet: 04, 00 and AE. RGB value is (4,0,174). Sum of RGB (Red+Green+Blue) = 4+0+174=178 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.25% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 174 (68.36% from 255 or 97.75% from 178); Max value from RGB is 174 - color contains mainly: blue. Hex color #0400AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0400AE is #FBFF51. Grayscale: #141414. Windows color (decimal): -16514898 or 11403268. OLE color: 11403268.
HSL color Cylindrical-coordinate representation of color #0400AE: hue angle of 241.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0400AE is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 0 | 174 | - |
| CMYK | 0.98 | 1 | 0 | 0.32 |
| HSL | 241.38º | 1% | 0.34% | - |
| HSV(B) | 241.38º | 1% | 0.68% | - |
| XYZ | 7.69 | 3.08 | 40.23 | - |
| YUV | 21.03 | 214.33 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 174 | 0.98 | 1 | 0 | 0.32 | 241.38 | 1 | 0.34 |
| Hex | 4 | 0 | AE | 62 | 64 | 0 | 20 | F1 | 64 | 22 |
| Octal | 4 | 0 | 256 | 142 | 144 | 0 | 40 | 361 | 144 | 42 |
| Binary | 100 | 0 | 10101110 | 1100010 | 1100100 | 0 | 100000 | 11110001 | 1100100 | 100010 |
Color Harmonies of #0400AE
Complementary color
Monochromatic Colors of #0400AE
Black with #0400AE
Text Example
Text Example
White with #0400AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0400AE; }
p { color: rgb(4,0,174); }
H1.HeaderClassName
{
color: #0400AE;
}
.AnyTagClassName
{
color: #0400AE;
}
</style>
background-color css
<style>
a { background-color: #0400AE; }
a { background-color: rgb(4,0,174); }
div.DivClassName
{
background-color: #0400AE;
}
.BgClassName
{
background-color: #0400AE;
}
</style>
border-color css
<style>
span { border-color: #0400AE; }
span { border-color: rgb(4,0,174); }
td.TdClassName
{
border-color: #0400AE;
}
.TagClassName
{
border-color: #0400AE;
}
</style>