Shades of Midnight Express #00073C
Tints of Midnight Express #00073C
RGB
CMYK
RGB Variations
Color information
#00073C (or 0x00073C) is known color: Midnight Express. HEX triplet: 00, 07 and 3C. RGB value is (0,7,60). Sum of RGB (Red+Green+Blue) = 0+7+60=67 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 67); Green value is 7 (3.12% from 255 or 10.45% from 67); Blue value is 60 (23.83% from 255 or 89.55% from 67); Max value from RGB is 60 - color contains mainly: blue. Hex color #00073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00073C is #FFF8C3. Grayscale: #0A0A0A. Windows color (decimal): -16775364 or 3933952. OLE color: 3933952.
HSL color Cylindrical-coordinate representation of color #00073C: hue angle of 233º 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 #00073C is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 7 | 60 | - |
| CMYK | 1 | 0.88 | 0 | 0.76 |
| HSL | 233º | 1% | 0.12% | - |
| HSV(B) | 233º | 1% | 0.24% | - |
| XYZ | 0.89 | 0.48 | 4.32 | - |
| YUV | 10.95 | 155.68 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 7 | 60 | 1 | 0.88 | 0 | 0.76 | 233 | 1 | 0.12 |
| Hex | 0 | 7 | 3C | 64 | 58 | 0 | 4C | E9 | 64 | C |
| Octal | 0 | 7 | 74 | 144 | 130 | 0 | 114 | 351 | 144 | 14 |
| Binary | 0 | 111 | 111100 | 1100100 | 1011000 | 0 | 1001100 | 11101001 | 1100100 | 1100 |
Color Harmonies of #00073C
Complementary color
Monochromatic Colors of #00073C
Black with #00073C
Text Example
Text Example
White with #00073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00073C; }
p { color: rgb(0,7,60); }
H1.HeaderClassName
{
color: #00073C;
}
.AnyTagClassName
{
color: #00073C;
}
</style>
background-color css
<style>
a { background-color: #00073C; }
a { background-color: rgb(0,7,60); }
div.DivClassName
{
background-color: #00073C;
}
.BgClassName
{
background-color: #00073C;
}
</style>
border-color css
<style>
span { border-color: #00073C; }
span { border-color: rgb(0,7,60); }
td.TdClassName
{
border-color: #00073C;
}
.TagClassName
{
border-color: #00073C;
}
</style>