Shades of Midnight Express #07003D
Tints of Midnight Express #07003D
RGB
CMYK
RGB Variations
Color information
#07003D (or 0x07003D) is known color: Midnight Express. HEX triplet: 07, 00 and 3D. RGB value is (7,0,61). Sum of RGB (Red+Green+Blue) = 7+0+61=68 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.29% from 68); Green value is 0 (0.39% from 255 or 0% from 68); Blue value is 61 (24.22% from 255 or 89.71% from 68); Max value from RGB is 61 - color contains mainly: blue. Hex color #07003D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07003D is #F8FFC2. Grayscale: #080808. Windows color (decimal): -16318403 or 3997703. OLE color: 3997703.
HSL color Cylindrical-coordinate representation of color #07003D: hue angle of 246.89º 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 #07003D is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 7 | 0 | 61 | - |
| CMYK | 0.89 | 1 | 0 | 0.76 |
| HSL | 246.89º | 1% | 0.12% | - |
| HSV(B) | 246.89º | 1% | 0.24% | - |
| XYZ | 0.93 | 0.38 | 4.44 | - |
| YUV | 9.05 | 157.32 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 0 | 61 | 0.89 | 1 | 0 | 0.76 | 246.89 | 1 | 0.12 |
| Hex | 7 | 0 | 3D | 59 | 64 | 0 | 4C | F7 | 64 | C |
| Octal | 7 | 0 | 75 | 131 | 144 | 0 | 114 | 367 | 144 | 14 |
| Binary | 111 | 0 | 111101 | 1011001 | 1100100 | 0 | 1001100 | 11110111 | 1100100 | 1100 |
Color Harmonies of #07003D
Complementary color
Monochromatic Colors of #07003D
Black with #07003D
Text Example
Text Example
White with #07003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07003D; }
p { color: rgb(7,0,61); }
H1.HeaderClassName
{
color: #07003D;
}
.AnyTagClassName
{
color: #07003D;
}
</style>
background-color css
<style>
a { background-color: #07003D; }
a { background-color: rgb(7,0,61); }
div.DivClassName
{
background-color: #07003D;
}
.BgClassName
{
background-color: #07003D;
}
</style>
border-color css
<style>
span { border-color: #07003D; }
span { border-color: rgb(7,0,61); }
td.TdClassName
{
border-color: #07003D;
}
.TagClassName
{
border-color: #07003D;
}
</style>