Shades of Midnight Express #07124A
Tints of Midnight Express #07124A
RGB
CMYK
RGB Variations
Color information
#07124A (or 0x07124A) is known color: Midnight Express. HEX triplet: 07, 12 and 4A. RGB value is (7,18,74). Sum of RGB (Red+Green+Blue) = 7+18+74=99 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7.07% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 74 (29.30% from 255 or 74.75% from 99); Max value from RGB is 74 - color contains mainly: blue. Hex color #07124A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07124A is #F8EDB5. Grayscale: #141414. Windows color (decimal): -16313782 or 4854279. OLE color: 4854279.
HSL color Cylindrical-coordinate representation of color #07124A: hue angle of 230.15º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07124A is Cyan = 0.91, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 7 | 18 | 74 | - |
| CMYK | 0.91 | 0.76 | 0 | 0.71 |
| HSL | 230.15º | 0.83% | 0.16% | - |
| HSV(B) | 230.15º | 0.91% | 0.29% | - |
| XYZ | 1.54 | 0.97 | 6.59 | - |
| YUV | 21.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 74 | 0.91 | 0.76 | 0 | 0.71 | 230.15 | 0.83 | 0.16 |
| Hex | 7 | 12 | 4A | 5B | 4C | 0 | 47 | E6 | 53 | 10 |
| Octal | 7 | 22 | 112 | 133 | 114 | 0 | 107 | 346 | 123 | 20 |
| Binary | 111 | 10010 | 1001010 | 1011011 | 1001100 | 0 | 1000111 | 11100110 | 1010011 | 10000 |
Color Harmonies of #07124A
Complementary color
Monochromatic Colors of #07124A
Black with #07124A
Text Example
Text Example
White with #07124A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07124A; }
p { color: rgb(7,18,74); }
H1.HeaderClassName
{
color: #07124A;
}
.AnyTagClassName
{
color: #07124A;
}
</style>
background-color css
<style>
a { background-color: #07124A; }
a { background-color: rgb(7,18,74); }
div.DivClassName
{
background-color: #07124A;
}
.BgClassName
{
background-color: #07124A;
}
</style>
border-color css
<style>
span { border-color: #07124A; }
span { border-color: rgb(7,18,74); }
td.TdClassName
{
border-color: #07124A;
}
.TagClassName
{
border-color: #07124A;
}
</style>