Shades of Midnight Blue #070048
Tints of Midnight Blue #070048
RGB
CMYK
RGB Variations
Color information
#070048 (or 0x070048) is known color: Midnight Blue. HEX triplet: 07, 00 and 48. RGB value is (7,0,72). Sum of RGB (Red+Green+Blue) = 7+0+72=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 72 (28.52% from 255 or 91.14% from 79); Max value from RGB is 72 - color contains mainly: blue. Hex color #070048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070048 is #F8FFB7. Grayscale: #0A0A0A. Windows color (decimal): -16318392 or 4718599. OLE color: 4718599.
HSL color Cylindrical-coordinate representation of color #070048: hue angle of 245.83º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070048 is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 7 | 0 | 72 | - |
| CMYK | 0.90 | 1 | 0 | 0.72 |
| HSL | 245.83º | 1% | 0.14% | - |
| HSV(B) | 245.83º | 1% | 0.28% | - |
| XYZ | 1.26 | 0.51 | 6.16 | - |
| YUV | 10.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 72 | 0.90 | 1 | 0 | 0.72 | 245.83 | 1 | 0.14 |
| Hex | 7 | 0 | 48 | 5A | 64 | 0 | 48 | F6 | 64 | E |
| Octal | 7 | 0 | 110 | 132 | 144 | 0 | 110 | 366 | 144 | 16 |
| Binary | 111 | 0 | 1001000 | 1011010 | 1100100 | 0 | 1001000 | 11110110 | 1100100 | 1110 |
Color Harmonies of #070048
Complementary color
Monochromatic Colors of #070048
Black with #070048
Text Example
Text Example
White with #070048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070048; }
p { color: rgb(7,0,72); }
H1.HeaderClassName
{
color: #070048;
}
.AnyTagClassName
{
color: #070048;
}
</style>
background-color css
<style>
a { background-color: #070048; }
a { background-color: rgb(7,0,72); }
div.DivClassName
{
background-color: #070048;
}
.BgClassName
{
background-color: #070048;
}
</style>
border-color css
<style>
span { border-color: #070048; }
span { border-color: rgb(7,0,72); }
td.TdClassName
{
border-color: #070048;
}
.TagClassName
{
border-color: #070048;
}
</style>