Shades of Midnight Express #11204B
Tints of Midnight Express #11204B
RGB
CMYK
RGB Variations
Color information
#11204B (or 0x11204B) is known color: Midnight Express. HEX triplet: 11, 20 and 4B. RGB value is (17,32,75). Sum of RGB (Red+Green+Blue) = 17+32+75=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 75 (29.69% from 255 or 60.48% from 124); Max value from RGB is 75 - color contains mainly: blue. Hex color #11204B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11204B is #EEDFB4. Grayscale: #202020. Windows color (decimal): -15654837 or 4923409. OLE color: 4923409.
HSL color Cylindrical-coordinate representation of color #11204B: hue angle of 224.48º 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 #11204B is Cyan = 0.77, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 32 | 75 | - |
| CMYK | 0.77 | 0.57 | 0 | 0.71 |
| HSL | 224.48º | 0.63% | 0.18% | - |
| HSV(B) | 224.48º | 0.77% | 0.29% | - |
| XYZ | 2.02 | 1.66 | 6.87 | - |
| YUV | 32.42 | 152.03 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 32 | 75 | 0.77 | 0.57 | 0 | 0.71 | 224.48 | 0.63 | 0.18 |
| Hex | 11 | 20 | 4B | 4D | 39 | 0 | 47 | E0 | 3F | 12 |
| Octal | 21 | 40 | 113 | 115 | 71 | 0 | 107 | 340 | 77 | 22 |
| Binary | 10001 | 100000 | 1001011 | 1001101 | 111001 | 0 | 1000111 | 11100000 | 111111 | 10010 |
Color Harmonies of #11204B
Complementary color
Monochromatic Colors of #11204B
Black with #11204B
Text Example
Text Example
White with #11204B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11204B; }
p { color: rgb(17,32,75); }
H1.HeaderClassName
{
color: #11204B;
}
.AnyTagClassName
{
color: #11204B;
}
</style>
background-color css
<style>
a { background-color: #11204B; }
a { background-color: rgb(17,32,75); }
div.DivClassName
{
background-color: #11204B;
}
.BgClassName
{
background-color: #11204B;
}
</style>
border-color css
<style>
span { border-color: #11204B; }
span { border-color: rgb(17,32,75); }
td.TdClassName
{
border-color: #11204B;
}
.TagClassName
{
border-color: #11204B;
}
</style>