Shades of Midnight Express #090B4A
Tints of Midnight Express #090B4A
RGB
CMYK
RGB Variations
Color information
#090B4A (or 0x090B4A) is known color: Midnight Express. HEX triplet: 09, 0B and 4A. RGB value is (9,11,74). Sum of RGB (Red+Green+Blue) = 9+11+74=94 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.57% from 94); Green value is 11 (4.69% from 255 or 11.70% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #090B4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B4A is #F6F4B5. Grayscale: #111111. Windows color (decimal): -16184502 or 4852489. OLE color: 4852489.
HSL color Cylindrical-coordinate representation of color #090B4A: hue angle of 238.15º degrees, saturation: 0.78, 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 #090B4A is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 11 | 74 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.71 |
| HSL | 238.15º | 0.78% | 0.16% | - |
| HSV(B) | 238.15º | 0.88% | 0.29% | - |
| XYZ | 1.47 | 0.79 | 6.55 | - |
| YUV | 17.58 | 159.84 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 74 | 0.88 | 0.85 | 0 | 0.71 | 238.15 | 0.78 | 0.16 |
| Hex | 9 | B | 4A | 58 | 55 | 0 | 47 | EE | 4E | 10 |
| Octal | 11 | 13 | 112 | 130 | 125 | 0 | 107 | 356 | 116 | 20 |
| Binary | 1001 | 1011 | 1001010 | 1011000 | 1010101 | 0 | 1000111 | 11101110 | 1001110 | 10000 |
Color Harmonies of #090B4A
Complementary color
Monochromatic Colors of #090B4A
Black with #090B4A
Text Example
Text Example
White with #090B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B4A; }
p { color: rgb(9,11,74); }
H1.HeaderClassName
{
color: #090B4A;
}
.AnyTagClassName
{
color: #090B4A;
}
</style>
background-color css
<style>
a { background-color: #090B4A; }
a { background-color: rgb(9,11,74); }
div.DivClassName
{
background-color: #090B4A;
}
.BgClassName
{
background-color: #090B4A;
}
</style>
border-color css
<style>
span { border-color: #090B4A; }
span { border-color: rgb(9,11,74); }
td.TdClassName
{
border-color: #090B4A;
}
.TagClassName
{
border-color: #090B4A;
}
</style>