Shades of Midnight Express #090C38
Tints of Midnight Express #090C38
RGB
CMYK
RGB Variations
Color information
#090C38 (or 0x090C38) is known color: Midnight Express. HEX triplet: 09, 0C and 38. RGB value is (9,12,56). Sum of RGB (Red+Green+Blue) = 9+12+56=77 (10% of max value = 765). Red value is 9 (3.91% from 255 or 11.69% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 56 (22.27% from 255 or 72.73% from 77); Max value from RGB is 56 - color contains mainly: blue. Hex color #090C38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090C38 is #F6F3C7. Grayscale: #0F0F0F. Windows color (decimal): -16184264 or 3673097. OLE color: 3673097.
HSL color Cylindrical-coordinate representation of color #090C38: hue angle of 236.17º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #090C38 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 12 | 56 | - |
| CMYK | 0.84 | 0.79 | 0 | 0.78 |
| HSL | 236.17º | 0.72% | 0.13% | - |
| HSV(B) | 236.17º | 0.84% | 0.22% | - |
| XYZ | 0.96 | 0.61 | 3.81 | - |
| YUV | 16.12 | 150.51 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 12 | 56 | 0.84 | 0.79 | 0 | 0.78 | 236.17 | 0.72 | 0.13 |
| Hex | 9 | C | 38 | 54 | 4F | 0 | 4E | EC | 48 | D |
| Octal | 11 | 14 | 70 | 124 | 117 | 0 | 116 | 354 | 110 | 15 |
| Binary | 1001 | 1100 | 111000 | 1010100 | 1001111 | 0 | 1001110 | 11101100 | 1001000 | 1101 |
Color Harmonies of #090C38
Complementary color
Monochromatic Colors of #090C38
Black with #090C38
Text Example
Text Example
White with #090C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C38; }
p { color: rgb(9,12,56); }
H1.HeaderClassName
{
color: #090C38;
}
.AnyTagClassName
{
color: #090C38;
}
</style>
background-color css
<style>
a { background-color: #090C38; }
a { background-color: rgb(9,12,56); }
div.DivClassName
{
background-color: #090C38;
}
.BgClassName
{
background-color: #090C38;
}
</style>
border-color css
<style>
span { border-color: #090C38; }
span { border-color: rgb(9,12,56); }
td.TdClassName
{
border-color: #090C38;
}
.TagClassName
{
border-color: #090C38;
}
</style>