Shades of Midnight Express #111C34
Tints of Midnight Express #111C34
RGB
CMYK
RGB Variations
Color information
#111C34 (or 0x111C34) is known color: Midnight Express. HEX triplet: 11, 1C and 34. RGB value is (17,28,52). Sum of RGB (Red+Green+Blue) = 17+28+52=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #111C34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111C34 is #EEE3CB. Grayscale: #1B1B1B. Windows color (decimal): -15655884 or 3415057. OLE color: 3415057.
HSL color Cylindrical-coordinate representation of color #111C34: hue angle of 221.14º 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 #111C34 is Cyan = 0.67, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 28 | 52 | - |
| CMYK | 0.67 | 0.46 | 0 | 0.80 |
| HSL | 221.14º | 0.51% | 0.14% | - |
| HSV(B) | 221.14º | 0.67% | 0.2% | - |
| XYZ | 1.27 | 1.2 | 3.41 | - |
| YUV | 27.45 | 141.86 | 120.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 52 | 0.67 | 0.46 | 0 | 0.80 | 221.14 | 0.51 | 0.14 |
| Hex | 11 | 1C | 34 | 43 | 2E | 0 | 50 | DD | 33 | E |
| Octal | 21 | 34 | 64 | 103 | 56 | 0 | 120 | 335 | 63 | 16 |
| Binary | 10001 | 11100 | 110100 | 1000011 | 101110 | 0 | 1010000 | 11011101 | 110011 | 1110 |
Color Harmonies of #111C34
Complementary color
Monochromatic Colors of #111C34
Black with #111C34
Text Example
Text Example
White with #111C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C34; }
p { color: rgb(17,28,52); }
H1.HeaderClassName
{
color: #111C34;
}
.AnyTagClassName
{
color: #111C34;
}
</style>
background-color css
<style>
a { background-color: #111C34; }
a { background-color: rgb(17,28,52); }
div.DivClassName
{
background-color: #111C34;
}
.BgClassName
{
background-color: #111C34;
}
</style>
border-color css
<style>
span { border-color: #111C34; }
span { border-color: rgb(17,28,52); }
td.TdClassName
{
border-color: #111C34;
}
.TagClassName
{
border-color: #111C34;
}
</style>