Shades of Midnight Express #09122F
Tints of Midnight Express #09122F
RGB
CMYK
RGB Variations
Color information
#09122F (or 0x09122F) is known color: Midnight Express. HEX triplet: 09, 12 and 2F. RGB value is (9,18,47). Sum of RGB (Red+Green+Blue) = 9+18+47=74 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.16% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 47 (18.75% from 255 or 63.51% from 74); Max value from RGB is 47 - color contains mainly: blue. Hex color #09122F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09122F is #F6EDD0. Grayscale: #121212. Windows color (decimal): -16182737 or 3084809. OLE color: 3084809.
HSL color Cylindrical-coordinate representation of color #09122F: hue angle of 225.79º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09122F is Cyan = 0.81, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 18 | 47 | - |
| CMYK | 0.81 | 0.62 | 0 | 0.82 |
| HSL | 225.79º | 0.68% | 0.11% | - |
| HSV(B) | 225.79º | 0.81% | 0.18% | - |
| XYZ | 0.84 | 0.7 | 2.78 | - |
| YUV | 18.62 | 144.02 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 47 | 0.81 | 0.62 | 0 | 0.82 | 225.79 | 0.68 | 0.11 |
| Hex | 9 | 12 | 2F | 51 | 3E | 0 | 52 | E2 | 44 | B |
| Octal | 11 | 22 | 57 | 121 | 76 | 0 | 122 | 342 | 104 | 13 |
| Binary | 1001 | 10010 | 101111 | 1010001 | 111110 | 0 | 1010010 | 11100010 | 1000100 | 1011 |
Color Harmonies of #09122F
Complementary color
Monochromatic Colors of #09122F
Black with #09122F
Text Example
Text Example
White with #09122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09122F; }
p { color: rgb(9,18,47); }
H1.HeaderClassName
{
color: #09122F;
}
.AnyTagClassName
{
color: #09122F;
}
</style>
background-color css
<style>
a { background-color: #09122F; }
a { background-color: rgb(9,18,47); }
div.DivClassName
{
background-color: #09122F;
}
.BgClassName
{
background-color: #09122F;
}
</style>
border-color css
<style>
span { border-color: #09122F; }
span { border-color: rgb(9,18,47); }
td.TdClassName
{
border-color: #09122F;
}
.TagClassName
{
border-color: #09122F;
}
</style>