Shades of Midnight Express #111F4E
Tints of Midnight Express #111F4E
RGB
CMYK
RGB Variations
Color information
#111F4E (or 0x111F4E) is known color: Midnight Express. HEX triplet: 11, 1F and 4E. RGB value is (17,31,78). Sum of RGB (Red+Green+Blue) = 17+31+78=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 31 (12.5% from 255 or 24.60% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #111F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111F4E is #EEE0B1. Grayscale: #1F1F1F. Windows color (decimal): -15655090 or 5119761. OLE color: 5119761.
HSL color Cylindrical-coordinate representation of color #111F4E: hue angle of 226.23º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #111F4E is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 31 | 78 | - |
| CMYK | 0.78 | 0.60 | 0 | 0.69 |
| HSL | 226.23º | 0.64% | 0.19% | - |
| HSV(B) | 226.23º | 0.78% | 0.31% | - |
| XYZ | 2.1 | 1.65 | 7.42 | - |
| YUV | 32.17 | 153.86 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 78 | 0.78 | 0.60 | 0 | 0.69 | 226.23 | 0.64 | 0.19 |
| Hex | 11 | 1F | 4E | 4E | 3C | 0 | 45 | E2 | 40 | 13 |
| Octal | 21 | 37 | 116 | 116 | 74 | 0 | 105 | 342 | 100 | 23 |
| Binary | 10001 | 11111 | 1001110 | 1001110 | 111100 | 0 | 1000101 | 11100010 | 1000000 | 10011 |
Color Harmonies of #111F4E
Complementary color
Monochromatic Colors of #111F4E
Black with #111F4E
Text Example
Text Example
White with #111F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F4E; }
p { color: rgb(17,31,78); }
H1.HeaderClassName
{
color: #111F4E;
}
.AnyTagClassName
{
color: #111F4E;
}
</style>
background-color css
<style>
a { background-color: #111F4E; }
a { background-color: rgb(17,31,78); }
div.DivClassName
{
background-color: #111F4E;
}
.BgClassName
{
background-color: #111F4E;
}
</style>
border-color css
<style>
span { border-color: #111F4E; }
span { border-color: rgb(17,31,78); }
td.TdClassName
{
border-color: #111F4E;
}
.TagClassName
{
border-color: #111F4E;
}
</style>