Shades of Midnight Express #111A45
Tints of Midnight Express #111A45
RGB
CMYK
RGB Variations
Color information
#111A45 (or 0x111A45) is known color: Midnight Express. HEX triplet: 11, 1A and 45. RGB value is (17,26,69). Sum of RGB (Red+Green+Blue) = 17+26+69=112 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.18% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 69 (27.34% from 255 or 61.61% from 112); Max value from RGB is 69 - color contains mainly: blue. Hex color #111A45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A45 is #EEE5BA. Grayscale: #1C1C1C. Windows color (decimal): -15656379 or 4528657. OLE color: 4528657.
HSL color Cylindrical-coordinate representation of color #111A45: hue angle of 229.62º 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 #111A45 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 17 | 26 | 69 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.73 |
| HSL | 229.62º | 0.6% | 0.17% | - |
| HSV(B) | 229.62º | 0.75% | 0.27% | - |
| XYZ | 1.67 | 1.29 | 5.79 | - |
| YUV | 28.21 | 151.02 | 120 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 69 | 0.75 | 0.62 | 0 | 0.73 | 229.62 | 0.6 | 0.17 |
| Hex | 11 | 1A | 45 | 4B | 3E | 0 | 49 | E6 | 3C | 11 |
| Octal | 21 | 32 | 105 | 113 | 76 | 0 | 111 | 346 | 74 | 21 |
| Binary | 10001 | 11010 | 1000101 | 1001011 | 111110 | 0 | 1001001 | 11100110 | 111100 | 10001 |
Color Harmonies of #111A45
Complementary color
Monochromatic Colors of #111A45
Black with #111A45
Text Example
Text Example
White with #111A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A45; }
p { color: rgb(17,26,69); }
H1.HeaderClassName
{
color: #111A45;
}
.AnyTagClassName
{
color: #111A45;
}
</style>
background-color css
<style>
a { background-color: #111A45; }
a { background-color: rgb(17,26,69); }
div.DivClassName
{
background-color: #111A45;
}
.BgClassName
{
background-color: #111A45;
}
</style>
border-color css
<style>
span { border-color: #111A45; }
span { border-color: rgb(17,26,69); }
td.TdClassName
{
border-color: #111A45;
}
.TagClassName
{
border-color: #111A45;
}
</style>