Shades of Midnight Express #090A41
Tints of Midnight Express #090A41
RGB
CMYK
RGB Variations
Color information
#090A41 (or 0x090A41) is known color: Midnight Express. HEX triplet: 09, 0A and 41. RGB value is (9,10,65). Sum of RGB (Red+Green+Blue) = 9+10+65=84 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.71% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 65 (25.78% from 255 or 77.38% from 84); Max value from RGB is 65 - color contains mainly: blue. Hex color #090A41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090A41 is #F6F5BE. Grayscale: #0F0F0F. Windows color (decimal): -16184767 or 4262409. OLE color: 4262409.
HSL color Cylindrical-coordinate representation of color #090A41: hue angle of 238.93º 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 #090A41 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 9 | 10 | 65 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.75 |
| HSL | 238.93º | 0.76% | 0.15% | - |
| HSV(B) | 238.93º | 0.86% | 0.25% | - |
| XYZ | 1.18 | 0.66 | 5.07 | - |
| YUV | 15.97 | 155.67 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 10 | 65 | 0.86 | 0.85 | 0 | 0.75 | 238.93 | 0.76 | 0.15 |
| Hex | 9 | A | 41 | 56 | 55 | 0 | 4B | EF | 4C | F |
| Octal | 11 | 12 | 101 | 126 | 125 | 0 | 113 | 357 | 114 | 17 |
| Binary | 1001 | 1010 | 1000001 | 1010110 | 1010101 | 0 | 1001011 | 11101111 | 1001100 | 1111 |
Color Harmonies of #090A41
Complementary color
Monochromatic Colors of #090A41
Black with #090A41
Text Example
Text Example
White with #090A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090A41; }
p { color: rgb(9,10,65); }
H1.HeaderClassName
{
color: #090A41;
}
.AnyTagClassName
{
color: #090A41;
}
</style>
background-color css
<style>
a { background-color: #090A41; }
a { background-color: rgb(9,10,65); }
div.DivClassName
{
background-color: #090A41;
}
.BgClassName
{
background-color: #090A41;
}
</style>
border-color css
<style>
span { border-color: #090A41; }
span { border-color: rgb(9,10,65); }
td.TdClassName
{
border-color: #090A41;
}
.TagClassName
{
border-color: #090A41;
}
</style>