Shades of Midnight Blue #07074D
Tints of Midnight Blue #07074D
RGB
CMYK
RGB Variations
Color information
#07074D (or 0x07074D) is known color: Midnight Blue. HEX triplet: 07, 07 and 4D. RGB value is (7,7,77). Sum of RGB (Red+Green+Blue) = 7+7+77=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 7 (3.12% from 255 or 7.69% from 91); Blue value is 77 (30.47% from 255 or 84.62% from 91); Max value from RGB is 77 - color contains mainly: blue. Hex color #07074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07074D is #F8F8B2. Grayscale: #0E0E0E. Windows color (decimal): -16316595 or 5048071. OLE color: 5048071.
HSL color Cylindrical-coordinate representation of color #07074D: hue angle of 240º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07074D is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 7 | 77 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.70 |
| HSL | 240º | 0.83% | 0.16% | - |
| HSV(B) | 240º | 0.91% | 0.3% | - |
| XYZ | 1.5 | 0.73 | 7.08 | - |
| YUV | 14.98 | 163 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 77 | 0.91 | 0.91 | 0 | 0.70 | 240 | 0.83 | 0.16 |
| Hex | 7 | 7 | 4D | 5B | 5B | 0 | 46 | F0 | 53 | 10 |
| Octal | 7 | 7 | 115 | 133 | 133 | 0 | 106 | 360 | 123 | 20 |
| Binary | 111 | 111 | 1001101 | 1011011 | 1011011 | 0 | 1000110 | 11110000 | 1010011 | 10000 |
Color Harmonies of #07074D
Complementary color
Monochromatic Colors of #07074D
Black with #07074D
Text Example
Text Example
White with #07074D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07074D; }
p { color: rgb(7,7,77); }
H1.HeaderClassName
{
color: #07074D;
}
.AnyTagClassName
{
color: #07074D;
}
</style>
background-color css
<style>
a { background-color: #07074D; }
a { background-color: rgb(7,7,77); }
div.DivClassName
{
background-color: #07074D;
}
.BgClassName
{
background-color: #07074D;
}
</style>
border-color css
<style>
span { border-color: #07074D; }
span { border-color: rgb(7,7,77); }
td.TdClassName
{
border-color: #07074D;
}
.TagClassName
{
border-color: #07074D;
}
</style>