Shades of Midnight Express #111A3C
Tints of Midnight Express #111A3C
RGB
CMYK
RGB Variations
Color information
#111A3C (or 0x111A3C) is known color: Midnight Express. HEX triplet: 11, 1A and 3C. RGB value is (17,26,60). Sum of RGB (Red+Green+Blue) = 17+26+60=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #111A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A3C is #EEE5C3. Grayscale: #1B1B1B. Windows color (decimal): -15656388 or 3938833. OLE color: 3938833.
HSL color Cylindrical-coordinate representation of color #111A3C: hue angle of 227.44º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #111A3C is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 26 | 60 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.76 |
| HSL | 227.44º | 0.56% | 0.15% | - |
| HSV(B) | 227.44º | 0.72% | 0.24% | - |
| XYZ | 1.42 | 1.18 | 4.43 | - |
| YUV | 27.19 | 146.52 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 60 | 0.72 | 0.57 | 0 | 0.76 | 227.44 | 0.56 | 0.15 |
| Hex | 11 | 1A | 3C | 48 | 39 | 0 | 4C | E3 | 38 | F |
| Octal | 21 | 32 | 74 | 110 | 71 | 0 | 114 | 343 | 70 | 17 |
| Binary | 10001 | 11010 | 111100 | 1001000 | 111001 | 0 | 1001100 | 11100011 | 111000 | 1111 |
Color Harmonies of #111A3C
Complementary color
Monochromatic Colors of #111A3C
Black with #111A3C
Text Example
Text Example
White with #111A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A3C; }
p { color: rgb(17,26,60); }
H1.HeaderClassName
{
color: #111A3C;
}
.AnyTagClassName
{
color: #111A3C;
}
</style>
background-color css
<style>
a { background-color: #111A3C; }
a { background-color: rgb(17,26,60); }
div.DivClassName
{
background-color: #111A3C;
}
.BgClassName
{
background-color: #111A3C;
}
</style>
border-color css
<style>
span { border-color: #111A3C; }
span { border-color: rgb(17,26,60); }
td.TdClassName
{
border-color: #111A3C;
}
.TagClassName
{
border-color: #111A3C;
}
</style>