Shades of Midnight Express #11193F
Tints of Midnight Express #11193F
RGB
CMYK
RGB Variations
Color information
#11193F (or 0x11193F) is known color: Midnight Express. HEX triplet: 11, 19 and 3F. RGB value is (17,25,63). Sum of RGB (Red+Green+Blue) = 17+25+63=105 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.19% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 63 (25% from 255 or 60% from 105); Max value from RGB is 63 - color contains mainly: blue. Hex color #11193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11193F is #EEE6C0. Grayscale: #1A1A1A. Windows color (decimal): -15656641 or 4135185. OLE color: 4135185.
HSL color Cylindrical-coordinate representation of color #11193F: hue angle of 229.57º 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 #11193F is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 25 | 63 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.75 |
| HSL | 229.57º | 0.58% | 0.16% | - |
| HSV(B) | 229.57º | 0.73% | 0.25% | - |
| XYZ | 1.48 | 1.17 | 4.85 | - |
| YUV | 26.94 | 148.35 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 63 | 0.73 | 0.60 | 0 | 0.75 | 229.57 | 0.58 | 0.16 |
| Hex | 11 | 19 | 3F | 49 | 3C | 0 | 4B | E6 | 3A | 10 |
| Octal | 21 | 31 | 77 | 111 | 74 | 0 | 113 | 346 | 72 | 20 |
| Binary | 10001 | 11001 | 111111 | 1001001 | 111100 | 0 | 1001011 | 11100110 | 111010 | 10000 |
Color Harmonies of #11193F
Complementary color
Monochromatic Colors of #11193F
Black with #11193F
Text Example
Text Example
White with #11193F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11193F; }
p { color: rgb(17,25,63); }
H1.HeaderClassName
{
color: #11193F;
}
.AnyTagClassName
{
color: #11193F;
}
</style>
background-color css
<style>
a { background-color: #11193F; }
a { background-color: rgb(17,25,63); }
div.DivClassName
{
background-color: #11193F;
}
.BgClassName
{
background-color: #11193F;
}
</style>
border-color css
<style>
span { border-color: #11193F; }
span { border-color: rgb(17,25,63); }
td.TdClassName
{
border-color: #11193F;
}
.TagClassName
{
border-color: #11193F;
}
</style>