Shades of Midnight Express #111A43
Tints of Midnight Express #111A43
RGB
CMYK
RGB Variations
Color information
#111A43 (or 0x111A43) is known color: Midnight Express. HEX triplet: 11, 1A and 43. RGB value is (17,26,67). Sum of RGB (Red+Green+Blue) = 17+26+67=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #111A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A43 is #EEE5BC. Grayscale: #1B1B1B. Windows color (decimal): -15656381 or 4397585. OLE color: 4397585.
HSL color Cylindrical-coordinate representation of color #111A43: hue angle of 229.2º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #111A43 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 26 | 67 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.74 |
| HSL | 229.2º | 0.6% | 0.16% | - |
| HSV(B) | 229.2º | 0.75% | 0.26% | - |
| XYZ | 1.61 | 1.26 | 5.47 | - |
| YUV | 27.98 | 150.02 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 67 | 0.75 | 0.61 | 0 | 0.74 | 229.2 | 0.6 | 0.16 |
| Hex | 11 | 1A | 43 | 4B | 3D | 0 | 4A | E5 | 3C | 10 |
| Octal | 21 | 32 | 103 | 113 | 75 | 0 | 112 | 345 | 74 | 20 |
| Binary | 10001 | 11010 | 1000011 | 1001011 | 111101 | 0 | 1001010 | 11100101 | 111100 | 10000 |
Color Harmonies of #111A43
Complementary color
Monochromatic Colors of #111A43
Black with #111A43
Text Example
Text Example
White with #111A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A43; }
p { color: rgb(17,26,67); }
H1.HeaderClassName
{
color: #111A43;
}
.AnyTagClassName
{
color: #111A43;
}
</style>
background-color css
<style>
a { background-color: #111A43; }
a { background-color: rgb(17,26,67); }
div.DivClassName
{
background-color: #111A43;
}
.BgClassName
{
background-color: #111A43;
}
</style>
border-color css
<style>
span { border-color: #111A43; }
span { border-color: rgb(17,26,67); }
td.TdClassName
{
border-color: #111A43;
}
.TagClassName
{
border-color: #111A43;
}
</style>