Shades of Midnight Express #11193C
Tints of Midnight Express #11193C
RGB
CMYK
RGB Variations
Color information
#11193C (or 0x11193C) is known color: Midnight Express. HEX triplet: 11, 19 and 3C. RGB value is (17,25,60). Sum of RGB (Red+Green+Blue) = 17+25+60=102 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.67% from 102); Green value is 25 (10.16% from 255 or 24.51% from 102); Blue value is 60 (23.83% from 255 or 58.82% from 102); Max value from RGB is 60 - color contains mainly: blue. Hex color #11193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11193C is #EEE6C3. Grayscale: #1A1A1A. Windows color (decimal): -15656644 or 3938577. OLE color: 3938577.
HSL color Cylindrical-coordinate representation of color #11193C: hue angle of 228.84º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11193C is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 25 | 60 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.76 |
| HSL | 228.84º | 0.56% | 0.15% | - |
| HSV(B) | 228.84º | 0.72% | 0.24% | - |
| XYZ | 1.39 | 1.14 | 4.42 | - |
| YUV | 26.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 25 | 60 | 0.72 | 0.58 | 0 | 0.76 | 228.84 | 0.56 | 0.15 |
| Hex | 11 | 19 | 3C | 48 | 3A | 0 | 4C | E5 | 38 | F |
| Octal | 21 | 31 | 74 | 110 | 72 | 0 | 114 | 345 | 70 | 17 |
| Binary | 10001 | 11001 | 111100 | 1001000 | 111010 | 0 | 1001100 | 11100101 | 111000 | 1111 |
Color Harmonies of #11193C
Complementary color
Monochromatic Colors of #11193C
Black with #11193C
Text Example
Text Example
White with #11193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11193C; }
p { color: rgb(17,25,60); }
H1.HeaderClassName
{
color: #11193C;
}
.AnyTagClassName
{
color: #11193C;
}
</style>
background-color css
<style>
a { background-color: #11193C; }
a { background-color: rgb(17,25,60); }
div.DivClassName
{
background-color: #11193C;
}
.BgClassName
{
background-color: #11193C;
}
</style>
border-color css
<style>
span { border-color: #11193C; }
span { border-color: rgb(17,25,60); }
td.TdClassName
{
border-color: #11193C;
}
.TagClassName
{
border-color: #11193C;
}
</style>