Shades of Midnight Express #11133D
Tints of Midnight Express #11133D
RGB
CMYK
RGB Variations
Color information
#11133D (or 0x11133D) is known color: Midnight Express. HEX triplet: 11, 13 and 3D. RGB value is (17,19,61). Sum of RGB (Red+Green+Blue) = 17+19+61=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #11133D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11133D is #EEECC2. Grayscale: #171717. Windows color (decimal): -15658179 or 4002577. OLE color: 4002577.
HSL color Cylindrical-coordinate representation of color #11133D: hue angle of 237.27º 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 #11133D is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 19 | 61 | - |
| CMYK | 0.72 | 0.69 | 0 | 0.76 |
| HSL | 237.27º | 0.56% | 0.15% | - |
| HSV(B) | 237.27º | 0.72% | 0.24% | - |
| XYZ | 1.31 | 0.92 | 4.52 | - |
| YUV | 23.19 | 149.34 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 61 | 0.72 | 0.69 | 0 | 0.76 | 237.27 | 0.56 | 0.15 |
| Hex | 11 | 13 | 3D | 48 | 45 | 0 | 4C | ED | 38 | F |
| Octal | 21 | 23 | 75 | 110 | 105 | 0 | 114 | 355 | 70 | 17 |
| Binary | 10001 | 10011 | 111101 | 1001000 | 1000101 | 0 | 1001100 | 11101101 | 111000 | 1111 |
Color Harmonies of #11133D
Complementary color
Monochromatic Colors of #11133D
Black with #11133D
Text Example
Text Example
White with #11133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11133D; }
p { color: rgb(17,19,61); }
H1.HeaderClassName
{
color: #11133D;
}
.AnyTagClassName
{
color: #11133D;
}
</style>
background-color css
<style>
a { background-color: #11133D; }
a { background-color: rgb(17,19,61); }
div.DivClassName
{
background-color: #11133D;
}
.BgClassName
{
background-color: #11133D;
}
</style>
border-color css
<style>
span { border-color: #11133D; }
span { border-color: rgb(17,19,61); }
td.TdClassName
{
border-color: #11133D;
}
.TagClassName
{
border-color: #11133D;
}
</style>