Shades of Midnight Express #111C41
Tints of Midnight Express #111C41
RGB
CMYK
RGB Variations
Color information
#111C41 (or 0x111C41) is known color: Midnight Express. HEX triplet: 11, 1C and 41. RGB value is (17,28,65). Sum of RGB (Red+Green+Blue) = 17+28+65=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #111C41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C41 is #EEE3BE. Grayscale: #1C1C1C. Windows color (decimal): -15655871 or 4267025. OLE color: 4267025.
HSL color Cylindrical-coordinate representation of color #111C41: hue angle of 226.25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #111C41 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 28 | 65 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.75 |
| HSL | 226.25º | 0.59% | 0.16% | - |
| HSV(B) | 226.25º | 0.74% | 0.25% | - |
| XYZ | 1.6 | 1.33 | 5.17 | - |
| YUV | 28.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 65 | 0.74 | 0.57 | 0 | 0.75 | 226.25 | 0.59 | 0.16 |
| Hex | 11 | 1C | 41 | 4A | 39 | 0 | 4B | E2 | 3B | 10 |
| Octal | 21 | 34 | 101 | 112 | 71 | 0 | 113 | 342 | 73 | 20 |
| Binary | 10001 | 11100 | 1000001 | 1001010 | 111001 | 0 | 1001011 | 11100010 | 111011 | 10000 |
Color Harmonies of #111C41
Complementary color
Monochromatic Colors of #111C41
Black with #111C41
Text Example
Text Example
White with #111C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C41; }
p { color: rgb(17,28,65); }
H1.HeaderClassName
{
color: #111C41;
}
.AnyTagClassName
{
color: #111C41;
}
</style>
background-color css
<style>
a { background-color: #111C41; }
a { background-color: rgb(17,28,65); }
div.DivClassName
{
background-color: #111C41;
}
.BgClassName
{
background-color: #111C41;
}
</style>
border-color css
<style>
span { border-color: #111C41; }
span { border-color: rgb(17,28,65); }
td.TdClassName
{
border-color: #111C41;
}
.TagClassName
{
border-color: #111C41;
}
</style>