Shades of New Midnight Blue #0400A2
Tints of New Midnight Blue #0400A2
RGB
CMYK
RGB Variations
Color information
#0400A2 (or 0x0400A2) is known color: New Midnight Blue. HEX triplet: 04, 00 and A2. RGB value is (4,0,162). Sum of RGB (Red+Green+Blue) = 4+0+162=166 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.41% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 162 (63.67% from 255 or 97.59% from 166); Max value from RGB is 162 - color contains mainly: blue. Hex color #0400A2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0400A2 is #FBFF5D. Grayscale: #131313. Windows color (decimal): -16514910 or 10616836. OLE color: 10616836.
HSL color Cylindrical-coordinate representation of color #0400A2: hue angle of 241.48º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0400A2 is Cyan = 0.98, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 4 | 0 | 162 | - |
| CMYK | 0.98 | 1 | 0 | 0.36 |
| HSL | 241.48º | 1% | 0.32% | - |
| HSV(B) | 241.48º | 1% | 0.64% | - |
| XYZ | 6.57 | 2.63 | 34.34 | - |
| YUV | 19.66 | 208.33 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 0 | 162 | 0.98 | 1 | 0 | 0.36 | 241.48 | 1 | 0.32 |
| Hex | 4 | 0 | A2 | 62 | 64 | 0 | 24 | F1 | 64 | 20 |
| Octal | 4 | 0 | 242 | 142 | 144 | 0 | 44 | 361 | 144 | 40 |
| Binary | 100 | 0 | 10100010 | 1100010 | 1100100 | 0 | 100100 | 11110001 | 1100100 | 100000 |
Color Harmonies of #0400A2
Complementary color
Monochromatic Colors of #0400A2
Black with #0400A2
Text Example
Text Example
White with #0400A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0400A2; }
p { color: rgb(4,0,162); }
H1.HeaderClassName
{
color: #0400A2;
}
.AnyTagClassName
{
color: #0400A2;
}
</style>
background-color css
<style>
a { background-color: #0400A2; }
a { background-color: rgb(4,0,162); }
div.DivClassName
{
background-color: #0400A2;
}
.BgClassName
{
background-color: #0400A2;
}
</style>
border-color css
<style>
span { border-color: #0400A2; }
span { border-color: rgb(4,0,162); }
td.TdClassName
{
border-color: #0400A2;
}
.TagClassName
{
border-color: #0400A2;
}
</style>