Shades of Midnight Blue #07004D
Tints of Midnight Blue #07004D
RGB
CMYK
RGB Variations
Color information
#07004D (or 0x07004D) is known color: Midnight Blue. HEX triplet: 07, 00 and 4D. RGB value is (7,0,77). Sum of RGB (Red+Green+Blue) = 7+0+77=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 77 (30.47% from 255 or 91.67% from 84); Max value from RGB is 77 - color contains mainly: blue. Hex color #07004D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07004D is #F8FFB2. Grayscale: #0A0A0A. Windows color (decimal): -16318387 or 5046279. OLE color: 5046279.
HSL color Cylindrical-coordinate representation of color #07004D: hue angle of 245.45º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07004D is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 0 | 77 | - |
| CMYK | 0.91 | 1 | 0 | 0.70 |
| HSL | 245.45º | 1% | 0.15% | - |
| HSV(B) | 245.45º | 1% | 0.3% | - |
| XYZ | 1.43 | 0.58 | 7.06 | - |
| YUV | 10.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 77 | 0.91 | 1 | 0 | 0.70 | 245.45 | 1 | 0.15 |
| Hex | 7 | 0 | 4D | 5B | 64 | 0 | 46 | F5 | 64 | F |
| Octal | 7 | 0 | 115 | 133 | 144 | 0 | 106 | 365 | 144 | 17 |
| Binary | 111 | 0 | 1001101 | 1011011 | 1100100 | 0 | 1000110 | 11110101 | 1100100 | 1111 |
Color Harmonies of #07004D
Complementary color
Monochromatic Colors of #07004D
Black with #07004D
Text Example
Text Example
White with #07004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07004D; }
p { color: rgb(7,0,77); }
H1.HeaderClassName
{
color: #07004D;
}
.AnyTagClassName
{
color: #07004D;
}
</style>
background-color css
<style>
a { background-color: #07004D; }
a { background-color: rgb(7,0,77); }
div.DivClassName
{
background-color: #07004D;
}
.BgClassName
{
background-color: #07004D;
}
</style>
border-color css
<style>
span { border-color: #07004D; }
span { border-color: rgb(7,0,77); }
td.TdClassName
{
border-color: #07004D;
}
.TagClassName
{
border-color: #07004D;
}
</style>