Shades of Midnight Blue #071478
Tints of Midnight Blue #071478
RGB
CMYK
RGB Variations
Color information
#071478 (or 0x071478) is known color: Midnight Blue. HEX triplet: 07, 14 and 78. RGB value is (7,20,120). Sum of RGB (Red+Green+Blue) = 7+20+120=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 120 (47.27% from 255 or 81.63% from 147); Max value from RGB is 120 - color contains mainly: blue. Hex color #071478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071478 is #F8EB87. Grayscale: #1B1B1B. Windows color (decimal): -16313224 or 7869447. OLE color: 7869447.
HSL color Cylindrical-coordinate representation of color #071478: hue angle of 233.1º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071478 is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 20 | 120 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.53 |
| HSL | 233.1º | 0.89% | 0.25% | - |
| HSV(B) | 233.1º | 0.94% | 0.47% | - |
| XYZ | 3.73 | 1.9 | 17.94 | - |
| YUV | 27.51 | 180.19 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 120 | 0.94 | 0.83 | 0 | 0.53 | 233.1 | 0.89 | 0.25 |
| Hex | 7 | 14 | 78 | 5E | 53 | 0 | 35 | E9 | 59 | 19 |
| Octal | 7 | 24 | 170 | 136 | 123 | 0 | 65 | 351 | 131 | 31 |
| Binary | 111 | 10100 | 1111000 | 1011110 | 1010011 | 0 | 110101 | 11101001 | 1011001 | 11001 |
Color Harmonies of #071478
Complementary color
Monochromatic Colors of #071478
Black with #071478
Text Example
Text Example
White with #071478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071478; }
p { color: rgb(7,20,120); }
H1.HeaderClassName
{
color: #071478;
}
.AnyTagClassName
{
color: #071478;
}
</style>
background-color css
<style>
a { background-color: #071478; }
a { background-color: rgb(7,20,120); }
div.DivClassName
{
background-color: #071478;
}
.BgClassName
{
background-color: #071478;
}
</style>
border-color css
<style>
span { border-color: #071478; }
span { border-color: rgb(7,20,120); }
td.TdClassName
{
border-color: #071478;
}
.TagClassName
{
border-color: #071478;
}
</style>