Shades of Midnight Express #111A4D
Tints of Midnight Express #111A4D
RGB
CMYK
RGB Variations
Color information
#111A4D (or 0x111A4D) is known color: Midnight Express. HEX triplet: 11, 1A and 4D. RGB value is (17,26,77). Sum of RGB (Red+Green+Blue) = 17+26+77=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #111A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111A4D is #EEE5B2. Grayscale: #1C1C1C. Windows color (decimal): -15656371 or 5052945. OLE color: 5052945.
HSL color Cylindrical-coordinate representation of color #111A4D: hue angle of 231º 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 #111A4D is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 26 | 77 | - |
| CMYK | 0.78 | 0.66 | 0 | 0.70 |
| HSL | 231º | 0.64% | 0.18% | - |
| HSV(B) | 231º | 0.78% | 0.3% | - |
| XYZ | 1.94 | 1.39 | 7.19 | - |
| YUV | 29.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 77 | 0.78 | 0.66 | 0 | 0.70 | 231 | 0.64 | 0.18 |
| Hex | 11 | 1A | 4D | 4E | 42 | 0 | 46 | E7 | 40 | 12 |
| Octal | 21 | 32 | 115 | 116 | 102 | 0 | 106 | 347 | 100 | 22 |
| Binary | 10001 | 11010 | 1001101 | 1001110 | 1000010 | 0 | 1000110 | 11100111 | 1000000 | 10010 |
Color Harmonies of #111A4D
Complementary color
Monochromatic Colors of #111A4D
Black with #111A4D
Text Example
Text Example
White with #111A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A4D; }
p { color: rgb(17,26,77); }
H1.HeaderClassName
{
color: #111A4D;
}
.AnyTagClassName
{
color: #111A4D;
}
</style>
background-color css
<style>
a { background-color: #111A4D; }
a { background-color: rgb(17,26,77); }
div.DivClassName
{
background-color: #111A4D;
}
.BgClassName
{
background-color: #111A4D;
}
</style>
border-color css
<style>
span { border-color: #111A4D; }
span { border-color: rgb(17,26,77); }
td.TdClassName
{
border-color: #111A4D;
}
.TagClassName
{
border-color: #111A4D;
}
</style>