Shades of Midnight Blue #07084D
Tints of Midnight Blue #07084D
RGB
CMYK
RGB Variations
Color information
#07084D (or 0x07084D) is known color: Midnight Blue. HEX triplet: 07, 08 and 4D. RGB value is (7,8,77). Sum of RGB (Red+Green+Blue) = 7+8+77=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #07084D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07084D is #F8F7B2. Grayscale: #0F0F0F. Windows color (decimal): -16316339 or 5048327. OLE color: 5048327.
HSL color Cylindrical-coordinate representation of color #07084D: hue angle of 239.14º 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 #07084D is Cyan = 0.91, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 8 | 77 | - |
| CMYK | 0.91 | 0.90 | 0 | 0.70 |
| HSL | 239.14º | 0.83% | 0.16% | - |
| HSV(B) | 239.14º | 0.91% | 0.3% | - |
| XYZ | 1.51 | 0.75 | 7.09 | - |
| YUV | 15.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 8 | 77 | 0.91 | 0.90 | 0 | 0.70 | 239.14 | 0.83 | 0.16 |
| Hex | 7 | 8 | 4D | 5B | 5A | 0 | 46 | EF | 53 | 10 |
| Octal | 7 | 10 | 115 | 133 | 132 | 0 | 106 | 357 | 123 | 20 |
| Binary | 111 | 1000 | 1001101 | 1011011 | 1011010 | 0 | 1000110 | 11101111 | 1010011 | 10000 |
Color Harmonies of #07084D
Complementary color
Monochromatic Colors of #07084D
Black with #07084D
Text Example
Text Example
White with #07084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07084D; }
p { color: rgb(7,8,77); }
H1.HeaderClassName
{
color: #07084D;
}
.AnyTagClassName
{
color: #07084D;
}
</style>
background-color css
<style>
a { background-color: #07084D; }
a { background-color: rgb(7,8,77); }
div.DivClassName
{
background-color: #07084D;
}
.BgClassName
{
background-color: #07084D;
}
</style>
border-color css
<style>
span { border-color: #07084D; }
span { border-color: rgb(7,8,77); }
td.TdClassName
{
border-color: #07084D;
}
.TagClassName
{
border-color: #07084D;
}
</style>