Shades of Midnight Express #11213F
Tints of Midnight Express #11213F
RGB
CMYK
RGB Variations
Color information
#11213F (or 0x11213F) is known color: Midnight Express. HEX triplet: 11, 21 and 3F. RGB value is (17,33,63). Sum of RGB (Red+Green+Blue) = 17+33+63=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 33 (13.28% from 255 or 29.20% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #11213F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11213F is #EEDEC0. Grayscale: #1F1F1F. Windows color (decimal): -15654593 or 4137233. OLE color: 4137233.
HSL color Cylindrical-coordinate representation of color #11213F: hue angle of 219.13º 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 #11213F is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 33 | 63 | - |
| CMYK | 0.73 | 0.48 | 0 | 0.75 |
| HSL | 219.13º | 0.58% | 0.16% | - |
| HSV(B) | 219.13º | 0.73% | 0.25% | - |
| XYZ | 1.67 | 1.57 | 4.92 | - |
| YUV | 31.64 | 145.7 | 117.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 33 | 63 | 0.73 | 0.48 | 0 | 0.75 | 219.13 | 0.58 | 0.16 |
| Hex | 11 | 21 | 3F | 49 | 30 | 0 | 4B | DB | 3A | 10 |
| Octal | 21 | 41 | 77 | 111 | 60 | 0 | 113 | 333 | 72 | 20 |
| Binary | 10001 | 100001 | 111111 | 1001001 | 110000 | 0 | 1001011 | 11011011 | 111010 | 10000 |
Color Harmonies of #11213F
Complementary color
Monochromatic Colors of #11213F
Black with #11213F
Text Example
Text Example
White with #11213F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11213F; }
p { color: rgb(17,33,63); }
H1.HeaderClassName
{
color: #11213F;
}
.AnyTagClassName
{
color: #11213F;
}
</style>
background-color css
<style>
a { background-color: #11213F; }
a { background-color: rgb(17,33,63); }
div.DivClassName
{
background-color: #11213F;
}
.BgClassName
{
background-color: #11213F;
}
</style>
border-color css
<style>
span { border-color: #11213F; }
span { border-color: rgb(17,33,63); }
td.TdClassName
{
border-color: #11213F;
}
.TagClassName
{
border-color: #11213F;
}
</style>