Shades of Midnight Express #111B34
Tints of Midnight Express #111B34
RGB
CMYK
RGB Variations
Color information
#111B34 (or 0x111B34) is known color: Midnight Express. HEX triplet: 11, 1B and 34. RGB value is (17,27,52). Sum of RGB (Red+Green+Blue) = 17+27+52=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 27 (10.94% from 255 or 28.12% from 96); Blue value is 52 (20.70% from 255 or 54.17% from 96); Max value from RGB is 52 - color contains mainly: blue. Hex color #111B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B34 is #EEE4CB. Grayscale: #1A1A1A. Windows color (decimal): -15656140 or 3414801. OLE color: 3414801.
HSL color Cylindrical-coordinate representation of color #111B34: hue angle of 222.86º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #111B34 is Cyan = 0.67, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 27 | 52 | - |
| CMYK | 0.67 | 0.48 | 0 | 0.80 |
| HSL | 222.86º | 0.51% | 0.14% | - |
| HSV(B) | 222.86º | 0.67% | 0.2% | - |
| XYZ | 1.24 | 1.15 | 3.41 | - |
| YUV | 26.86 | 142.19 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 52 | 0.67 | 0.48 | 0 | 0.80 | 222.86 | 0.51 | 0.14 |
| Hex | 11 | 1B | 34 | 43 | 30 | 0 | 50 | DF | 33 | E |
| Octal | 21 | 33 | 64 | 103 | 60 | 0 | 120 | 337 | 63 | 16 |
| Binary | 10001 | 11011 | 110100 | 1000011 | 110000 | 0 | 1010000 | 11011111 | 110011 | 1110 |
Color Harmonies of #111B34
Complementary color
Monochromatic Colors of #111B34
Black with #111B34
Text Example
Text Example
White with #111B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B34; }
p { color: rgb(17,27,52); }
H1.HeaderClassName
{
color: #111B34;
}
.AnyTagClassName
{
color: #111B34;
}
</style>
background-color css
<style>
a { background-color: #111B34; }
a { background-color: rgb(17,27,52); }
div.DivClassName
{
background-color: #111B34;
}
.BgClassName
{
background-color: #111B34;
}
</style>
border-color css
<style>
span { border-color: #111B34; }
span { border-color: rgb(17,27,52); }
td.TdClassName
{
border-color: #111B34;
}
.TagClassName
{
border-color: #111B34;
}
</style>