Shades of Midnight Blue #071475
Tints of Midnight Blue #071475
RGB
CMYK
RGB Variations
Color information
#071475 (or 0x071475) is known color: Midnight Blue. HEX triplet: 07, 14 and 75. RGB value is (7,20,117). Sum of RGB (Red+Green+Blue) = 7+20+117=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #071475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071475 is #F8EB8A. Grayscale: #1A1A1A. Windows color (decimal): -16313227 or 7672839. OLE color: 7672839.
HSL color Cylindrical-coordinate representation of color #071475: hue angle of 232.91º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071475 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 20 | 117 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.54 |
| HSL | 232.91º | 0.89% | 0.24% | - |
| HSV(B) | 232.91º | 0.94% | 0.46% | - |
| XYZ | 3.55 | 1.83 | 17 | - |
| YUV | 27.17 | 178.69 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 117 | 0.94 | 0.83 | 0 | 0.54 | 232.91 | 0.89 | 0.24 |
| Hex | 7 | 14 | 75 | 5E | 53 | 0 | 36 | E9 | 59 | 18 |
| Octal | 7 | 24 | 165 | 136 | 123 | 0 | 66 | 351 | 131 | 30 |
| Binary | 111 | 10100 | 1110101 | 1011110 | 1010011 | 0 | 110110 | 11101001 | 1011001 | 11000 |
Color Harmonies of #071475
Complementary color
Monochromatic Colors of #071475
Black with #071475
Text Example
Text Example
White with #071475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071475; }
p { color: rgb(7,20,117); }
H1.HeaderClassName
{
color: #071475;
}
.AnyTagClassName
{
color: #071475;
}
</style>
background-color css
<style>
a { background-color: #071475; }
a { background-color: rgb(7,20,117); }
div.DivClassName
{
background-color: #071475;
}
.BgClassName
{
background-color: #071475;
}
</style>
border-color css
<style>
span { border-color: #071475; }
span { border-color: rgb(7,20,117); }
td.TdClassName
{
border-color: #071475;
}
.TagClassName
{
border-color: #071475;
}
</style>