Shades of Midnight Express #09053E
Tints of Midnight Express #09053E
RGB
CMYK
RGB Variations
Color information
#09053E (or 0x09053E) is known color: Midnight Express. HEX triplet: 09, 05 and 3E. RGB value is (9,5,62). Sum of RGB (Red+Green+Blue) = 9+5+62=76 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.84% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 62 (24.61% from 255 or 81.58% from 76); Max value from RGB is 62 - color contains mainly: blue. Hex color #09053E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09053E is #F6FAC1. Grayscale: #0C0C0C. Windows color (decimal): -16186050 or 4064521. OLE color: 4064521.
HSL color Cylindrical-coordinate representation of color #09053E: hue angle of 244.21º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09053E is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 5 | 62 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.76 |
| HSL | 244.21º | 0.85% | 0.13% | - |
| HSV(B) | 244.21º | 0.92% | 0.24% | - |
| XYZ | 1.04 | 0.51 | 4.6 | - |
| YUV | 12.69 | 155.83 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 62 | 0.85 | 0.92 | 0 | 0.76 | 244.21 | 0.85 | 0.13 |
| Hex | 9 | 5 | 3E | 55 | 5C | 0 | 4C | F4 | 55 | D |
| Octal | 11 | 5 | 76 | 125 | 134 | 0 | 114 | 364 | 125 | 15 |
| Binary | 1001 | 101 | 111110 | 1010101 | 1011100 | 0 | 1001100 | 11110100 | 1010101 | 1101 |
Color Harmonies of #09053E
Complementary color
Monochromatic Colors of #09053E
Black with #09053E
Text Example
Text Example
White with #09053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09053E; }
p { color: rgb(9,5,62); }
H1.HeaderClassName
{
color: #09053E;
}
.AnyTagClassName
{
color: #09053E;
}
</style>
background-color css
<style>
a { background-color: #09053E; }
a { background-color: rgb(9,5,62); }
div.DivClassName
{
background-color: #09053E;
}
.BgClassName
{
background-color: #09053E;
}
</style>
border-color css
<style>
span { border-color: #09053E; }
span { border-color: rgb(9,5,62); }
td.TdClassName
{
border-color: #09053E;
}
.TagClassName
{
border-color: #09053E;
}
</style>