Shades of Midnight Express #070D33
Tints of Midnight Express #070D33
RGB
CMYK
RGB Variations
Color information
#070D33 (or 0x070D33) is known color: Midnight Express. HEX triplet: 07, 0D and 33. RGB value is (7,13,51). Sum of RGB (Red+Green+Blue) = 7+13+51=71 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.86% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 51 (20.31% from 255 or 71.83% from 71); Max value from RGB is 51 - color contains mainly: blue. Hex color #070D33 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D33 is #F8F2CC. Grayscale: #0F0F0F. Windows color (decimal): -16315085 or 3345671. OLE color: 3345671.
HSL color Cylindrical-coordinate representation of color #070D33: hue angle of 231.82º degrees, saturation: 0.76, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #070D33 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 7 | 13 | 51 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.8 |
| HSL | 231.82º | 0.76% | 0.11% | - |
| HSV(B) | 231.82º | 0.86% | 0.2% | - |
| XYZ | 0.83 | 0.57 | 3.2 | - |
| YUV | 15.54 | 148.01 | 121.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 13 | 51 | 0.86 | 0.75 | 0 | 0.8 | 231.82 | 0.76 | 0.11 |
| Hex | 7 | D | 33 | 56 | 4B | 0 | 50 | E8 | 4C | B |
| Octal | 7 | 15 | 63 | 126 | 113 | 0 | 120 | 350 | 114 | 13 |
| Binary | 111 | 1101 | 110011 | 1010110 | 1001011 | 0 | 1010000 | 11101000 | 1001100 | 1011 |
Color Harmonies of #070D33
Complementary color
Monochromatic Colors of #070D33
Black with #070D33
Text Example
Text Example
White with #070D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #070D33; }
p { color: rgb(7,13,51); }
H1.HeaderClassName
{
color: #070D33;
}
.AnyTagClassName
{
color: #070D33;
}
</style>
background-color css
<style>
a { background-color: #070D33; }
a { background-color: rgb(7,13,51); }
div.DivClassName
{
background-color: #070D33;
}
.BgClassName
{
background-color: #070D33;
}
</style>
border-color css
<style>
span { border-color: #070D33; }
span { border-color: rgb(7,13,51); }
td.TdClassName
{
border-color: #070D33;
}
.TagClassName
{
border-color: #070D33;
}
</style>