Shades of Midnight Express #09122D
Tints of Midnight Express #09122D
RGB
CMYK
RGB Variations
Color information
#09122D (or 0x09122D) is known color: Midnight Express. HEX triplet: 09, 12 and 2D. RGB value is (9,18,45). Sum of RGB (Red+Green+Blue) = 9+18+45=72 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.5% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 45 (17.97% from 255 or 62.5% from 72); Max value from RGB is 45 - color contains mainly: blue. Hex color #09122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09122D is #F6EDD2. Grayscale: #121212. Windows color (decimal): -16182739 or 2953737. OLE color: 2953737.
HSL color Cylindrical-coordinate representation of color #09122D: hue angle of 225º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #09122D is Cyan = 0.8, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 9 | 18 | 45 | - |
| CMYK | 0.8 | 0.6 | 0 | 0.82 |
| HSL | 225º | 0.67% | 0.11% | - |
| HSV(B) | 225º | 0.8% | 0.18% | - |
| XYZ | 0.8 | 0.68 | 2.57 | - |
| YUV | 18.39 | 143.02 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 18 | 45 | 0.8 | 0.6 | 0 | 0.82 | 225 | 0.67 | 0.11 |
| Hex | 9 | 12 | 2D | 50 | 3C | 0 | 52 | E1 | 43 | B |
| Octal | 11 | 22 | 55 | 120 | 74 | 0 | 122 | 341 | 103 | 13 |
| Binary | 1001 | 10010 | 101101 | 1010000 | 111100 | 0 | 1010010 | 11100001 | 1000011 | 1011 |
Color Harmonies of #09122D
Complementary color
Monochromatic Colors of #09122D
Black with #09122D
Text Example
Text Example
White with #09122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09122D; }
p { color: rgb(9,18,45); }
H1.HeaderClassName
{
color: #09122D;
}
.AnyTagClassName
{
color: #09122D;
}
</style>
background-color css
<style>
a { background-color: #09122D; }
a { background-color: rgb(9,18,45); }
div.DivClassName
{
background-color: #09122D;
}
.BgClassName
{
background-color: #09122D;
}
</style>
border-color css
<style>
span { border-color: #09122D; }
span { border-color: rgb(9,18,45); }
td.TdClassName
{
border-color: #09122D;
}
.TagClassName
{
border-color: #09122D;
}
</style>