Shades of Midnight Express #11224B
Tints of Midnight Express #11224B
RGB
CMYK
RGB Variations
Color information
#11224B (or 0x11224B) is known color: Midnight Express. HEX triplet: 11, 22 and 4B. RGB value is (17,34,75). Sum of RGB (Red+Green+Blue) = 17+34+75=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 75 (29.69% from 255 or 59.52% from 126); Max value from RGB is 75 - color contains mainly: blue. Hex color #11224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11224B is #EEDDB4. Grayscale: #212121. Windows color (decimal): -15654325 or 4923921. OLE color: 4923921.
HSL color Cylindrical-coordinate representation of color #11224B: hue angle of 222.41º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #11224B is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 34 | 75 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.71 |
| HSL | 222.41º | 0.63% | 0.18% | - |
| HSV(B) | 222.41º | 0.77% | 0.29% | - |
| XYZ | 2.07 | 1.77 | 6.89 | - |
| YUV | 33.59 | 151.37 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 34 | 75 | 0.77 | 0.55 | 0 | 0.71 | 222.41 | 0.63 | 0.18 |
| Hex | 11 | 22 | 4B | 4D | 37 | 0 | 47 | DE | 3F | 12 |
| Octal | 21 | 42 | 113 | 115 | 67 | 0 | 107 | 336 | 77 | 22 |
| Binary | 10001 | 100010 | 1001011 | 1001101 | 110111 | 0 | 1000111 | 11011110 | 111111 | 10010 |
Color Harmonies of #11224B
Complementary color
Monochromatic Colors of #11224B
Black with #11224B
Text Example
Text Example
White with #11224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11224B; }
p { color: rgb(17,34,75); }
H1.HeaderClassName
{
color: #11224B;
}
.AnyTagClassName
{
color: #11224B;
}
</style>
background-color css
<style>
a { background-color: #11224B; }
a { background-color: rgb(17,34,75); }
div.DivClassName
{
background-color: #11224B;
}
.BgClassName
{
background-color: #11224B;
}
</style>
border-color css
<style>
span { border-color: #11224B; }
span { border-color: rgb(17,34,75); }
td.TdClassName
{
border-color: #11224B;
}
.TagClassName
{
border-color: #11224B;
}
</style>