Shades of Midnight Express #09113D
Tints of Midnight Express #09113D
RGB
CMYK
RGB Variations
Color information
#09113D (or 0x09113D) is known color: Midnight Express. HEX triplet: 09, 11 and 3D. RGB value is (9,17,61). Sum of RGB (Red+Green+Blue) = 9+17+61=87 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.34% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 61 (24.22% from 255 or 70.11% from 87); Max value from RGB is 61 - color contains mainly: blue. Hex color #09113D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09113D is #F6EEC2. Grayscale: #131313. Windows color (decimal): -16182979 or 4002057. OLE color: 4002057.
HSL color Cylindrical-coordinate representation of color #09113D: hue angle of 230.77º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09113D is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 17 | 61 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.76 |
| HSL | 230.77º | 0.74% | 0.14% | - |
| HSV(B) | 230.77º | 0.85% | 0.24% | - |
| XYZ | 1.16 | 0.8 | 4.51 | - |
| YUV | 19.62 | 151.35 | 120.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 61 | 0.85 | 0.72 | 0 | 0.76 | 230.77 | 0.74 | 0.14 |
| Hex | 9 | 11 | 3D | 55 | 48 | 0 | 4C | E7 | 4A | E |
| Octal | 11 | 21 | 75 | 125 | 110 | 0 | 114 | 347 | 112 | 16 |
| Binary | 1001 | 10001 | 111101 | 1010101 | 1001000 | 0 | 1001100 | 11100111 | 1001010 | 1110 |
Color Harmonies of #09113D
Complementary color
Monochromatic Colors of #09113D
Black with #09113D
Text Example
Text Example
White with #09113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09113D; }
p { color: rgb(9,17,61); }
H1.HeaderClassName
{
color: #09113D;
}
.AnyTagClassName
{
color: #09113D;
}
</style>
background-color css
<style>
a { background-color: #09113D; }
a { background-color: rgb(9,17,61); }
div.DivClassName
{
background-color: #09113D;
}
.BgClassName
{
background-color: #09113D;
}
</style>
border-color css
<style>
span { border-color: #09113D; }
span { border-color: rgb(9,17,61); }
td.TdClassName
{
border-color: #09113D;
}
.TagClassName
{
border-color: #09113D;
}
</style>