Shades of Midnight Express #111B4C
Tints of Midnight Express #111B4C
RGB
CMYK
RGB Variations
Color information
#111B4C (or 0x111B4C) is known color: Midnight Express. HEX triplet: 11, 1B and 4C. RGB value is (17,27,76). Sum of RGB (Red+Green+Blue) = 17+27+76=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #111B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B4C is #EEE4B3. Grayscale: #1D1D1D. Windows color (decimal): -15656116 or 4987665. OLE color: 4987665.
HSL color Cylindrical-coordinate representation of color #111B4C: hue angle of 229.83º degrees, saturation: 0.63, 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 #111B4C is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 27 | 76 | - |
| CMYK | 0.78 | 0.64 | 0 | 0.70 |
| HSL | 229.83º | 0.63% | 0.18% | - |
| HSV(B) | 229.83º | 0.78% | 0.3% | - |
| XYZ | 1.93 | 1.42 | 7.01 | - |
| YUV | 29.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 76 | 0.78 | 0.64 | 0 | 0.70 | 229.83 | 0.63 | 0.18 |
| Hex | 11 | 1B | 4C | 4E | 40 | 0 | 46 | E6 | 3F | 12 |
| Octal | 21 | 33 | 114 | 116 | 100 | 0 | 106 | 346 | 77 | 22 |
| Binary | 10001 | 11011 | 1001100 | 1001110 | 1000000 | 0 | 1000110 | 11100110 | 111111 | 10010 |
Color Harmonies of #111B4C
Complementary color
Monochromatic Colors of #111B4C
Black with #111B4C
Text Example
Text Example
White with #111B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B4C; }
p { color: rgb(17,27,76); }
H1.HeaderClassName
{
color: #111B4C;
}
.AnyTagClassName
{
color: #111B4C;
}
</style>
background-color css
<style>
a { background-color: #111B4C; }
a { background-color: rgb(17,27,76); }
div.DivClassName
{
background-color: #111B4C;
}
.BgClassName
{
background-color: #111B4C;
}
</style>
border-color css
<style>
span { border-color: #111B4C; }
span { border-color: rgb(17,27,76); }
td.TdClassName
{
border-color: #111B4C;
}
.TagClassName
{
border-color: #111B4C;
}
</style>