Shades of Midnight Express #11234D
Tints of Midnight Express #11234D
RGB
CMYK
RGB Variations
Color information
#11234D (or 0x11234D) is known color: Midnight Express. HEX triplet: 11, 23 and 4D. RGB value is (17,35,77). Sum of RGB (Red+Green+Blue) = 17+35+77=129 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.18% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #11234D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11234D is #EEDCB2. Grayscale: #222222. Windows color (decimal): -15654067 or 5055249. OLE color: 5055249.
HSL color Cylindrical-coordinate representation of color #11234D: hue angle of 222º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11234D is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 17 | 35 | 77 | - |
| CMYK | 0.78 | 0.55 | 0 | 0.70 |
| HSL | 222º | 0.64% | 0.18% | - |
| HSV(B) | 222º | 0.78% | 0.3% | - |
| XYZ | 2.17 | 1.86 | 7.27 | - |
| YUV | 34.41 | 152.04 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 77 | 0.78 | 0.55 | 0 | 0.70 | 222 | 0.64 | 0.18 |
| Hex | 11 | 23 | 4D | 4E | 37 | 0 | 46 | DE | 40 | 12 |
| Octal | 21 | 43 | 115 | 116 | 67 | 0 | 106 | 336 | 100 | 22 |
| Binary | 10001 | 100011 | 1001101 | 1001110 | 110111 | 0 | 1000110 | 11011110 | 1000000 | 10010 |
Color Harmonies of #11234D
Complementary color
Monochromatic Colors of #11234D
Black with #11234D
Text Example
Text Example
White with #11234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11234D; }
p { color: rgb(17,35,77); }
H1.HeaderClassName
{
color: #11234D;
}
.AnyTagClassName
{
color: #11234D;
}
</style>
background-color css
<style>
a { background-color: #11234D; }
a { background-color: rgb(17,35,77); }
div.DivClassName
{
background-color: #11234D;
}
.BgClassName
{
background-color: #11234D;
}
</style>
border-color css
<style>
span { border-color: #11234D; }
span { border-color: rgb(17,35,77); }
td.TdClassName
{
border-color: #11234D;
}
.TagClassName
{
border-color: #11234D;
}
</style>