Shades of Midnight Blue #071878
Tints of Midnight Blue #071878
RGB
CMYK
RGB Variations
Color information
#071878 (or 0x071878) is known color: Midnight Blue. HEX triplet: 07, 18 and 78. RGB value is (7,24,120). Sum of RGB (Red+Green+Blue) = 7+24+120=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #071878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071878 is #F8E787. Grayscale: #1D1D1D. Windows color (decimal): -16312200 or 7870471. OLE color: 7870471.
HSL color Cylindrical-coordinate representation of color #071878: hue angle of 230.97º 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 #071878 is Cyan = 0.94, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 24 | 120 | - |
| CMYK | 0.94 | 0.8 | 0 | 0.53 |
| HSL | 230.97º | 0.89% | 0.25% | - |
| HSV(B) | 230.97º | 0.94% | 0.47% | - |
| XYZ | 3.8 | 2.05 | 17.97 | - |
| YUV | 29.86 | 178.87 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 24 | 120 | 0.94 | 0.8 | 0 | 0.53 | 230.97 | 0.89 | 0.25 |
| Hex | 7 | 18 | 78 | 5E | 50 | 0 | 35 | E7 | 59 | 19 |
| Octal | 7 | 30 | 170 | 136 | 120 | 0 | 65 | 347 | 131 | 31 |
| Binary | 111 | 11000 | 1111000 | 1011110 | 1010000 | 0 | 110101 | 11100111 | 1011001 | 11001 |
Color Harmonies of #071878
Complementary color
Monochromatic Colors of #071878
Black with #071878
Text Example
Text Example
White with #071878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071878; }
p { color: rgb(7,24,120); }
H1.HeaderClassName
{
color: #071878;
}
.AnyTagClassName
{
color: #071878;
}
</style>
background-color css
<style>
a { background-color: #071878; }
a { background-color: rgb(7,24,120); }
div.DivClassName
{
background-color: #071878;
}
.BgClassName
{
background-color: #071878;
}
</style>
border-color css
<style>
span { border-color: #071878; }
span { border-color: rgb(7,24,120); }
td.TdClassName
{
border-color: #071878;
}
.TagClassName
{
border-color: #071878;
}
</style>