Shades of Midnight Express #11174E
Tints of Midnight Express #11174E
RGB
CMYK
RGB Variations
Color information
#11174E (or 0x11174E) is known color: Midnight Express. HEX triplet: 11, 17 and 4E. RGB value is (17,23,78). Sum of RGB (Red+Green+Blue) = 17+23+78=118 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.41% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 78 (30.86% from 255 or 66.10% from 118); Max value from RGB is 78 - color contains mainly: blue. Hex color #11174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11174E is #EEE8B1. Grayscale: #1B1B1B. Windows color (decimal): -15657138 or 5117713. OLE color: 5117713.
HSL color Cylindrical-coordinate representation of color #11174E: hue angle of 234.1º 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 #11174E is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 23 | 78 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.69 |
| HSL | 234.1º | 0.64% | 0.19% | - |
| HSV(B) | 234.1º | 0.78% | 0.31% | - |
| XYZ | 1.91 | 1.28 | 7.35 | - |
| YUV | 27.48 | 156.51 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 23 | 78 | 0.78 | 0.71 | 0 | 0.69 | 234.1 | 0.64 | 0.19 |
| Hex | 11 | 17 | 4E | 4E | 47 | 0 | 45 | EA | 40 | 13 |
| Octal | 21 | 27 | 116 | 116 | 107 | 0 | 105 | 352 | 100 | 23 |
| Binary | 10001 | 10111 | 1001110 | 1001110 | 1000111 | 0 | 1000101 | 11101010 | 1000000 | 10011 |
Color Harmonies of #11174E
Complementary color
Monochromatic Colors of #11174E
Black with #11174E
Text Example
Text Example
White with #11174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11174E; }
p { color: rgb(17,23,78); }
H1.HeaderClassName
{
color: #11174E;
}
.AnyTagClassName
{
color: #11174E;
}
</style>
background-color css
<style>
a { background-color: #11174E; }
a { background-color: rgb(17,23,78); }
div.DivClassName
{
background-color: #11174E;
}
.BgClassName
{
background-color: #11174E;
}
</style>
border-color css
<style>
span { border-color: #11174E; }
span { border-color: rgb(17,23,78); }
td.TdClassName
{
border-color: #11174E;
}
.TagClassName
{
border-color: #11174E;
}
</style>