Shades of Midnight Express #09073F
Tints of Midnight Express #09073F
RGB
CMYK
RGB Variations
Color information
#09073F (or 0x09073F) is known color: Midnight Express. HEX triplet: 09, 07 and 3F. RGB value is (9,7,63). Sum of RGB (Red+Green+Blue) = 9+7+63=79 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.39% from 79); Green value is 7 (3.12% from 255 or 8.86% from 79); Blue value is 63 (25% from 255 or 79.75% from 79); Max value from RGB is 63 - color contains mainly: blue. Hex color #09073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09073F is #F6F8C0. Grayscale: #0D0D0D. Windows color (decimal): -16185537 or 4130569. OLE color: 4130569.
HSL color Cylindrical-coordinate representation of color #09073F: hue angle of 242.14º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09073F is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 7 | 63 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.75 |
| HSL | 242.14º | 0.8% | 0.14% | - |
| HSV(B) | 242.14º | 0.89% | 0.25% | - |
| XYZ | 1.09 | 0.57 | 4.76 | - |
| YUV | 13.98 | 155.66 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 7 | 63 | 0.86 | 0.89 | 0 | 0.75 | 242.14 | 0.8 | 0.14 |
| Hex | 9 | 7 | 3F | 56 | 59 | 0 | 4B | F2 | 50 | E |
| Octal | 11 | 7 | 77 | 126 | 131 | 0 | 113 | 362 | 120 | 16 |
| Binary | 1001 | 111 | 111111 | 1010110 | 1011001 | 0 | 1001011 | 11110010 | 1010000 | 1110 |
Color Harmonies of #09073F
Complementary color
Monochromatic Colors of #09073F
Black with #09073F
Text Example
Text Example
White with #09073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09073F; }
p { color: rgb(9,7,63); }
H1.HeaderClassName
{
color: #09073F;
}
.AnyTagClassName
{
color: #09073F;
}
</style>
background-color css
<style>
a { background-color: #09073F; }
a { background-color: rgb(9,7,63); }
div.DivClassName
{
background-color: #09073F;
}
.BgClassName
{
background-color: #09073F;
}
</style>
border-color css
<style>
span { border-color: #09073F; }
span { border-color: rgb(9,7,63); }
td.TdClassName
{
border-color: #09073F;
}
.TagClassName
{
border-color: #09073F;
}
</style>