Shades of Midnight Express #09043C
Tints of Midnight Express #09043C
RGB
CMYK
RGB Variations
Color information
#09043C (or 0x09043C) is known color: Midnight Express. HEX triplet: 09, 04 and 3C. RGB value is (9,4,60). Sum of RGB (Red+Green+Blue) = 9+4+60=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 60 (23.83% from 255 or 82.19% from 73); Max value from RGB is 60 - color contains mainly: blue. Hex color #09043C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09043C is #F6FBC3. Grayscale: #0B0B0B. Windows color (decimal): -16186308 or 3933193. OLE color: 3933193.
HSL color Cylindrical-coordinate representation of color #09043C: hue angle of 245.36º 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 #09043C is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 4 | 60 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.76 |
| HSL | 245.36º | 0.88% | 0.13% | - |
| HSV(B) | 245.36º | 0.93% | 0.24% | - |
| XYZ | 0.97 | 0.47 | 4.31 | - |
| YUV | 11.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 4 | 60 | 0.85 | 0.93 | 0 | 0.76 | 245.36 | 0.88 | 0.13 |
| Hex | 9 | 4 | 3C | 55 | 5D | 0 | 4C | F5 | 58 | D |
| Octal | 11 | 4 | 74 | 125 | 135 | 0 | 114 | 365 | 130 | 15 |
| Binary | 1001 | 100 | 111100 | 1010101 | 1011101 | 0 | 1001100 | 11110101 | 1011000 | 1101 |
Color Harmonies of #09043C
Complementary color
Monochromatic Colors of #09043C
Black with #09043C
Text Example
Text Example
White with #09043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09043C; }
p { color: rgb(9,4,60); }
H1.HeaderClassName
{
color: #09043C;
}
.AnyTagClassName
{
color: #09043C;
}
</style>
background-color css
<style>
a { background-color: #09043C; }
a { background-color: rgb(9,4,60); }
div.DivClassName
{
background-color: #09043C;
}
.BgClassName
{
background-color: #09043C;
}
</style>
border-color css
<style>
span { border-color: #09043C; }
span { border-color: rgb(9,4,60); }
td.TdClassName
{
border-color: #09043C;
}
.TagClassName
{
border-color: #09043C;
}
</style>