Shades of Midnight Express #04073D
Tints of Midnight Express #04073D
RGB
CMYK
RGB Variations
Color information
#04073D (or 0x04073D) is known color: Midnight Express. HEX triplet: 04, 07 and 3D. RGB value is (4,7,61). Sum of RGB (Red+Green+Blue) = 4+7+61=72 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.56% from 72); Green value is 7 (3.12% from 255 or 9.72% from 72); Blue value is 61 (24.22% from 255 or 84.72% from 72); Max value from RGB is 61 - color contains mainly: blue. Hex color #04073D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04073D is #FBF8C2. Grayscale: #0C0C0C. Windows color (decimal): -16513219 or 3999492. OLE color: 3999492.
HSL color Cylindrical-coordinate representation of color #04073D: hue angle of 236.84º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04073D is Cyan = 0.93, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 4 | 7 | 61 | - |
| CMYK | 0.93 | 0.89 | 0 | 0.76 |
| HSL | 236.84º | 0.88% | 0.13% | - |
| HSV(B) | 236.84º | 0.93% | 0.24% | - |
| XYZ | 0.97 | 0.51 | 4.46 | - |
| YUV | 12.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 7 | 61 | 0.93 | 0.89 | 0 | 0.76 | 236.84 | 0.88 | 0.13 |
| Hex | 4 | 7 | 3D | 5D | 59 | 0 | 4C | ED | 58 | D |
| Octal | 4 | 7 | 75 | 135 | 131 | 0 | 114 | 355 | 130 | 15 |
| Binary | 100 | 111 | 111101 | 1011101 | 1011001 | 0 | 1001100 | 11101101 | 1011000 | 1101 |
Color Harmonies of #04073D
Complementary color
Monochromatic Colors of #04073D
Black with #04073D
Text Example
Text Example
White with #04073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04073D; }
p { color: rgb(4,7,61); }
H1.HeaderClassName
{
color: #04073D;
}
.AnyTagClassName
{
color: #04073D;
}
</style>
background-color css
<style>
a { background-color: #04073D; }
a { background-color: rgb(4,7,61); }
div.DivClassName
{
background-color: #04073D;
}
.BgClassName
{
background-color: #04073D;
}
</style>
border-color css
<style>
span { border-color: #04073D; }
span { border-color: rgb(4,7,61); }
td.TdClassName
{
border-color: #04073D;
}
.TagClassName
{
border-color: #04073D;
}
</style>