Shades of Midnight Blue #07024E
Tints of Midnight Blue #07024E
RGB
CMYK
RGB Variations
Color information
#07024E (or 0x07024E) is known color: Midnight Blue. HEX triplet: 07, 02 and 4E. RGB value is (7,2,78). Sum of RGB (Red+Green+Blue) = 7+2+78=87 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.05% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 78 (30.86% from 255 or 89.66% from 87); Max value from RGB is 78 - color contains mainly: blue. Hex color #07024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07024E is #F8FDB1. Grayscale: #0B0B0B. Windows color (decimal): -16317874 or 5112327. OLE color: 5112327.
HSL color Cylindrical-coordinate representation of color #07024E: hue angle of 243.95º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07024E is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 2 | 78 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.69 |
| HSL | 243.95º | 0.95% | 0.16% | - |
| HSV(B) | 243.95º | 0.97% | 0.31% | - |
| XYZ | 1.48 | 0.64 | 7.25 | - |
| YUV | 12.16 | 165.16 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 2 | 78 | 0.91 | 0.97 | 0 | 0.69 | 243.95 | 0.95 | 0.16 |
| Hex | 7 | 2 | 4E | 5B | 61 | 0 | 45 | F4 | 5F | 10 |
| Octal | 7 | 2 | 116 | 133 | 141 | 0 | 105 | 364 | 137 | 20 |
| Binary | 111 | 10 | 1001110 | 1011011 | 1100001 | 0 | 1000101 | 11110100 | 1011111 | 10000 |
Color Harmonies of #07024E
Complementary color
Monochromatic Colors of #07024E
Black with #07024E
Text Example
Text Example
White with #07024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07024E; }
p { color: rgb(7,2,78); }
H1.HeaderClassName
{
color: #07024E;
}
.AnyTagClassName
{
color: #07024E;
}
</style>
background-color css
<style>
a { background-color: #07024E; }
a { background-color: rgb(7,2,78); }
div.DivClassName
{
background-color: #07024E;
}
.BgClassName
{
background-color: #07024E;
}
</style>
border-color css
<style>
span { border-color: #07024E; }
span { border-color: rgb(7,2,78); }
td.TdClassName
{
border-color: #07024E;
}
.TagClassName
{
border-color: #07024E;
}
</style>