Shades of Midnight Express #111B4D
Tints of Midnight Express #111B4D
RGB
CMYK
RGB Variations
Color information
#111B4D (or 0x111B4D) is known color: Midnight Express. HEX triplet: 11, 1B and 4D. RGB value is (17,27,77). Sum of RGB (Red+Green+Blue) = 17+27+77=121 (16% of max value = 765). Red value is 17 (7.03% from 255 or 14.05% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 77 (30.47% from 255 or 63.64% from 121); Max value from RGB is 77 - color contains mainly: blue. Hex color #111B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111B4D is #EEE4B2. Grayscale: #1D1D1D. Windows color (decimal): -15656115 or 5053201. OLE color: 5053201.
HSL color Cylindrical-coordinate representation of color #111B4D: hue angle of 230º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #111B4D is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 27 | 77 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.70 |
| HSL | 230º | 0.64% | 0.18% | - |
| HSV(B) | 230º | 0.78% | 0.3% | - |
| XYZ | 1.96 | 1.44 | 7.2 | - |
| YUV | 29.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 77 | 0.78 | 0.65 | 0 | 0.70 | 230 | 0.64 | 0.18 |
| Hex | 11 | 1B | 4D | 4E | 41 | 0 | 46 | E6 | 40 | 12 |
| Octal | 21 | 33 | 115 | 116 | 101 | 0 | 106 | 346 | 100 | 22 |
| Binary | 10001 | 11011 | 1001101 | 1001110 | 1000001 | 0 | 1000110 | 11100110 | 1000000 | 10010 |
Color Harmonies of #111B4D
Complementary color
Monochromatic Colors of #111B4D
Black with #111B4D
Text Example
Text Example
White with #111B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B4D; }
p { color: rgb(17,27,77); }
H1.HeaderClassName
{
color: #111B4D;
}
.AnyTagClassName
{
color: #111B4D;
}
</style>
background-color css
<style>
a { background-color: #111B4D; }
a { background-color: rgb(17,27,77); }
div.DivClassName
{
background-color: #111B4D;
}
.BgClassName
{
background-color: #111B4D;
}
</style>
border-color css
<style>
span { border-color: #111B4D; }
span { border-color: rgb(17,27,77); }
td.TdClassName
{
border-color: #111B4D;
}
.TagClassName
{
border-color: #111B4D;
}
</style>