Shades of Midnight Express #110F41
Tints of Midnight Express #110F41
RGB
CMYK
RGB Variations
Color information
#110F41 (or 0x110F41) is known color: Midnight Express. HEX triplet: 11, 0F and 41. RGB value is (17,15,65). Sum of RGB (Red+Green+Blue) = 17+15+65=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #110F41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110F41 is #EEF0BE. Grayscale: #151515. Windows color (decimal): -15659199 or 4263697. OLE color: 4263697.
HSL color Cylindrical-coordinate representation of color #110F41: hue angle of 242.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #110F41 is Cyan = 0.74, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 15 | 65 | - |
| CMYK | 0.74 | 0.77 | 0 | 0.75 |
| HSL | 242.4º | 0.63% | 0.16% | - |
| HSV(B) | 242.4º | 0.77% | 0.25% | - |
| XYZ | 1.36 | 0.84 | 5.09 | - |
| YUV | 21.3 | 152.66 | 124.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 65 | 0.74 | 0.77 | 0 | 0.75 | 242.4 | 0.63 | 0.16 |
| Hex | 11 | F | 41 | 4A | 4D | 0 | 4B | F2 | 3E | 10 |
| Octal | 21 | 17 | 101 | 112 | 115 | 0 | 113 | 362 | 76 | 20 |
| Binary | 10001 | 1111 | 1000001 | 1001010 | 1001101 | 0 | 1001011 | 11110010 | 111110 | 10000 |
Color Harmonies of #110F41
Complementary color
Monochromatic Colors of #110F41
Black with #110F41
Text Example
Text Example
White with #110F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F41; }
p { color: rgb(17,15,65); }
H1.HeaderClassName
{
color: #110F41;
}
.AnyTagClassName
{
color: #110F41;
}
</style>
background-color css
<style>
a { background-color: #110F41; }
a { background-color: rgb(17,15,65); }
div.DivClassName
{
background-color: #110F41;
}
.BgClassName
{
background-color: #110F41;
}
</style>
border-color css
<style>
span { border-color: #110F41; }
span { border-color: rgb(17,15,65); }
td.TdClassName
{
border-color: #110F41;
}
.TagClassName
{
border-color: #110F41;
}
</style>