Shades of Midnight Express #091948
Tints of Midnight Express #091948
RGB
CMYK
RGB Variations
Color information
#091948 (or 0x091948) is known color: Midnight Express. HEX triplet: 09, 19 and 48. RGB value is (9,25,72). Sum of RGB (Red+Green+Blue) = 9+25+72=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 25 (10.16% from 255 or 23.58% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #091948 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #091948 is #F6E6B7. Grayscale: #191919. Windows color (decimal): -16180920 or 4725001. OLE color: 4725001.
HSL color Cylindrical-coordinate representation of color #091948: hue angle of 224.76º 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 #091948 is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 25 | 72 | - |
| CMYK | 0.88 | 0.65 | 0 | 0.72 |
| HSL | 224.76º | 0.78% | 0.16% | - |
| HSV(B) | 224.76º | 0.88% | 0.28% | - |
| XYZ | 1.63 | 1.22 | 6.28 | - |
| YUV | 25.57 | 154.2 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 25 | 72 | 0.88 | 0.65 | 0 | 0.72 | 224.76 | 0.78 | 0.16 |
| Hex | 9 | 19 | 48 | 58 | 41 | 0 | 48 | E1 | 4E | 10 |
| Octal | 11 | 31 | 110 | 130 | 101 | 0 | 110 | 341 | 116 | 20 |
| Binary | 1001 | 11001 | 1001000 | 1011000 | 1000001 | 0 | 1001000 | 11100001 | 1001110 | 10000 |
Color Harmonies of #091948
Complementary color
Monochromatic Colors of #091948
Black with #091948
Text Example
Text Example
White with #091948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091948; }
p { color: rgb(9,25,72); }
H1.HeaderClassName
{
color: #091948;
}
.AnyTagClassName
{
color: #091948;
}
</style>
background-color css
<style>
a { background-color: #091948; }
a { background-color: rgb(9,25,72); }
div.DivClassName
{
background-color: #091948;
}
.BgClassName
{
background-color: #091948;
}
</style>
border-color css
<style>
span { border-color: #091948; }
span { border-color: rgb(9,25,72); }
td.TdClassName
{
border-color: #091948;
}
.TagClassName
{
border-color: #091948;
}
</style>