Shades of Midnight Express #111A34
Tints of Midnight Express #111A34
RGB
CMYK
RGB Variations
Color information
#111A34 (or 0x111A34) is known color: Midnight Express. HEX triplet: 11, 1A and 34. RGB value is (17,26,52). Sum of RGB (Red+Green+Blue) = 17+26+52=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 52 (20.70% from 255 or 54.74% from 95); Max value from RGB is 52 - color contains mainly: blue. Hex color #111A34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A34 is #EEE5CB. Grayscale: #1A1A1A. Windows color (decimal): -15656396 or 3414545. OLE color: 3414545.
HSL color Cylindrical-coordinate representation of color #111A34: hue angle of 224.57º 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 #111A34 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 26 | 52 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.80 |
| HSL | 224.57º | 0.51% | 0.14% | - |
| HSV(B) | 224.57º | 0.67% | 0.2% | - |
| XYZ | 1.22 | 1.11 | 3.4 | - |
| YUV | 26.27 | 142.52 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 52 | 0.67 | 0.50 | 0 | 0.80 | 224.57 | 0.51 | 0.14 |
| Hex | 11 | 1A | 34 | 43 | 32 | 0 | 50 | E1 | 33 | E |
| Octal | 21 | 32 | 64 | 103 | 62 | 0 | 120 | 341 | 63 | 16 |
| Binary | 10001 | 11010 | 110100 | 1000011 | 110010 | 0 | 1010000 | 11100001 | 110011 | 1110 |
Color Harmonies of #111A34
Complementary color
Monochromatic Colors of #111A34
Black with #111A34
Text Example
Text Example
White with #111A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A34; }
p { color: rgb(17,26,52); }
H1.HeaderClassName
{
color: #111A34;
}
.AnyTagClassName
{
color: #111A34;
}
</style>
background-color css
<style>
a { background-color: #111A34; }
a { background-color: rgb(17,26,52); }
div.DivClassName
{
background-color: #111A34;
}
.BgClassName
{
background-color: #111A34;
}
</style>
border-color css
<style>
span { border-color: #111A34; }
span { border-color: rgb(17,26,52); }
td.TdClassName
{
border-color: #111A34;
}
.TagClassName
{
border-color: #111A34;
}
</style>