Shades of Midnight Express #09113C
Tints of Midnight Express #09113C
RGB
CMYK
RGB Variations
Color information
#09113C (or 0x09113C) is known color: Midnight Express. HEX triplet: 09, 11 and 3C. RGB value is (9,17,60). Sum of RGB (Red+Green+Blue) = 9+17+60=86 (11% of max value = 765). Red value is 9 (3.91% from 255 or 10.47% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #09113C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09113C is #F6EEC3. Grayscale: #131313. Windows color (decimal): -16182980 or 3936521. OLE color: 3936521.
HSL color Cylindrical-coordinate representation of color #09113C: hue angle of 230.59º 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 #09113C is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 17 | 60 | - |
| CMYK | 0.85 | 0.72 | 0 | 0.76 |
| HSL | 230.59º | 0.74% | 0.14% | - |
| HSV(B) | 230.59º | 0.85% | 0.24% | - |
| XYZ | 1.13 | 0.79 | 4.37 | - |
| YUV | 19.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 17 | 60 | 0.85 | 0.72 | 0 | 0.76 | 230.59 | 0.74 | 0.14 |
| Hex | 9 | 11 | 3C | 55 | 48 | 0 | 4C | E7 | 4A | E |
| Octal | 11 | 21 | 74 | 125 | 110 | 0 | 114 | 347 | 112 | 16 |
| Binary | 1001 | 10001 | 111100 | 1010101 | 1001000 | 0 | 1001100 | 11100111 | 1001010 | 1110 |
Color Harmonies of #09113C
Complementary color
Monochromatic Colors of #09113C
Black with #09113C
Text Example
Text Example
White with #09113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09113C; }
p { color: rgb(9,17,60); }
H1.HeaderClassName
{
color: #09113C;
}
.AnyTagClassName
{
color: #09113C;
}
</style>
background-color css
<style>
a { background-color: #09113C; }
a { background-color: rgb(9,17,60); }
div.DivClassName
{
background-color: #09113C;
}
.BgClassName
{
background-color: #09113C;
}
</style>
border-color css
<style>
span { border-color: #09113C; }
span { border-color: rgb(9,17,60); }
td.TdClassName
{
border-color: #09113C;
}
.TagClassName
{
border-color: #09113C;
}
</style>