Shades of Midnight Blue #07074C
Tints of Midnight Blue #07074C
RGB
CMYK
RGB Variations
Color information
#07074C (or 0x07074C) is known color: Midnight Blue. HEX triplet: 07, 07 and 4C. RGB value is (7,7,76). Sum of RGB (Red+Green+Blue) = 7+7+76=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 7 (3.12% from 255 or 7.78% from 90); Blue value is 76 (30.08% from 255 or 84.44% from 90); Max value from RGB is 76 - color contains mainly: blue. Hex color #07074C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07074C is #F8F8B3. Grayscale: #0E0E0E. Windows color (decimal): -16316596 or 4982535. OLE color: 4982535.
HSL color Cylindrical-coordinate representation of color #07074C: 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 #07074C is Cyan = 0.91, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 7 | 76 | - |
| CMYK | 0.91 | 0.91 | 0 | 0.70 |
| HSL | 240º | 0.83% | 0.16% | - |
| HSV(B) | 240º | 0.91% | 0.3% | - |
| XYZ | 1.47 | 0.72 | 6.9 | - |
| YUV | 14.87 | 162.5 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 7 | 76 | 0.91 | 0.91 | 0 | 0.70 | 240 | 0.83 | 0.16 |
| Hex | 7 | 7 | 4C | 5B | 5B | 0 | 46 | F0 | 53 | 10 |
| Octal | 7 | 7 | 114 | 133 | 133 | 0 | 106 | 360 | 123 | 20 |
| Binary | 111 | 111 | 1001100 | 1011011 | 1011011 | 0 | 1000110 | 11110000 | 1010011 | 10000 |
Color Harmonies of #07074C
Complementary color
Monochromatic Colors of #07074C
Black with #07074C
Text Example
Text Example
White with #07074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07074C; }
p { color: rgb(7,7,76); }
H1.HeaderClassName
{
color: #07074C;
}
.AnyTagClassName
{
color: #07074C;
}
</style>
background-color css
<style>
a { background-color: #07074C; }
a { background-color: rgb(7,7,76); }
div.DivClassName
{
background-color: #07074C;
}
.BgClassName
{
background-color: #07074C;
}
</style>
border-color css
<style>
span { border-color: #07074C; }
span { border-color: rgb(7,7,76); }
td.TdClassName
{
border-color: #07074C;
}
.TagClassName
{
border-color: #07074C;
}
</style>