Shades of Midnight Express #111F36
Tints of Midnight Express #111F36
RGB
CMYK
RGB Variations
Color information
#111F36 (or 0x111F36) is known color: Midnight Express. HEX triplet: 11, 1F and 36. RGB value is (17,31,54). Sum of RGB (Red+Green+Blue) = 17+31+54=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #111F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111F36 is #EEE0C9. Grayscale: #1D1D1D. Windows color (decimal): -15655114 or 3546897. OLE color: 3546897.
HSL color Cylindrical-coordinate representation of color #111F36: hue angle of 217.3º degrees, saturation: 0.52, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #111F36 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 31 | 54 | - |
| CMYK | 0.69 | 0.43 | 0 | 0.79 |
| HSL | 217.3º | 0.52% | 0.14% | - |
| HSV(B) | 217.3º | 0.69% | 0.21% | - |
| XYZ | 1.39 | 1.37 | 3.68 | - |
| YUV | 29.44 | 141.86 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 31 | 54 | 0.69 | 0.43 | 0 | 0.79 | 217.3 | 0.52 | 0.14 |
| Hex | 11 | 1F | 36 | 45 | 2B | 0 | 4F | D9 | 34 | E |
| Octal | 21 | 37 | 66 | 105 | 53 | 0 | 117 | 331 | 64 | 16 |
| Binary | 10001 | 11111 | 110110 | 1000101 | 101011 | 0 | 1001111 | 11011001 | 110100 | 1110 |
Color Harmonies of #111F36
Complementary color
Monochromatic Colors of #111F36
Black with #111F36
Text Example
Text Example
White with #111F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111F36; }
p { color: rgb(17,31,54); }
H1.HeaderClassName
{
color: #111F36;
}
.AnyTagClassName
{
color: #111F36;
}
</style>
background-color css
<style>
a { background-color: #111F36; }
a { background-color: rgb(17,31,54); }
div.DivClassName
{
background-color: #111F36;
}
.BgClassName
{
background-color: #111F36;
}
</style>
border-color css
<style>
span { border-color: #111F36; }
span { border-color: rgb(17,31,54); }
td.TdClassName
{
border-color: #111F36;
}
.TagClassName
{
border-color: #111F36;
}
</style>