Shades of Midnight Express #07122E
Tints of Midnight Express #07122E
RGB
CMYK
RGB Variations
Color information
#07122E (or 0x07122E) is known color: Midnight Express. HEX triplet: 07, 12 and 2E. RGB value is (7,18,46). Sum of RGB (Red+Green+Blue) = 7+18+46=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 46 (18.36% from 255 or 64.79% from 71); Max value from RGB is 46 - color contains mainly: blue. Hex color #07122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07122E is #F8EDD1. Grayscale: #111111. Windows color (decimal): -16313810 or 3019271. OLE color: 3019271.
HSL color Cylindrical-coordinate representation of color #07122E: hue angle of 223.08º degrees, saturation: 0.74, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07122E is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 7 | 18 | 46 | - |
| CMYK | 0.85 | 0.61 | 0 | 0.82 |
| HSL | 223.08º | 0.74% | 0.1% | - |
| HSV(B) | 223.08º | 0.85% | 0.18% | - |
| XYZ | 0.8 | 0.68 | 2.67 | - |
| YUV | 17.9 | 143.86 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 46 | 0.85 | 0.61 | 0 | 0.82 | 223.08 | 0.74 | 0.1 |
| Hex | 7 | 12 | 2E | 55 | 3D | 0 | 52 | DF | 4A | A |
| Octal | 7 | 22 | 56 | 125 | 75 | 0 | 122 | 337 | 112 | 12 |
| Binary | 111 | 10010 | 101110 | 1010101 | 111101 | 0 | 1010010 | 11011111 | 1001010 | 1010 |
Color Harmonies of #07122E
Complementary color
Monochromatic Colors of #07122E
Black with #07122E
Text Example
Text Example
White with #07122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07122E; }
p { color: rgb(7,18,46); }
H1.HeaderClassName
{
color: #07122E;
}
.AnyTagClassName
{
color: #07122E;
}
</style>
background-color css
<style>
a { background-color: #07122E; }
a { background-color: rgb(7,18,46); }
div.DivClassName
{
background-color: #07122E;
}
.BgClassName
{
background-color: #07122E;
}
</style>
border-color css
<style>
span { border-color: #07122E; }
span { border-color: rgb(7,18,46); }
td.TdClassName
{
border-color: #07122E;
}
.TagClassName
{
border-color: #07122E;
}
</style>