Shades of Midnight Express #090E4B
Tints of Midnight Express #090E4B
RGB
CMYK
RGB Variations
Color information
#090E4B (or 0x090E4B) is known color: Midnight Express. HEX triplet: 09, 0E and 4B. RGB value is (9,14,75). Sum of RGB (Red+Green+Blue) = 9+14+75=98 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.18% from 98); Green value is 14 (5.86% from 255 or 14.29% from 98); Blue value is 75 (29.69% from 255 or 76.53% from 98); Max value from RGB is 75 - color contains mainly: blue. Hex color #090E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E4B is #F6F1B4. Grayscale: #131313. Windows color (decimal): -16183733 or 4918793. OLE color: 4918793.
HSL color Cylindrical-coordinate representation of color #090E4B: hue angle of 235.45º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #090E4B is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 14 | 75 | - |
| CMYK | 0.88 | 0.81 | 0 | 0.71 |
| HSL | 235.45º | 0.79% | 0.16% | - |
| HSV(B) | 235.45º | 0.88% | 0.29% | - |
| XYZ | 1.54 | 0.88 | 6.75 | - |
| YUV | 19.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 14 | 75 | 0.88 | 0.81 | 0 | 0.71 | 235.45 | 0.79 | 0.16 |
| Hex | 9 | E | 4B | 58 | 51 | 0 | 47 | EB | 4F | 10 |
| Octal | 11 | 16 | 113 | 130 | 121 | 0 | 107 | 353 | 117 | 20 |
| Binary | 1001 | 1110 | 1001011 | 1011000 | 1010001 | 0 | 1000111 | 11101011 | 1001111 | 10000 |
Color Harmonies of #090E4B
Complementary color
Monochromatic Colors of #090E4B
Black with #090E4B
Text Example
Text Example
White with #090E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090E4B; }
p { color: rgb(9,14,75); }
H1.HeaderClassName
{
color: #090E4B;
}
.AnyTagClassName
{
color: #090E4B;
}
</style>
background-color css
<style>
a { background-color: #090E4B; }
a { background-color: rgb(9,14,75); }
div.DivClassName
{
background-color: #090E4B;
}
.BgClassName
{
background-color: #090E4B;
}
</style>
border-color css
<style>
span { border-color: #090E4B; }
span { border-color: rgb(9,14,75); }
td.TdClassName
{
border-color: #090E4B;
}
.TagClassName
{
border-color: #090E4B;
}
</style>