Shades of Midnight Express #111B38
Tints of Midnight Express #111B38
RGB
CMYK
RGB Variations
Color information
#111B38 (or 0x111B38) is known color: Midnight Express. HEX triplet: 11, 1B and 38. RGB value is (17,27,56). Sum of RGB (Red+Green+Blue) = 17+27+56=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #111B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B38 is #EEE4C7. Grayscale: #1B1B1B. Windows color (decimal): -15656136 or 3676945. OLE color: 3676945.
HSL color Cylindrical-coordinate representation of color #111B38: hue angle of 224.62º 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 #111B38 is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 17 | 27 | 56 | - |
| CMYK | 0.70 | 0.52 | 0 | 0.78 |
| HSL | 224.62º | 0.53% | 0.14% | - |
| HSV(B) | 224.62º | 0.7% | 0.22% | - |
| XYZ | 1.34 | 1.19 | 3.9 | - |
| YUV | 27.32 | 144.19 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 56 | 0.70 | 0.52 | 0 | 0.78 | 224.62 | 0.53 | 0.14 |
| Hex | 11 | 1B | 38 | 46 | 34 | 0 | 4E | E1 | 35 | E |
| Octal | 21 | 33 | 70 | 106 | 64 | 0 | 116 | 341 | 65 | 16 |
| Binary | 10001 | 11011 | 111000 | 1000110 | 110100 | 0 | 1001110 | 11100001 | 110101 | 1110 |
Color Harmonies of #111B38
Complementary color
Monochromatic Colors of #111B38
Black with #111B38
Text Example
Text Example
White with #111B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B38; }
p { color: rgb(17,27,56); }
H1.HeaderClassName
{
color: #111B38;
}
.AnyTagClassName
{
color: #111B38;
}
</style>
background-color css
<style>
a { background-color: #111B38; }
a { background-color: rgb(17,27,56); }
div.DivClassName
{
background-color: #111B38;
}
.BgClassName
{
background-color: #111B38;
}
</style>
border-color css
<style>
span { border-color: #111B38; }
span { border-color: rgb(17,27,56); }
td.TdClassName
{
border-color: #111B38;
}
.TagClassName
{
border-color: #111B38;
}
</style>