Shades of Midnight Express #090E41
Tints of Midnight Express #090E41
RGB
CMYK
RGB Variations
Color information
#090E41 (or 0x090E41) is known color: Midnight Express. HEX triplet: 09, 0E and 41. RGB value is (9,14,65). Sum of RGB (Red+Green+Blue) = 9+14+65=88 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.23% from 88); Green value is 14 (5.86% from 255 or 15.91% from 88); Blue value is 65 (25.78% from 255 or 73.86% from 88); Max value from RGB is 65 - color contains mainly: blue. Hex color #090E41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E41 is #F6F1BE. Grayscale: #121212. Windows color (decimal): -16183743 or 4263433. OLE color: 4263433.
HSL color Cylindrical-coordinate representation of color #090E41: hue angle of 234.64º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #090E41 is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 14 | 65 | - |
| CMYK | 0.86 | 0.78 | 0 | 0.75 |
| HSL | 234.64º | 0.76% | 0.15% | - |
| HSV(B) | 234.64º | 0.86% | 0.25% | - |
| XYZ | 1.22 | 0.75 | 5.08 | - |
| YUV | 18.32 | 154.34 | 121.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 65 | 0.86 | 0.78 | 0 | 0.75 | 234.64 | 0.76 | 0.15 |
| Hex | 9 | E | 41 | 56 | 4E | 0 | 4B | EB | 4C | F |
| Octal | 11 | 16 | 101 | 126 | 116 | 0 | 113 | 353 | 114 | 17 |
| Binary | 1001 | 1110 | 1000001 | 1010110 | 1001110 | 0 | 1001011 | 11101011 | 1001100 | 1111 |
Color Harmonies of #090E41
Complementary color
Monochromatic Colors of #090E41
Black with #090E41
Text Example
Text Example
White with #090E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E41; }
p { color: rgb(9,14,65); }
H1.HeaderClassName
{
color: #090E41;
}
.AnyTagClassName
{
color: #090E41;
}
</style>
background-color css
<style>
a { background-color: #090E41; }
a { background-color: rgb(9,14,65); }
div.DivClassName
{
background-color: #090E41;
}
.BgClassName
{
background-color: #090E41;
}
</style>
border-color css
<style>
span { border-color: #090E41; }
span { border-color: rgb(9,14,65); }
td.TdClassName
{
border-color: #090E41;
}
.TagClassName
{
border-color: #090E41;
}
</style>