Shades of Midnight Express #090C48
Tints of Midnight Express #090C48
RGB
CMYK
RGB Variations
Color information
#090C48 (or 0x090C48) is known color: Midnight Express. HEX triplet: 09, 0C and 48. RGB value is (9,12,72). Sum of RGB (Red+Green+Blue) = 9+12+72=93 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.68% from 93); Green value is 12 (5.08% from 255 or 12.90% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #090C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C48 is #F6F3B7. Grayscale: #111111. Windows color (decimal): -16184248 or 4721673. OLE color: 4721673.
HSL color Cylindrical-coordinate representation of color #090C48: hue angle of 237.14º 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 #090C48 is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 9 | 12 | 72 | - |
| CMYK | 0.88 | 0.83 | 0 | 0.72 |
| HSL | 237.14º | 0.78% | 0.16% | - |
| HSV(B) | 237.14º | 0.88% | 0.28% | - |
| XYZ | 1.41 | 0.79 | 6.21 | - |
| YUV | 17.94 | 158.51 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 72 | 0.88 | 0.83 | 0 | 0.72 | 237.14 | 0.78 | 0.16 |
| Hex | 9 | C | 48 | 58 | 53 | 0 | 48 | ED | 4E | 10 |
| Octal | 11 | 14 | 110 | 130 | 123 | 0 | 110 | 355 | 116 | 20 |
| Binary | 1001 | 1100 | 1001000 | 1011000 | 1010011 | 0 | 1001000 | 11101101 | 1001110 | 10000 |
Color Harmonies of #090C48
Complementary color
Monochromatic Colors of #090C48
Black with #090C48
Text Example
Text Example
White with #090C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C48; }
p { color: rgb(9,12,72); }
H1.HeaderClassName
{
color: #090C48;
}
.AnyTagClassName
{
color: #090C48;
}
</style>
background-color css
<style>
a { background-color: #090C48; }
a { background-color: rgb(9,12,72); }
div.DivClassName
{
background-color: #090C48;
}
.BgClassName
{
background-color: #090C48;
}
</style>
border-color css
<style>
span { border-color: #090C48; }
span { border-color: rgb(9,12,72); }
td.TdClassName
{
border-color: #090C48;
}
.TagClassName
{
border-color: #090C48;
}
</style>