Shades of Midnight Express #070C31
Tints of Midnight Express #070C31
RGB
CMYK
RGB Variations
Color information
#070C31 (or 0x070C31) is known color: Midnight Express. HEX triplet: 07, 0C and 31. RGB value is (7,12,49). Sum of RGB (Red+Green+Blue) = 7+12+49=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #070C31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C31 is #F8F3CE. Grayscale: #0E0E0E. Windows color (decimal): -16315343 or 3214343. OLE color: 3214343.
HSL color Cylindrical-coordinate representation of color #070C31: hue angle of 232.86º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070C31 is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 12 | 49 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.81 |
| HSL | 232.86º | 0.75% | 0.11% | - |
| HSV(B) | 232.86º | 0.86% | 0.19% | - |
| XYZ | 0.77 | 0.53 | 2.97 | - |
| YUV | 14.72 | 147.34 | 122.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 49 | 0.86 | 0.76 | 0 | 0.81 | 232.86 | 0.75 | 0.11 |
| Hex | 7 | C | 31 | 56 | 4C | 0 | 51 | E9 | 4B | B |
| Octal | 7 | 14 | 61 | 126 | 114 | 0 | 121 | 351 | 113 | 13 |
| Binary | 111 | 1100 | 110001 | 1010110 | 1001100 | 0 | 1010001 | 11101001 | 1001011 | 1011 |
Color Harmonies of #070C31
Complementary color
Monochromatic Colors of #070C31
Black with #070C31
Text Example
Text Example
White with #070C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C31; }
p { color: rgb(7,12,49); }
H1.HeaderClassName
{
color: #070C31;
}
.AnyTagClassName
{
color: #070C31;
}
</style>
background-color css
<style>
a { background-color: #070C31; }
a { background-color: rgb(7,12,49); }
div.DivClassName
{
background-color: #070C31;
}
.BgClassName
{
background-color: #070C31;
}
</style>
border-color css
<style>
span { border-color: #070C31; }
span { border-color: rgb(7,12,49); }
td.TdClassName
{
border-color: #070C31;
}
.TagClassName
{
border-color: #070C31;
}
</style>