Shades of Midnight Blue #071473
Tints of Midnight Blue #071473
RGB
CMYK
RGB Variations
Color information
#071473 (or 0x071473) is known color: Midnight Blue. HEX triplet: 07, 14 and 73. RGB value is (7,20,115). Sum of RGB (Red+Green+Blue) = 7+20+115=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 115 (45.31% from 255 or 80.99% from 142); Max value from RGB is 115 - color contains mainly: blue. Hex color #071473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071473 is #F8EB8C. Grayscale: #1A1A1A. Windows color (decimal): -16313229 or 7541767. OLE color: 7541767.
HSL color Cylindrical-coordinate representation of color #071473: hue angle of 232.78º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071473 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 20 | 115 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.55 |
| HSL | 232.78º | 0.89% | 0.24% | - |
| HSV(B) | 232.78º | 0.94% | 0.45% | - |
| XYZ | 3.43 | 1.78 | 16.38 | - |
| YUV | 26.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 115 | 0.94 | 0.83 | 0 | 0.55 | 232.78 | 0.89 | 0.24 |
| Hex | 7 | 14 | 73 | 5E | 53 | 0 | 37 | E9 | 59 | 18 |
| Octal | 7 | 24 | 163 | 136 | 123 | 0 | 67 | 351 | 131 | 30 |
| Binary | 111 | 10100 | 1110011 | 1011110 | 1010011 | 0 | 110111 | 11101001 | 1011001 | 11000 |
Color Harmonies of #071473
Complementary color
Monochromatic Colors of #071473
Black with #071473
Text Example
Text Example
White with #071473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071473; }
p { color: rgb(7,20,115); }
H1.HeaderClassName
{
color: #071473;
}
.AnyTagClassName
{
color: #071473;
}
</style>
background-color css
<style>
a { background-color: #071473; }
a { background-color: rgb(7,20,115); }
div.DivClassName
{
background-color: #071473;
}
.BgClassName
{
background-color: #071473;
}
</style>
border-color css
<style>
span { border-color: #071473; }
span { border-color: rgb(7,20,115); }
td.TdClassName
{
border-color: #071473;
}
.TagClassName
{
border-color: #071473;
}
</style>