Shades of Midnight Express #111A2D
Tints of Midnight Express #111A2D
RGB
CMYK
RGB Variations
Color information
#111A2D (or 0x111A2D) is known color: Midnight Express. HEX triplet: 11, 1A and 2D. RGB value is (17,26,45). Sum of RGB (Red+Green+Blue) = 17+26+45=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 26 (10.55% from 255 or 29.55% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #111A2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #111A2D is #EEE5D2. Grayscale: #191919. Windows color (decimal): -15656403 or 2955793. OLE color: 2955793.
HSL color Cylindrical-coordinate representation of color #111A2D: hue angle of 220.71º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #111A2D is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 17 | 26 | 45 | - |
| CMYK | 0.62 | 0.42 | 0 | 0.82 |
| HSL | 220.71º | 0.45% | 0.12% | - |
| HSV(B) | 220.71º | 0.62% | 0.18% | - |
| XYZ | 1.07 | 1.05 | 2.63 | - |
| YUV | 25.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 26 | 45 | 0.62 | 0.42 | 0 | 0.82 | 220.71 | 0.45 | 0.12 |
| Hex | 11 | 1A | 2D | 3E | 2A | 0 | 52 | DD | 2D | C |
| Octal | 21 | 32 | 55 | 76 | 52 | 0 | 122 | 335 | 55 | 14 |
| Binary | 10001 | 11010 | 101101 | 111110 | 101010 | 0 | 1010010 | 11011101 | 101101 | 1100 |
Color Harmonies of #111A2D
Complementary color
Monochromatic Colors of #111A2D
Black with #111A2D
Text Example
Text Example
White with #111A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111A2D; }
p { color: rgb(17,26,45); }
H1.HeaderClassName
{
color: #111A2D;
}
.AnyTagClassName
{
color: #111A2D;
}
</style>
background-color css
<style>
a { background-color: #111A2D; }
a { background-color: rgb(17,26,45); }
div.DivClassName
{
background-color: #111A2D;
}
.BgClassName
{
background-color: #111A2D;
}
</style>
border-color css
<style>
span { border-color: #111A2D; }
span { border-color: rgb(17,26,45); }
td.TdClassName
{
border-color: #111A2D;
}
.TagClassName
{
border-color: #111A2D;
}
</style>