Shades of Midnight Express #070C46
Tints of Midnight Express #070C46
RGB
CMYK
RGB Variations
Color information
#070C46 (or 0x070C46) is known color: Midnight Express. HEX triplet: 07, 0C and 46. RGB value is (7,12,70). Sum of RGB (Red+Green+Blue) = 7+12+70=89 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.87% from 89); Green value is 12 (5.08% from 255 or 13.48% from 89); Blue value is 70 (27.73% from 255 or 78.65% from 89); Max value from RGB is 70 - color contains mainly: blue. Hex color #070C46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070C46 is #F8F3B9. Grayscale: #101010. Windows color (decimal): -16315322 or 4590599. OLE color: 4590599.
HSL color Cylindrical-coordinate representation of color #070C46: hue angle of 235.24º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070C46 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 7 | 12 | 70 | - |
| CMYK | 0.90 | 0.83 | 0 | 0.73 |
| HSL | 235.24º | 0.82% | 0.15% | - |
| HSV(B) | 235.24º | 0.9% | 0.27% | - |
| XYZ | 1.32 | 0.75 | 5.87 | - |
| YUV | 17.12 | 157.84 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 12 | 70 | 0.90 | 0.83 | 0 | 0.73 | 235.24 | 0.82 | 0.15 |
| Hex | 7 | C | 46 | 5A | 53 | 0 | 49 | EB | 52 | F |
| Octal | 7 | 14 | 106 | 132 | 123 | 0 | 111 | 353 | 122 | 17 |
| Binary | 111 | 1100 | 1000110 | 1011010 | 1010011 | 0 | 1001001 | 11101011 | 1010010 | 1111 |
Color Harmonies of #070C46
Complementary color
Monochromatic Colors of #070C46
Black with #070C46
Text Example
Text Example
White with #070C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070C46; }
p { color: rgb(7,12,70); }
H1.HeaderClassName
{
color: #070C46;
}
.AnyTagClassName
{
color: #070C46;
}
</style>
background-color css
<style>
a { background-color: #070C46; }
a { background-color: rgb(7,12,70); }
div.DivClassName
{
background-color: #070C46;
}
.BgClassName
{
background-color: #070C46;
}
</style>
border-color css
<style>
span { border-color: #070C46; }
span { border-color: rgb(7,12,70); }
td.TdClassName
{
border-color: #070C46;
}
.TagClassName
{
border-color: #070C46;
}
</style>