Shades of Midnight Express #111B30
Tints of Midnight Express #111B30
RGB
CMYK
RGB Variations
Color information
#111B30 (or 0x111B30) is known color: Midnight Express. HEX triplet: 11, 1B and 30. RGB value is (17,27,48). Sum of RGB (Red+Green+Blue) = 17+27+48=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 48 (19.14% from 255 or 52.17% from 92); Max value from RGB is 48 - color contains mainly: blue. Hex color #111B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B30 is #EEE4CF. Grayscale: #1A1A1A. Windows color (decimal): -15656144 or 3152657. OLE color: 3152657.
HSL color Cylindrical-coordinate representation of color #111B30: hue angle of 220.65º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #111B30 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 27 | 48 | - |
| CMYK | 0.65 | 0.44 | 0 | 0.81 |
| HSL | 220.65º | 0.48% | 0.13% | - |
| HSV(B) | 220.65º | 0.65% | 0.19% | - |
| XYZ | 1.16 | 1.12 | 2.95 | - |
| YUV | 26.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 48 | 0.65 | 0.44 | 0 | 0.81 | 220.65 | 0.48 | 0.13 |
| Hex | 11 | 1B | 30 | 41 | 2C | 0 | 51 | DD | 30 | D |
| Octal | 21 | 33 | 60 | 101 | 54 | 0 | 121 | 335 | 60 | 15 |
| Binary | 10001 | 11011 | 110000 | 1000001 | 101100 | 0 | 1010001 | 11011101 | 110000 | 1101 |
Color Harmonies of #111B30
Complementary color
Monochromatic Colors of #111B30
Black with #111B30
Text Example
Text Example
White with #111B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B30; }
p { color: rgb(17,27,48); }
H1.HeaderClassName
{
color: #111B30;
}
.AnyTagClassName
{
color: #111B30;
}
</style>
background-color css
<style>
a { background-color: #111B30; }
a { background-color: rgb(17,27,48); }
div.DivClassName
{
background-color: #111B30;
}
.BgClassName
{
background-color: #111B30;
}
</style>
border-color css
<style>
span { border-color: #111B30; }
span { border-color: rgb(17,27,48); }
td.TdClassName
{
border-color: #111B30;
}
.TagClassName
{
border-color: #111B30;
}
</style>