Shades of Midnight Express #111343
Tints of Midnight Express #111343
RGB
CMYK
RGB Variations
Color information
#111343 (or 0x111343) is known color: Midnight Express. HEX triplet: 11, 13 and 43. RGB value is (17,19,67). Sum of RGB (Red+Green+Blue) = 17+19+67=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 19 (7.81% from 255 or 18.45% from 103); Blue value is 67 (26.56% from 255 or 65.05% from 103); Max value from RGB is 67 - color contains mainly: blue. Hex color #111343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111343 is #EEECBC. Grayscale: #171717. Windows color (decimal): -15658173 or 4395793. OLE color: 4395793.
HSL color Cylindrical-coordinate representation of color #111343: hue angle of 237.6º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #111343 is Cyan = 0.75, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 17 | 19 | 67 | - |
| CMYK | 0.75 | 0.72 | 0 | 0.74 |
| HSL | 237.6º | 0.6% | 0.16% | - |
| HSV(B) | 237.6º | 0.75% | 0.26% | - |
| XYZ | 1.48 | 0.99 | 5.42 | - |
| YUV | 23.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 67 | 0.75 | 0.72 | 0 | 0.74 | 237.6 | 0.6 | 0.16 |
| Hex | 11 | 13 | 43 | 4B | 48 | 0 | 4A | EE | 3C | 10 |
| Octal | 21 | 23 | 103 | 113 | 110 | 0 | 112 | 356 | 74 | 20 |
| Binary | 10001 | 10011 | 1000011 | 1001011 | 1001000 | 0 | 1001010 | 11101110 | 111100 | 10000 |
Color Harmonies of #111343
Complementary color
Monochromatic Colors of #111343
Black with #111343
Text Example
Text Example
White with #111343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111343; }
p { color: rgb(17,19,67); }
H1.HeaderClassName
{
color: #111343;
}
.AnyTagClassName
{
color: #111343;
}
</style>
background-color css
<style>
a { background-color: #111343; }
a { background-color: rgb(17,19,67); }
div.DivClassName
{
background-color: #111343;
}
.BgClassName
{
background-color: #111343;
}
</style>
border-color css
<style>
span { border-color: #111343; }
span { border-color: rgb(17,19,67); }
td.TdClassName
{
border-color: #111343;
}
.TagClassName
{
border-color: #111343;
}
</style>