Shades of Midnight Express #111A38
Tints of Midnight Express #111A38
RGB
CMYK
RGB Variations
Color information
#111A38 (or 0x111A38) is known color: Midnight Express. HEX triplet: 11, 1A and 38. RGB value is (17,26,56). Sum of RGB (Red+Green+Blue) = 17+26+56=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 56 (22.27% from 255 or 56.57% from 99); Max value from RGB is 56 - color contains mainly: blue. Hex color #111A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A38 is #EEE5C7. Grayscale: #1A1A1A. Windows color (decimal): -15656392 or 3676689. OLE color: 3676689.
HSL color Cylindrical-coordinate representation of color #111A38: hue angle of 226.15º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #111A38 is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 26 | 56 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.78 |
| HSL | 226.15º | 0.53% | 0.14% | - |
| HSV(B) | 226.15º | 0.7% | 0.22% | - |
| XYZ | 1.31 | 1.14 | 3.89 | - |
| YUV | 26.73 | 144.52 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 56 | 0.70 | 0.54 | 0 | 0.78 | 226.15 | 0.53 | 0.14 |
| Hex | 11 | 1A | 38 | 46 | 36 | 0 | 4E | E2 | 35 | E |
| Octal | 21 | 32 | 70 | 106 | 66 | 0 | 116 | 342 | 65 | 16 |
| Binary | 10001 | 11010 | 111000 | 1000110 | 110110 | 0 | 1001110 | 11100010 | 110101 | 1110 |
Color Harmonies of #111A38
Complementary color
Monochromatic Colors of #111A38
Black with #111A38
Text Example
Text Example
White with #111A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A38; }
p { color: rgb(17,26,56); }
H1.HeaderClassName
{
color: #111A38;
}
.AnyTagClassName
{
color: #111A38;
}
</style>
background-color css
<style>
a { background-color: #111A38; }
a { background-color: rgb(17,26,56); }
div.DivClassName
{
background-color: #111A38;
}
.BgClassName
{
background-color: #111A38;
}
</style>
border-color css
<style>
span { border-color: #111A38; }
span { border-color: rgb(17,26,56); }
td.TdClassName
{
border-color: #111A38;
}
.TagClassName
{
border-color: #111A38;
}
</style>