Shades of Midnight Blue #071373
Tints of Midnight Blue #071373
RGB
CMYK
RGB Variations
Color information
#071373 (or 0x071373) is known color: Midnight Blue. HEX triplet: 07, 13 and 73. RGB value is (7,19,115). Sum of RGB (Red+Green+Blue) = 7+19+115=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 115 (45.31% from 255 or 81.56% from 141); Max value from RGB is 115 - color contains mainly: blue. Hex color #071373 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071373 is #F8EC8C. Grayscale: #191919. Windows color (decimal): -16313485 or 7541511. OLE color: 7541511.
HSL color Cylindrical-coordinate representation of color #071373: hue angle of 233.33º 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 #071373 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 19 | 115 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.55 |
| HSL | 233.33º | 0.89% | 0.24% | - |
| HSV(B) | 233.33º | 0.94% | 0.45% | - |
| XYZ | 3.42 | 1.75 | 16.38 | - |
| YUV | 26.36 | 178.02 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 115 | 0.94 | 0.83 | 0 | 0.55 | 233.33 | 0.89 | 0.24 |
| Hex | 7 | 13 | 73 | 5E | 53 | 0 | 37 | E9 | 59 | 18 |
| Octal | 7 | 23 | 163 | 136 | 123 | 0 | 67 | 351 | 131 | 30 |
| Binary | 111 | 10011 | 1110011 | 1011110 | 1010011 | 0 | 110111 | 11101001 | 1011001 | 11000 |
Color Harmonies of #071373
Complementary color
Monochromatic Colors of #071373
Black with #071373
Text Example
Text Example
White with #071373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071373; }
p { color: rgb(7,19,115); }
H1.HeaderClassName
{
color: #071373;
}
.AnyTagClassName
{
color: #071373;
}
</style>
background-color css
<style>
a { background-color: #071373; }
a { background-color: rgb(7,19,115); }
div.DivClassName
{
background-color: #071373;
}
.BgClassName
{
background-color: #071373;
}
</style>
border-color css
<style>
span { border-color: #071373; }
span { border-color: rgb(7,19,115); }
td.TdClassName
{
border-color: #071373;
}
.TagClassName
{
border-color: #071373;
}
</style>