Shades of Midnight Express #07003E
Tints of Midnight Express #07003E
RGB
CMYK
RGB Variations
Color information
#07003E (or 0x07003E) is known color: Midnight Express. HEX triplet: 07, 00 and 3E. RGB value is (7,0,62). Sum of RGB (Red+Green+Blue) = 7+0+62=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 62 (24.61% from 255 or 89.86% from 69); Max value from RGB is 62 - color contains mainly: blue. Hex color #07003E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07003E is #F8FFC1. Grayscale: #080808. Windows color (decimal): -16318402 or 4063239. OLE color: 4063239.
HSL color Cylindrical-coordinate representation of color #07003E: hue angle of 246.77º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #07003E is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 0 | 62 | - |
| CMYK | 0.89 | 1 | 0 | 0.76 |
| HSL | 246.77º | 1% | 0.12% | - |
| HSV(B) | 246.77º | 1% | 0.24% | - |
| XYZ | 0.96 | 0.39 | 4.58 | - |
| YUV | 9.16 | 157.82 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 62 | 0.89 | 1 | 0 | 0.76 | 246.77 | 1 | 0.12 |
| Hex | 7 | 0 | 3E | 59 | 64 | 0 | 4C | F7 | 64 | C |
| Octal | 7 | 0 | 76 | 131 | 144 | 0 | 114 | 367 | 144 | 14 |
| Binary | 111 | 0 | 111110 | 1011001 | 1100100 | 0 | 1001100 | 11110111 | 1100100 | 1100 |
Color Harmonies of #07003E
Complementary color
Monochromatic Colors of #07003E
Black with #07003E
Text Example
Text Example
White with #07003E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07003E; }
p { color: rgb(7,0,62); }
H1.HeaderClassName
{
color: #07003E;
}
.AnyTagClassName
{
color: #07003E;
}
</style>
background-color css
<style>
a { background-color: #07003E; }
a { background-color: rgb(7,0,62); }
div.DivClassName
{
background-color: #07003E;
}
.BgClassName
{
background-color: #07003E;
}
</style>
border-color css
<style>
span { border-color: #07003E; }
span { border-color: rgb(7,0,62); }
td.TdClassName
{
border-color: #07003E;
}
.TagClassName
{
border-color: #07003E;
}
</style>