Shades of Midnight Express #11223F
Tints of Midnight Express #11223F
RGB
CMYK
RGB Variations
Color information
#11223F (or 0x11223F) is known color: Midnight Express. HEX triplet: 11, 22 and 3F. RGB value is (17,34,63). Sum of RGB (Red+Green+Blue) = 17+34+63=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 34 (13.67% from 255 or 29.82% from 114); Blue value is 63 (25% from 255 or 55.26% from 114); Max value from RGB is 63 - color contains mainly: blue. Hex color #11223F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11223F is #EEDDC0. Grayscale: #202020. Windows color (decimal): -15654337 or 4137489. OLE color: 4137489.
HSL color Cylindrical-coordinate representation of color #11223F: hue angle of 217.83º 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 #11223F is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 34 | 63 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.75 |
| HSL | 217.83º | 0.58% | 0.16% | - |
| HSV(B) | 217.83º | 0.73% | 0.25% | - |
| XYZ | 1.7 | 1.62 | 4.93 | - |
| YUV | 32.22 | 145.37 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 63 | 0.73 | 0.46 | 0 | 0.75 | 217.83 | 0.58 | 0.16 |
| Hex | 11 | 22 | 3F | 49 | 2E | 0 | 4B | DA | 3A | 10 |
| Octal | 21 | 42 | 77 | 111 | 56 | 0 | 113 | 332 | 72 | 20 |
| Binary | 10001 | 100010 | 111111 | 1001001 | 101110 | 0 | 1001011 | 11011010 | 111010 | 10000 |
Color Harmonies of #11223F
Complementary color
Monochromatic Colors of #11223F
Black with #11223F
Text Example
Text Example
White with #11223F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11223F; }
p { color: rgb(17,34,63); }
H1.HeaderClassName
{
color: #11223F;
}
.AnyTagClassName
{
color: #11223F;
}
</style>
background-color css
<style>
a { background-color: #11223F; }
a { background-color: rgb(17,34,63); }
div.DivClassName
{
background-color: #11223F;
}
.BgClassName
{
background-color: #11223F;
}
</style>
border-color css
<style>
span { border-color: #11223F; }
span { border-color: rgb(17,34,63); }
td.TdClassName
{
border-color: #11223F;
}
.TagClassName
{
border-color: #11223F;
}
</style>