Shades of Midnight Express #07122B
Tints of Midnight Express #07122B
RGB
CMYK
RGB Variations
Color information
#07122B (or 0x07122B) is known color: Midnight Express. HEX triplet: 07, 12 and 2B. RGB value is (7,18,43). Sum of RGB (Red+Green+Blue) = 7+18+43=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 43 (17.19% from 255 or 63.24% from 68); Max value from RGB is 43 - color contains mainly: blue. Hex color #07122B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07122B is #F8EDD4. Grayscale: #111111. Windows color (decimal): -16313813 or 2822663. OLE color: 2822663.
HSL color Cylindrical-coordinate representation of color #07122B: hue angle of 221.67º degrees, saturation: 0.72, 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 #07122B is Cyan = 0.84, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 7 | 18 | 43 | - |
| CMYK | 0.84 | 0.58 | 0 | 0.83 |
| HSL | 221.67º | 0.72% | 0.1% | - |
| HSV(B) | 221.67º | 0.84% | 0.17% | - |
| XYZ | 0.74 | 0.65 | 2.37 | - |
| YUV | 17.56 | 142.36 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 18 | 43 | 0.84 | 0.58 | 0 | 0.83 | 221.67 | 0.72 | 0.1 |
| Hex | 7 | 12 | 2B | 54 | 3A | 0 | 53 | DE | 48 | A |
| Octal | 7 | 22 | 53 | 124 | 72 | 0 | 123 | 336 | 110 | 12 |
| Binary | 111 | 10010 | 101011 | 1010100 | 111010 | 0 | 1010011 | 11011110 | 1001000 | 1010 |
Color Harmonies of #07122B
Complementary color
Monochromatic Colors of #07122B
Black with #07122B
Text Example
Text Example
White with #07122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07122B; }
p { color: rgb(7,18,43); }
H1.HeaderClassName
{
color: #07122B;
}
.AnyTagClassName
{
color: #07122B;
}
</style>
background-color css
<style>
a { background-color: #07122B; }
a { background-color: rgb(7,18,43); }
div.DivClassName
{
background-color: #07122B;
}
.BgClassName
{
background-color: #07122B;
}
</style>
border-color css
<style>
span { border-color: #07122B; }
span { border-color: rgb(7,18,43); }
td.TdClassName
{
border-color: #07122B;
}
.TagClassName
{
border-color: #07122B;
}
</style>