Shades of Midnight Express #09053D
Tints of Midnight Express #09053D
RGB
CMYK
RGB Variations
Color information
#09053D (or 0x09053D) is known color: Midnight Express. HEX triplet: 09, 05 and 3D. RGB value is (9,5,61). Sum of RGB (Red+Green+Blue) = 9+5+61=75 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 61 (24.22% from 255 or 81.33% from 75); Max value from RGB is 61 - color contains mainly: blue. Hex color #09053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09053D is #F6FAC2. Grayscale: #0C0C0C. Windows color (decimal): -16186051 or 3998985. OLE color: 3998985.
HSL color Cylindrical-coordinate representation of color #09053D: hue angle of 244.29º 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 #09053D is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 5 | 61 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.76 |
| HSL | 244.29º | 0.85% | 0.13% | - |
| HSV(B) | 244.29º | 0.92% | 0.24% | - |
| XYZ | 1.01 | 0.5 | 4.46 | - |
| YUV | 12.58 | 155.33 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 5 | 61 | 0.85 | 0.92 | 0 | 0.76 | 244.29 | 0.85 | 0.13 |
| Hex | 9 | 5 | 3D | 55 | 5C | 0 | 4C | F4 | 55 | D |
| Octal | 11 | 5 | 75 | 125 | 134 | 0 | 114 | 364 | 125 | 15 |
| Binary | 1001 | 101 | 111101 | 1010101 | 1011100 | 0 | 1001100 | 11110100 | 1010101 | 1101 |
Color Harmonies of #09053D
Complementary color
Monochromatic Colors of #09053D
Black with #09053D
Text Example
Text Example
White with #09053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09053D; }
p { color: rgb(9,5,61); }
H1.HeaderClassName
{
color: #09053D;
}
.AnyTagClassName
{
color: #09053D;
}
</style>
background-color css
<style>
a { background-color: #09053D; }
a { background-color: rgb(9,5,61); }
div.DivClassName
{
background-color: #09053D;
}
.BgClassName
{
background-color: #09053D;
}
</style>
border-color css
<style>
span { border-color: #09053D; }
span { border-color: rgb(9,5,61); }
td.TdClassName
{
border-color: #09053D;
}
.TagClassName
{
border-color: #09053D;
}
</style>