Shades of Midnight Express #091545
Tints of Midnight Express #091545
RGB
CMYK
RGB Variations
Color information
#091545 (or 0x091545) is known color: Midnight Express. HEX triplet: 09, 15 and 45. RGB value is (9,21,69). Sum of RGB (Red+Green+Blue) = 9+21+69=99 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9.09% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 69 (27.34% from 255 or 69.70% from 99); Max value from RGB is 69 - color contains mainly: blue. Hex color #091545 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091545 is #F6EABA. Grayscale: #161616. Windows color (decimal): -16181947 or 4527369. OLE color: 4527369.
HSL color Cylindrical-coordinate representation of color #091545: hue angle of 228º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #091545 is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 9 | 21 | 69 | - |
| CMYK | 0.87 | 0.70 | 0 | 0.73 |
| HSL | 228º | 0.77% | 0.15% | - |
| HSV(B) | 228º | 0.87% | 0.27% | - |
| XYZ | 1.46 | 1.02 | 5.75 | - |
| YUV | 22.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 21 | 69 | 0.87 | 0.70 | 0 | 0.73 | 228 | 0.77 | 0.15 |
| Hex | 9 | 15 | 45 | 57 | 46 | 0 | 49 | E4 | 4D | F |
| Octal | 11 | 25 | 105 | 127 | 106 | 0 | 111 | 344 | 115 | 17 |
| Binary | 1001 | 10101 | 1000101 | 1010111 | 1000110 | 0 | 1001001 | 11100100 | 1001101 | 1111 |
Color Harmonies of #091545
Complementary color
Monochromatic Colors of #091545
Black with #091545
Text Example
Text Example
White with #091545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091545; }
p { color: rgb(9,21,69); }
H1.HeaderClassName
{
color: #091545;
}
.AnyTagClassName
{
color: #091545;
}
</style>
background-color css
<style>
a { background-color: #091545; }
a { background-color: rgb(9,21,69); }
div.DivClassName
{
background-color: #091545;
}
.BgClassName
{
background-color: #091545;
}
</style>
border-color css
<style>
span { border-color: #091545; }
span { border-color: rgb(9,21,69); }
td.TdClassName
{
border-color: #091545;
}
.TagClassName
{
border-color: #091545;
}
</style>