Shades of Midnight Express #070D38
Tints of Midnight Express #070D38
RGB
CMYK
RGB Variations
Color information
#070D38 (or 0x070D38) is known color: Midnight Express. HEX triplet: 07, 0D and 38. RGB value is (7,13,56). Sum of RGB (Red+Green+Blue) = 7+13+56=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 13 (5.47% from 255 or 17.11% from 76); Blue value is 56 (22.27% from 255 or 73.68% from 76); Max value from RGB is 56 - color contains mainly: blue. Hex color #070D38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D38 is #F8F2C7. Grayscale: #0F0F0F. Windows color (decimal): -16315080 or 3673351. OLE color: 3673351.
HSL color Cylindrical-coordinate representation of color #070D38: hue angle of 232.65º 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 #070D38 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 13 | 56 | - |
| CMYK | 0.88 | 0.77 | 0 | 0.78 |
| HSL | 232.65º | 0.78% | 0.12% | - |
| HSV(B) | 232.65º | 0.88% | 0.22% | - |
| XYZ | 0.95 | 0.62 | 3.81 | - |
| YUV | 16.11 | 150.51 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 56 | 0.88 | 0.77 | 0 | 0.78 | 232.65 | 0.78 | 0.12 |
| Hex | 7 | D | 38 | 58 | 4D | 0 | 4E | E9 | 4E | C |
| Octal | 7 | 15 | 70 | 130 | 115 | 0 | 116 | 351 | 116 | 14 |
| Binary | 111 | 1101 | 111000 | 1011000 | 1001101 | 0 | 1001110 | 11101001 | 1001110 | 1100 |
Color Harmonies of #070D38
Complementary color
Monochromatic Colors of #070D38
Black with #070D38
Text Example
Text Example
White with #070D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D38; }
p { color: rgb(7,13,56); }
H1.HeaderClassName
{
color: #070D38;
}
.AnyTagClassName
{
color: #070D38;
}
</style>
background-color css
<style>
a { background-color: #070D38; }
a { background-color: rgb(7,13,56); }
div.DivClassName
{
background-color: #070D38;
}
.BgClassName
{
background-color: #070D38;
}
</style>
border-color css
<style>
span { border-color: #070D38; }
span { border-color: rgb(7,13,56); }
td.TdClassName
{
border-color: #070D38;
}
.TagClassName
{
border-color: #070D38;
}
</style>