Shades of Midnight Express #07122C
Tints of Midnight Express #07122C
RGB
CMYK
RGB Variations
Color information
#07122C (or 0x07122C) is known color: Midnight Express. HEX triplet: 07, 12 and 2C. RGB value is (7,18,44). Sum of RGB (Red+Green+Blue) = 7+18+44=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 44 (17.58% from 255 or 63.77% from 69); Max value from RGB is 44 - color contains mainly: blue. Hex color #07122C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07122C is #F8EDD3. Grayscale: #111111. Windows color (decimal): -16313812 or 2888199. OLE color: 2888199.
HSL color Cylindrical-coordinate representation of color #07122C: hue angle of 222.16º degrees, saturation: 0.73, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07122C is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 18 | 44 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.83 |
| HSL | 222.16º | 0.73% | 0.1% | - |
| HSV(B) | 222.16º | 0.84% | 0.17% | - |
| XYZ | 0.76 | 0.66 | 2.47 | - |
| YUV | 17.68 | 142.86 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 44 | 0.84 | 0.59 | 0 | 0.83 | 222.16 | 0.73 | 0.1 |
| Hex | 7 | 12 | 2C | 54 | 3B | 0 | 53 | DE | 49 | A |
| Octal | 7 | 22 | 54 | 124 | 73 | 0 | 123 | 336 | 111 | 12 |
| Binary | 111 | 10010 | 101100 | 1010100 | 111011 | 0 | 1010011 | 11011110 | 1001001 | 1010 |
Color Harmonies of #07122C
Complementary color
Monochromatic Colors of #07122C
Black with #07122C
Text Example
Text Example
White with #07122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07122C; }
p { color: rgb(7,18,44); }
H1.HeaderClassName
{
color: #07122C;
}
.AnyTagClassName
{
color: #07122C;
}
</style>
background-color css
<style>
a { background-color: #07122C; }
a { background-color: rgb(7,18,44); }
div.DivClassName
{
background-color: #07122C;
}
.BgClassName
{
background-color: #07122C;
}
</style>
border-color css
<style>
span { border-color: #07122C; }
span { border-color: rgb(7,18,44); }
td.TdClassName
{
border-color: #07122C;
}
.TagClassName
{
border-color: #07122C;
}
</style>