Shades of New Midnight Blue #0400A7
Tints of New Midnight Blue #0400A7
RGB
CMYK
RGB Variations
Color information
#0400A7 (or 0x0400A7) is known color: New Midnight Blue. HEX triplet: 04, 00 and A7. RGB value is (4,0,167). Sum of RGB (Red+Green+Blue) = 4+0+167=171 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.34% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 167 (65.62% from 255 or 97.66% from 171); Max value from RGB is 167 - color contains mainly: blue. Hex color #0400A7 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0400A7 is #FBFF58. Grayscale: #131313. Windows color (decimal): -16514905 or 10944516. OLE color: 10944516.
HSL color Cylindrical-coordinate representation of color #0400A7: hue angle of 241.44º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0400A7 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 4 | 0 | 167 | - |
| CMYK | 0.98 | 1 | 0 | 0.35 |
| HSL | 241.44º | 1% | 0.33% | - |
| HSV(B) | 241.44º | 1% | 0.65% | - |
| XYZ | 7.03 | 2.82 | 36.73 | - |
| YUV | 20.23 | 210.83 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 167 | 0.98 | 1 | 0 | 0.35 | 241.44 | 1 | 0.33 |
| Hex | 4 | 0 | A7 | 62 | 64 | 0 | 23 | F1 | 64 | 21 |
| Octal | 4 | 0 | 247 | 142 | 144 | 0 | 43 | 361 | 144 | 41 |
| Binary | 100 | 0 | 10100111 | 1100010 | 1100100 | 0 | 100011 | 11110001 | 1100100 | 100001 |
Color Harmonies of #0400A7
Complementary color
Monochromatic Colors of #0400A7
Black with #0400A7
Text Example
Text Example
White with #0400A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0400A7; }
p { color: rgb(4,0,167); }
H1.HeaderClassName
{
color: #0400A7;
}
.AnyTagClassName
{
color: #0400A7;
}
</style>
background-color css
<style>
a { background-color: #0400A7; }
a { background-color: rgb(4,0,167); }
div.DivClassName
{
background-color: #0400A7;
}
.BgClassName
{
background-color: #0400A7;
}
</style>
border-color css
<style>
span { border-color: #0400A7; }
span { border-color: rgb(4,0,167); }
td.TdClassName
{
border-color: #0400A7;
}
.TagClassName
{
border-color: #0400A7;
}
</style>