Shades of Midnight Express #090B41
Tints of Midnight Express #090B41
RGB
CMYK
RGB Variations
Color information
#090B41 (or 0x090B41) is known color: Midnight Express. HEX triplet: 09, 0B and 41. RGB value is (9,11,65). Sum of RGB (Red+Green+Blue) = 9+11+65=85 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.59% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 65 (25.78% from 255 or 76.47% from 85); Max value from RGB is 65 - color contains mainly: blue. Hex color #090B41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090B41 is #F6F4BE. Grayscale: #101010. Windows color (decimal): -16184511 or 4262665. OLE color: 4262665.
HSL color Cylindrical-coordinate representation of color #090B41: hue angle of 237.86º 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 #090B41 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 11 | 65 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.75 |
| HSL | 237.86º | 0.76% | 0.15% | - |
| HSV(B) | 237.86º | 0.86% | 0.25% | - |
| XYZ | 1.19 | 0.68 | 5.07 | - |
| YUV | 16.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 11 | 65 | 0.86 | 0.83 | 0 | 0.75 | 237.86 | 0.76 | 0.15 |
| Hex | 9 | B | 41 | 56 | 53 | 0 | 4B | EE | 4C | F |
| Octal | 11 | 13 | 101 | 126 | 123 | 0 | 113 | 356 | 114 | 17 |
| Binary | 1001 | 1011 | 1000001 | 1010110 | 1010011 | 0 | 1001011 | 11101110 | 1001100 | 1111 |
Color Harmonies of #090B41
Complementary color
Monochromatic Colors of #090B41
Black with #090B41
Text Example
Text Example
White with #090B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090B41; }
p { color: rgb(9,11,65); }
H1.HeaderClassName
{
color: #090B41;
}
.AnyTagClassName
{
color: #090B41;
}
</style>
background-color css
<style>
a { background-color: #090B41; }
a { background-color: rgb(9,11,65); }
div.DivClassName
{
background-color: #090B41;
}
.BgClassName
{
background-color: #090B41;
}
</style>
border-color css
<style>
span { border-color: #090B41; }
span { border-color: rgb(9,11,65); }
td.TdClassName
{
border-color: #090B41;
}
.TagClassName
{
border-color: #090B41;
}
</style>