Shades of Midnight Express #11184F
Tints of Midnight Express #11184F
RGB
CMYK
RGB Variations
Color information
#11184F (or 0x11184F) is known color: Midnight Express. HEX triplet: 11, 18 and 4F. RGB value is (17,24,79). Sum of RGB (Red+Green+Blue) = 17+24+79=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 79 (31.25% from 255 or 65.83% from 120); Max value from RGB is 79 - color contains mainly: blue. Hex color #11184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11184F is #EEE7B0. Grayscale: #1B1B1B. Windows color (decimal): -15656881 or 5183505. OLE color: 5183505.
HSL color Cylindrical-coordinate representation of color #11184F: hue angle of 233.23º degrees, saturation: 0.65, 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 #11184F is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 17 | 24 | 79 | - |
| CMYK | 0.78 | 0.70 | 0 | 0.69 |
| HSL | 233.23º | 0.65% | 0.19% | - |
| HSV(B) | 233.23º | 0.78% | 0.31% | - |
| XYZ | 1.97 | 1.34 | 7.55 | - |
| YUV | 28.18 | 156.68 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 79 | 0.78 | 0.70 | 0 | 0.69 | 233.23 | 0.65 | 0.19 |
| Hex | 11 | 18 | 4F | 4E | 46 | 0 | 45 | E9 | 41 | 13 |
| Octal | 21 | 30 | 117 | 116 | 106 | 0 | 105 | 351 | 101 | 23 |
| Binary | 10001 | 11000 | 1001111 | 1001110 | 1000110 | 0 | 1000101 | 11101001 | 1000001 | 10011 |
Color Harmonies of #11184F
Complementary color
Monochromatic Colors of #11184F
Black with #11184F
Text Example
Text Example
White with #11184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11184F; }
p { color: rgb(17,24,79); }
H1.HeaderClassName
{
color: #11184F;
}
.AnyTagClassName
{
color: #11184F;
}
</style>
background-color css
<style>
a { background-color: #11184F; }
a { background-color: rgb(17,24,79); }
div.DivClassName
{
background-color: #11184F;
}
.BgClassName
{
background-color: #11184F;
}
</style>
border-color css
<style>
span { border-color: #11184F; }
span { border-color: rgb(17,24,79); }
td.TdClassName
{
border-color: #11184F;
}
.TagClassName
{
border-color: #11184F;
}
</style>