Shades of Midnight Express #09093E
Tints of Midnight Express #09093E
RGB
CMYK
RGB Variations
Color information
#09093E (or 0x09093E) is known color: Midnight Express. HEX triplet: 09, 09 and 3E. RGB value is (9,9,62). Sum of RGB (Red+Green+Blue) = 9+9+62=80 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.25% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 62 (24.61% from 255 or 77.5% from 80); Max value from RGB is 62 - color contains mainly: blue. Hex color #09093E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09093E is #F6F6C1. Grayscale: #0E0E0E. Windows color (decimal): -16185026 or 4065545. OLE color: 4065545.
HSL color Cylindrical-coordinate representation of color #09093E: hue angle of 240º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09093E is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 9 | 9 | 62 | - |
CMYK | 0.85 | 0.85 | 0 | 0.76 |
HSL | 240º | 0.75% | 0.14% | - |
HSV(B) | 240º | 0.85% | 0.24% | - |
XYZ | 1.08 | 0.6 | 4.62 | - |
YUV | 15.04 | 154.5 | 123.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 9 | 62 | 0.85 | 0.85 | 0 | 0.76 | 240 | 0.75 | 0.14 |
Hex | 9 | 9 | 3E | 55 | 55 | 0 | 4C | F0 | 4B | E |
Octal | 11 | 11 | 76 | 125 | 125 | 0 | 114 | 360 | 113 | 16 |
Binary | 1001 | 1001 | 111110 | 1010101 | 1010101 | 0 | 1001100 | 11110000 | 1001011 | 1110 |
Color Harmonies of #09093E
Complementary color
Monochromatic Colors of #09093E
Black with #09093E
Text Example
Text Example
White with #09093E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09093E; }
p { color: rgb(9,9,62); }
H1.HeaderClassName
{
color: #09093E;
}
.AnyTagClassName
{
color: #09093E;
}
</style>
background-color css
<style>
a { background-color: #09093E; }
a { background-color: rgb(9,9,62); }
div.DivClassName
{
background-color: #09093E;
}
.BgClassName
{
background-color: #09093E;
}
</style>
border-color css
<style>
span { border-color: #09093E; }
span { border-color: rgb(9,9,62); }
td.TdClassName
{
border-color: #09093E;
}
.TagClassName
{
border-color: #09093E;
}
</style>