Shades of Midnight Express #112345
Tints of Midnight Express #112345
RGB
CMYK
RGB Variations
Color information
#112345 (or 0x112345) is known color: Midnight Express. HEX triplet: 11, 23 and 45. RGB value is (17,35,69). Sum of RGB (Red+Green+Blue) = 17+35+69=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 69 (27.34% from 255 or 57.02% from 121); Max value from RGB is 69 - color contains mainly: blue. Hex color #112345 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112345 is #EEDCBA. Grayscale: #212121. Windows color (decimal): -15654075 or 4530961. OLE color: 4530961.
HSL color Cylindrical-coordinate representation of color #112345: hue angle of 219.23º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #112345 is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 35 | 69 | - |
| CMYK | 0.75 | 0.49 | 0 | 0.73 |
| HSL | 219.23º | 0.6% | 0.17% | - |
| HSV(B) | 219.23º | 0.75% | 0.27% | - |
| XYZ | 1.91 | 1.75 | 5.87 | - |
| YUV | 33.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 69 | 0.75 | 0.49 | 0 | 0.73 | 219.23 | 0.6 | 0.17 |
| Hex | 11 | 23 | 45 | 4B | 31 | 0 | 49 | DB | 3C | 11 |
| Octal | 21 | 43 | 105 | 113 | 61 | 0 | 111 | 333 | 74 | 21 |
| Binary | 10001 | 100011 | 1000101 | 1001011 | 110001 | 0 | 1001001 | 11011011 | 111100 | 10001 |
Color Harmonies of #112345
Complementary color
Monochromatic Colors of #112345
Black with #112345
Text Example
Text Example
White with #112345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112345; }
p { color: rgb(17,35,69); }
H1.HeaderClassName
{
color: #112345;
}
.AnyTagClassName
{
color: #112345;
}
</style>
background-color css
<style>
a { background-color: #112345; }
a { background-color: rgb(17,35,69); }
div.DivClassName
{
background-color: #112345;
}
.BgClassName
{
background-color: #112345;
}
</style>
border-color css
<style>
span { border-color: #112345; }
span { border-color: rgb(17,35,69); }
td.TdClassName
{
border-color: #112345;
}
.TagClassName
{
border-color: #112345;
}
</style>