Shades of Midnight Express #091C48
Tints of Midnight Express #091C48
RGB
CMYK
RGB Variations
Color information
#091C48 (or 0x091C48) is known color: Midnight Express. HEX triplet: 09, 1C and 48. RGB value is (9,28,72). Sum of RGB (Red+Green+Blue) = 9+28+72=109 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.26% from 109); Green value is 28 (11.33% from 255 or 25.69% from 109); Blue value is 72 (28.52% from 255 or 66.06% from 109); Max value from RGB is 72 - color contains mainly: blue. Hex color #091C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C48 is #F6E3B7. Grayscale: #1B1B1B. Windows color (decimal): -16180152 or 4725769. OLE color: 4725769.
HSL color Cylindrical-coordinate representation of color #091C48: hue angle of 221.9º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091C48 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 28 | 72 | - |
| CMYK | 0.88 | 0.61 | 0 | 0.72 |
| HSL | 221.9º | 0.78% | 0.16% | - |
| HSV(B) | 221.9º | 0.88% | 0.28% | - |
| XYZ | 1.7 | 1.36 | 6.3 | - |
| YUV | 27.34 | 153.21 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 72 | 0.88 | 0.61 | 0 | 0.72 | 221.9 | 0.78 | 0.16 |
| Hex | 9 | 1C | 48 | 58 | 3D | 0 | 48 | DE | 4E | 10 |
| Octal | 11 | 34 | 110 | 130 | 75 | 0 | 110 | 336 | 116 | 20 |
| Binary | 1001 | 11100 | 1001000 | 1011000 | 111101 | 0 | 1001000 | 11011110 | 1001110 | 10000 |
Color Harmonies of #091C48
Complementary color
Monochromatic Colors of #091C48
Black with #091C48
Text Example
Text Example
White with #091C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C48; }
p { color: rgb(9,28,72); }
H1.HeaderClassName
{
color: #091C48;
}
.AnyTagClassName
{
color: #091C48;
}
</style>
background-color css
<style>
a { background-color: #091C48; }
a { background-color: rgb(9,28,72); }
div.DivClassName
{
background-color: #091C48;
}
.BgClassName
{
background-color: #091C48;
}
</style>
border-color css
<style>
span { border-color: #091C48; }
span { border-color: rgb(9,28,72); }
td.TdClassName
{
border-color: #091C48;
}
.TagClassName
{
border-color: #091C48;
}
</style>