Shades of Midnight Express #111B3B
Tints of Midnight Express #111B3B
RGB
CMYK
RGB Variations
Color information
#111B3B (or 0x111B3B) is known color: Midnight Express. HEX triplet: 11, 1B and 3B. RGB value is (17,27,59). Sum of RGB (Red+Green+Blue) = 17+27+59=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #111B3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111B3B is #EEE4C4. Grayscale: #1B1B1B. Windows color (decimal): -15656133 or 3873553. OLE color: 3873553.
HSL color Cylindrical-coordinate representation of color #111B3B: hue angle of 225.71º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #111B3B is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 27 | 59 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.77 |
| HSL | 225.71º | 0.55% | 0.15% | - |
| HSV(B) | 225.71º | 0.71% | 0.23% | - |
| XYZ | 1.41 | 1.22 | 4.3 | - |
| YUV | 27.66 | 145.69 | 120.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 27 | 59 | 0.71 | 0.54 | 0 | 0.77 | 225.71 | 0.55 | 0.15 |
| Hex | 11 | 1B | 3B | 47 | 36 | 0 | 4D | E2 | 37 | F |
| Octal | 21 | 33 | 73 | 107 | 66 | 0 | 115 | 342 | 67 | 17 |
| Binary | 10001 | 11011 | 111011 | 1000111 | 110110 | 0 | 1001101 | 11100010 | 110111 | 1111 |
Color Harmonies of #111B3B
Complementary color
Monochromatic Colors of #111B3B
Black with #111B3B
Text Example
Text Example
White with #111B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111B3B; }
p { color: rgb(17,27,59); }
H1.HeaderClassName
{
color: #111B3B;
}
.AnyTagClassName
{
color: #111B3B;
}
</style>
background-color css
<style>
a { background-color: #111B3B; }
a { background-color: rgb(17,27,59); }
div.DivClassName
{
background-color: #111B3B;
}
.BgClassName
{
background-color: #111B3B;
}
</style>
border-color css
<style>
span { border-color: #111B3B; }
span { border-color: rgb(17,27,59); }
td.TdClassName
{
border-color: #111B3B;
}
.TagClassName
{
border-color: #111B3B;
}
</style>