Shades of Midnight Express #111B37
Tints of Midnight Express #111B37
RGB
CMYK
RGB Variations
Color information
#111B37 (or 0x111B37) is known color: Midnight Express. HEX triplet: 11, 1B and 37. RGB value is (17,27,55). Sum of RGB (Red+Green+Blue) = 17+27+55=99 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17.17% from 99); Green value is 27 (10.94% from 255 or 27.27% from 99); Blue value is 55 (21.88% from 255 or 55.56% from 99); Max value from RGB is 55 - color contains mainly: blue. Hex color #111B37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B37 is #EEE4C8. Grayscale: #1B1B1B. Windows color (decimal): -15656137 or 3611409. OLE color: 3611409.
HSL color Cylindrical-coordinate representation of color #111B37: hue angle of 224.21º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #111B37 is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 27 | 55 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.78 |
| HSL | 224.21º | 0.53% | 0.14% | - |
| HSV(B) | 224.21º | 0.69% | 0.22% | - |
| XYZ | 1.31 | 1.18 | 3.77 | - |
| YUV | 27.2 | 143.69 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 55 | 0.69 | 0.51 | 0 | 0.78 | 224.21 | 0.53 | 0.14 |
| Hex | 11 | 1B | 37 | 45 | 33 | 0 | 4E | E0 | 35 | E |
| Octal | 21 | 33 | 67 | 105 | 63 | 0 | 116 | 340 | 65 | 16 |
| Binary | 10001 | 11011 | 110111 | 1000101 | 110011 | 0 | 1001110 | 11100000 | 110101 | 1110 |
Color Harmonies of #111B37
Complementary color
Monochromatic Colors of #111B37
Black with #111B37
Text Example
Text Example
White with #111B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B37; }
p { color: rgb(17,27,55); }
H1.HeaderClassName
{
color: #111B37;
}
.AnyTagClassName
{
color: #111B37;
}
</style>
background-color css
<style>
a { background-color: #111B37; }
a { background-color: rgb(17,27,55); }
div.DivClassName
{
background-color: #111B37;
}
.BgClassName
{
background-color: #111B37;
}
</style>
border-color css
<style>
span { border-color: #111B37; }
span { border-color: rgb(17,27,55); }
td.TdClassName
{
border-color: #111B37;
}
.TagClassName
{
border-color: #111B37;
}
</style>