Shades of Midnight Express #11153F
Tints of Midnight Express #11153F
RGB
CMYK
RGB Variations
Color information
#11153F (or 0x11153F) is known color: Midnight Express. HEX triplet: 11, 15 and 3F. RGB value is (17,21,63). Sum of RGB (Red+Green+Blue) = 17+21+63=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 21 (8.59% from 255 or 20.79% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #11153F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11153F is #EEEAC0. Grayscale: #181818. Windows color (decimal): -15657665 or 4134161. OLE color: 4134161.
HSL color Cylindrical-coordinate representation of color #11153F: hue angle of 234.78º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11153F is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 21 | 63 | - |
| CMYK | 0.73 | 0.67 | 0 | 0.75 |
| HSL | 234.78º | 0.58% | 0.16% | - |
| HSV(B) | 234.78º | 0.73% | 0.25% | - |
| XYZ | 1.4 | 1.01 | 4.82 | - |
| YUV | 24.59 | 149.67 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 63 | 0.73 | 0.67 | 0 | 0.75 | 234.78 | 0.58 | 0.16 |
| Hex | 11 | 15 | 3F | 49 | 43 | 0 | 4B | EB | 3A | 10 |
| Octal | 21 | 25 | 77 | 111 | 103 | 0 | 113 | 353 | 72 | 20 |
| Binary | 10001 | 10101 | 111111 | 1001001 | 1000011 | 0 | 1001011 | 11101011 | 111010 | 10000 |
Color Harmonies of #11153F
Complementary color
Monochromatic Colors of #11153F
Black with #11153F
Text Example
Text Example
White with #11153F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11153F; }
p { color: rgb(17,21,63); }
H1.HeaderClassName
{
color: #11153F;
}
.AnyTagClassName
{
color: #11153F;
}
</style>
background-color css
<style>
a { background-color: #11153F; }
a { background-color: rgb(17,21,63); }
div.DivClassName
{
background-color: #11153F;
}
.BgClassName
{
background-color: #11153F;
}
</style>
border-color css
<style>
span { border-color: #11153F; }
span { border-color: rgb(17,21,63); }
td.TdClassName
{
border-color: #11153F;
}
.TagClassName
{
border-color: #11153F;
}
</style>