Shades of Midnight Blue #071573
Tints of Midnight Blue #071573
RGB
CMYK
RGB Variations
Color information
#071573 (or 0x071573) is known color: Midnight Blue. HEX triplet: 07, 15 and 73. RGB value is (7,21,115). Sum of RGB (Red+Green+Blue) = 7+21+115=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 21 (8.59% from 255 or 14.69% from 143); Blue value is 115 (45.31% from 255 or 80.42% from 143); Max value from RGB is 115 - color contains mainly: blue. Hex color #071573 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071573 is #F8EA8C. Grayscale: #1B1B1B. Windows color (decimal): -16312973 or 7542023. OLE color: 7542023.
HSL color Cylindrical-coordinate representation of color #071573: hue angle of 232.22º 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 #071573 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 21 | 115 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.55 |
| HSL | 232.22º | 0.89% | 0.24% | - |
| HSV(B) | 232.22º | 0.94% | 0.45% | - |
| XYZ | 3.45 | 1.82 | 16.39 | - |
| YUV | 27.53 | 177.36 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 21 | 115 | 0.94 | 0.82 | 0 | 0.55 | 232.22 | 0.89 | 0.24 |
| Hex | 7 | 15 | 73 | 5E | 52 | 0 | 37 | E8 | 59 | 18 |
| Octal | 7 | 25 | 163 | 136 | 122 | 0 | 67 | 350 | 131 | 30 |
| Binary | 111 | 10101 | 1110011 | 1011110 | 1010010 | 0 | 110111 | 11101000 | 1011001 | 11000 |
Color Harmonies of #071573
Complementary color
Monochromatic Colors of #071573
Black with #071573
Text Example
Text Example
White with #071573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071573; }
p { color: rgb(7,21,115); }
H1.HeaderClassName
{
color: #071573;
}
.AnyTagClassName
{
color: #071573;
}
</style>
background-color css
<style>
a { background-color: #071573; }
a { background-color: rgb(7,21,115); }
div.DivClassName
{
background-color: #071573;
}
.BgClassName
{
background-color: #071573;
}
</style>
border-color css
<style>
span { border-color: #071573; }
span { border-color: rgb(7,21,115); }
td.TdClassName
{
border-color: #071573;
}
.TagClassName
{
border-color: #071573;
}
</style>