Shades of Midnight Express #11133A
Tints of Midnight Express #11133A
RGB
CMYK
RGB Variations
Color information
#11133A (or 0x11133A) is known color: Midnight Express. HEX triplet: 11, 13 and 3A. RGB value is (17,19,58). Sum of RGB (Red+Green+Blue) = 17+19+58=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 58 (23.05% from 255 or 61.70% from 94); Max value from RGB is 58 - color contains mainly: blue. Hex color #11133A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11133A is #EEECC5. Grayscale: #161616. Windows color (decimal): -15658182 or 3805969. OLE color: 3805969.
HSL color Cylindrical-coordinate representation of color #11133A: hue angle of 237.07º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #11133A is Cyan = 0.71, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 17 | 19 | 58 | - |
| CMYK | 0.71 | 0.67 | 0 | 0.77 |
| HSL | 237.07º | 0.55% | 0.15% | - |
| HSV(B) | 237.07º | 0.71% | 0.23% | - |
| XYZ | 1.23 | 0.89 | 4.11 | - |
| YUV | 22.85 | 147.84 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 58 | 0.71 | 0.67 | 0 | 0.77 | 237.07 | 0.55 | 0.15 |
| Hex | 11 | 13 | 3A | 47 | 43 | 0 | 4D | ED | 37 | F |
| Octal | 21 | 23 | 72 | 107 | 103 | 0 | 115 | 355 | 67 | 17 |
| Binary | 10001 | 10011 | 111010 | 1000111 | 1000011 | 0 | 1001101 | 11101101 | 110111 | 1111 |
Color Harmonies of #11133A
Complementary color
Monochromatic Colors of #11133A
Black with #11133A
Text Example
Text Example
White with #11133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11133A; }
p { color: rgb(17,19,58); }
H1.HeaderClassName
{
color: #11133A;
}
.AnyTagClassName
{
color: #11133A;
}
</style>
background-color css
<style>
a { background-color: #11133A; }
a { background-color: rgb(17,19,58); }
div.DivClassName
{
background-color: #11133A;
}
.BgClassName
{
background-color: #11133A;
}
</style>
border-color css
<style>
span { border-color: #11133A; }
span { border-color: rgb(17,19,58); }
td.TdClassName
{
border-color: #11133A;
}
.TagClassName
{
border-color: #11133A;
}
</style>