Shades of Midnight Express #090B4B
Tints of Midnight Express #090B4B
RGB
CMYK
RGB Variations
Color information
#090B4B (or 0x090B4B) is known color: Midnight Express. HEX triplet: 09, 0B and 4B. RGB value is (9,11,75). Sum of RGB (Red+Green+Blue) = 9+11+75=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 11 (4.69% from 255 or 11.58% from 95); Blue value is 75 (29.69% from 255 or 78.95% from 95); Max value from RGB is 75 - color contains mainly: blue. Hex color #090B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B4B is #F6F4B4. Grayscale: #111111. Windows color (decimal): -16184501 or 4918025. OLE color: 4918025.
HSL color Cylindrical-coordinate representation of color #090B4B: hue angle of 238.18º 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 #090B4B is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 9 | 11 | 75 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.71 |
| HSL | 238.18º | 0.79% | 0.16% | - |
| HSV(B) | 238.18º | 0.88% | 0.29% | - |
| XYZ | 1.5 | 0.81 | 6.73 | - |
| YUV | 17.7 | 160.34 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 75 | 0.88 | 0.85 | 0 | 0.71 | 238.18 | 0.79 | 0.16 |
| Hex | 9 | B | 4B | 58 | 55 | 0 | 47 | EE | 4F | 10 |
| Octal | 11 | 13 | 113 | 130 | 125 | 0 | 107 | 356 | 117 | 20 |
| Binary | 1001 | 1011 | 1001011 | 1011000 | 1010101 | 0 | 1000111 | 11101110 | 1001111 | 10000 |
Color Harmonies of #090B4B
Complementary color
Monochromatic Colors of #090B4B
Black with #090B4B
Text Example
Text Example
White with #090B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B4B; }
p { color: rgb(9,11,75); }
H1.HeaderClassName
{
color: #090B4B;
}
.AnyTagClassName
{
color: #090B4B;
}
</style>
background-color css
<style>
a { background-color: #090B4B; }
a { background-color: rgb(9,11,75); }
div.DivClassName
{
background-color: #090B4B;
}
.BgClassName
{
background-color: #090B4B;
}
</style>
border-color css
<style>
span { border-color: #090B4B; }
span { border-color: rgb(9,11,75); }
td.TdClassName
{
border-color: #090B4B;
}
.TagClassName
{
border-color: #090B4B;
}
</style>