Shades of Midnight Express #070A38
Tints of Midnight Express #070A38
RGB
CMYK
RGB Variations
Color information
#070A38 (or 0x070A38) is known color: Midnight Express. HEX triplet: 07, 0A and 38. RGB value is (7,10,56). Sum of RGB (Red+Green+Blue) = 7+10+56=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 56 (22.27% from 255 or 76.71% from 73); Max value from RGB is 56 - color contains mainly: blue. Hex color #070A38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A38 is #F8F5C7. Grayscale: #0E0E0E. Windows color (decimal): -16315848 or 3672583. OLE color: 3672583.
HSL color Cylindrical-coordinate representation of color #070A38: hue angle of 236.33º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070A38 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 10 | 56 | - |
| CMYK | 0.88 | 0.82 | 0 | 0.78 |
| HSL | 236.33º | 0.78% | 0.12% | - |
| HSV(B) | 236.33º | 0.88% | 0.22% | - |
| XYZ | 0.91 | 0.55 | 3.8 | - |
| YUV | 14.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 10 | 56 | 0.88 | 0.82 | 0 | 0.78 | 236.33 | 0.78 | 0.12 |
| Hex | 7 | A | 38 | 58 | 52 | 0 | 4E | EC | 4E | C |
| Octal | 7 | 12 | 70 | 130 | 122 | 0 | 116 | 354 | 116 | 14 |
| Binary | 111 | 1010 | 111000 | 1011000 | 1010010 | 0 | 1001110 | 11101100 | 1001110 | 1100 |
Color Harmonies of #070A38
Complementary color
Monochromatic Colors of #070A38
Black with #070A38
Text Example
Text Example
White with #070A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070A38; }
p { color: rgb(7,10,56); }
H1.HeaderClassName
{
color: #070A38;
}
.AnyTagClassName
{
color: #070A38;
}
</style>
background-color css
<style>
a { background-color: #070A38; }
a { background-color: rgb(7,10,56); }
div.DivClassName
{
background-color: #070A38;
}
.BgClassName
{
background-color: #070A38;
}
</style>
border-color css
<style>
span { border-color: #070A38; }
span { border-color: rgb(7,10,56); }
td.TdClassName
{
border-color: #070A38;
}
.TagClassName
{
border-color: #070A38;
}
</style>