Shades of Midnight Express #070038
Tints of Midnight Express #070038
RGB
CMYK
RGB Variations
Color information
#070038 (or 0x070038) is known color: Midnight Express. HEX triplet: 07, 00 and 38. RGB value is (7,0,56). Sum of RGB (Red+Green+Blue) = 7+0+56=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 56 (22.27% from 255 or 88.89% from 63); Max value from RGB is 56 - color contains mainly: blue. Hex color #070038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070038 is #F8FFC7. Grayscale: #080808. Windows color (decimal): -16318408 or 3670023. OLE color: 3670023.
HSL color Cylindrical-coordinate representation of color #070038: hue angle of 247.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070038 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 0 | 56 | - |
| CMYK | 0.88 | 1 | 0 | 0.78 |
| HSL | 247.5º | 1% | 0.11% | - |
| HSV(B) | 247.5º | 1% | 0.22% | - |
| XYZ | 0.8 | 0.33 | 3.76 | - |
| YUV | 8.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 56 | 0.88 | 1 | 0 | 0.78 | 247.5 | 1 | 0.11 |
| Hex | 7 | 0 | 38 | 58 | 64 | 0 | 4E | F8 | 64 | B |
| Octal | 7 | 0 | 70 | 130 | 144 | 0 | 116 | 370 | 144 | 13 |
| Binary | 111 | 0 | 111000 | 1011000 | 1100100 | 0 | 1001110 | 11111000 | 1100100 | 1011 |
Color Harmonies of #070038
Complementary color
Monochromatic Colors of #070038
Black with #070038
Text Example
Text Example
White with #070038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070038; }
p { color: rgb(7,0,56); }
H1.HeaderClassName
{
color: #070038;
}
.AnyTagClassName
{
color: #070038;
}
</style>
background-color css
<style>
a { background-color: #070038; }
a { background-color: rgb(7,0,56); }
div.DivClassName
{
background-color: #070038;
}
.BgClassName
{
background-color: #070038;
}
</style>
border-color css
<style>
span { border-color: #070038; }
span { border-color: rgb(7,0,56); }
td.TdClassName
{
border-color: #070038;
}
.TagClassName
{
border-color: #070038;
}
</style>