Shades of Midnight Express #112347
Tints of Midnight Express #112347
RGB
CMYK
RGB Variations
Color information
#112347 (or 0x112347) is known color: Midnight Express. HEX triplet: 11, 23 and 47. RGB value is (17,35,71). Sum of RGB (Red+Green+Blue) = 17+35+71=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 71 (28.12% from 255 or 57.72% from 123); Max value from RGB is 71 - color contains mainly: blue. Hex color #112347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112347 is #EEDCB8. Grayscale: #212121. Windows color (decimal): -15654073 or 4662033. OLE color: 4662033.
HSL color Cylindrical-coordinate representation of color #112347: hue angle of 220º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #112347 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 35 | 71 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.72 |
| HSL | 220º | 0.61% | 0.17% | - |
| HSV(B) | 220º | 0.76% | 0.28% | - |
| XYZ | 1.97 | 1.78 | 6.2 | - |
| YUV | 33.72 | 149.04 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 71 | 0.76 | 0.51 | 0 | 0.72 | 220 | 0.61 | 0.17 |
| Hex | 11 | 23 | 47 | 4C | 33 | 0 | 48 | DC | 3D | 11 |
| Octal | 21 | 43 | 107 | 114 | 63 | 0 | 110 | 334 | 75 | 21 |
| Binary | 10001 | 100011 | 1000111 | 1001100 | 110011 | 0 | 1001000 | 11011100 | 111101 | 10001 |
Color Harmonies of #112347
Complementary color
Monochromatic Colors of #112347
Black with #112347
Text Example
Text Example
White with #112347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112347; }
p { color: rgb(17,35,71); }
H1.HeaderClassName
{
color: #112347;
}
.AnyTagClassName
{
color: #112347;
}
</style>
background-color css
<style>
a { background-color: #112347; }
a { background-color: rgb(17,35,71); }
div.DivClassName
{
background-color: #112347;
}
.BgClassName
{
background-color: #112347;
}
</style>
border-color css
<style>
span { border-color: #112347; }
span { border-color: rgb(17,35,71); }
td.TdClassName
{
border-color: #112347;
}
.TagClassName
{
border-color: #112347;
}
</style>