Shades of Midnight Blue #07054A
Tints of Midnight Blue #07054A
RGB
CMYK
RGB Variations
Color information
#07054A (or 0x07054A) is known color: Midnight Blue. HEX triplet: 07, 05 and 4A. RGB value is (7,5,74). Sum of RGB (Red+Green+Blue) = 7+5+74=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 74 (29.30% from 255 or 86.05% from 86); Max value from RGB is 74 - color contains mainly: blue. Hex color #07054A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07054A is #F8FAB5. Grayscale: #0D0D0D. Windows color (decimal): -16317110 or 4850951. OLE color: 4850951.
HSL color Cylindrical-coordinate representation of color #07054A: hue angle of 241.74º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07054A is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 5 | 74 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.71 |
| HSL | 241.74º | 0.87% | 0.15% | - |
| HSV(B) | 241.74º | 0.93% | 0.29% | - |
| XYZ | 1.38 | 0.65 | 6.53 | - |
| YUV | 13.46 | 162.16 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 5 | 74 | 0.91 | 0.93 | 0 | 0.71 | 241.74 | 0.87 | 0.15 |
| Hex | 7 | 5 | 4A | 5B | 5D | 0 | 47 | F2 | 57 | F |
| Octal | 7 | 5 | 112 | 133 | 135 | 0 | 107 | 362 | 127 | 17 |
| Binary | 111 | 101 | 1001010 | 1011011 | 1011101 | 0 | 1000111 | 11110010 | 1010111 | 1111 |
Color Harmonies of #07054A
Complementary color
Monochromatic Colors of #07054A
Black with #07054A
Text Example
Text Example
White with #07054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07054A; }
p { color: rgb(7,5,74); }
H1.HeaderClassName
{
color: #07054A;
}
.AnyTagClassName
{
color: #07054A;
}
</style>
background-color css
<style>
a { background-color: #07054A; }
a { background-color: rgb(7,5,74); }
div.DivClassName
{
background-color: #07054A;
}
.BgClassName
{
background-color: #07054A;
}
</style>
border-color css
<style>
span { border-color: #07054A; }
span { border-color: rgb(7,5,74); }
td.TdClassName
{
border-color: #07054A;
}
.TagClassName
{
border-color: #07054A;
}
</style>