Shades of Midnight Express #112245
Tints of Midnight Express #112245
RGB
CMYK
RGB Variations
Color information
#112245 (or 0x112245) is known color: Midnight Express. HEX triplet: 11, 22 and 45. RGB value is (17,34,69). Sum of RGB (Red+Green+Blue) = 17+34+69=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 69 (27.34% from 255 or 57.5% from 120); Max value from RGB is 69 - color contains mainly: blue. Hex color #112245 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112245 is #EEDDBA. Grayscale: #202020. Windows color (decimal): -15654331 or 4530705. OLE color: 4530705.
HSL color Cylindrical-coordinate representation of color #112245: hue angle of 220.38º 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 #112245 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 34 | 69 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.73 |
| HSL | 220.38º | 0.6% | 0.17% | - |
| HSV(B) | 220.38º | 0.75% | 0.27% | - |
| XYZ | 1.88 | 1.69 | 5.86 | - |
| YUV | 32.91 | 148.37 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 69 | 0.75 | 0.51 | 0 | 0.73 | 220.38 | 0.6 | 0.17 |
| Hex | 11 | 22 | 45 | 4B | 33 | 0 | 49 | DC | 3C | 11 |
| Octal | 21 | 42 | 105 | 113 | 63 | 0 | 111 | 334 | 74 | 21 |
| Binary | 10001 | 100010 | 1000101 | 1001011 | 110011 | 0 | 1001001 | 11011100 | 111100 | 10001 |
Color Harmonies of #112245
Complementary color
Monochromatic Colors of #112245
Black with #112245
Text Example
Text Example
White with #112245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #112245; }
p { color: rgb(17,34,69); }
H1.HeaderClassName
{
color: #112245;
}
.AnyTagClassName
{
color: #112245;
}
</style>
background-color css
<style>
a { background-color: #112245; }
a { background-color: rgb(17,34,69); }
div.DivClassName
{
background-color: #112245;
}
.BgClassName
{
background-color: #112245;
}
</style>
border-color css
<style>
span { border-color: #112245; }
span { border-color: rgb(17,34,69); }
td.TdClassName
{
border-color: #112245;
}
.TagClassName
{
border-color: #112245;
}
</style>