Shades of Midnight Express #11234A
Tints of Midnight Express #11234A
RGB
CMYK
RGB Variations
Color information
#11234A (or 0x11234A) is known color: Midnight Express. HEX triplet: 11, 23 and 4A. RGB value is (17,35,74). Sum of RGB (Red+Green+Blue) = 17+35+74=126 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.49% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 74 (29.30% from 255 or 58.73% from 126); Max value from RGB is 74 - color contains mainly: blue. Hex color #11234A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11234A is #EEDCB5. Grayscale: #212121. Windows color (decimal): -15654070 or 4858641. OLE color: 4858641.
HSL color Cylindrical-coordinate representation of color #11234A: hue angle of 221.05º 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 #11234A is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 17 | 35 | 74 | - |
| CMYK | 0.77 | 0.53 | 0 | 0.71 |
| HSL | 221.05º | 0.63% | 0.18% | - |
| HSV(B) | 221.05º | 0.77% | 0.29% | - |
| XYZ | 2.07 | 1.82 | 6.72 | - |
| YUV | 34.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 74 | 0.77 | 0.53 | 0 | 0.71 | 221.05 | 0.63 | 0.18 |
| Hex | 11 | 23 | 4A | 4D | 35 | 0 | 47 | DD | 3F | 12 |
| Octal | 21 | 43 | 112 | 115 | 65 | 0 | 107 | 335 | 77 | 22 |
| Binary | 10001 | 100011 | 1001010 | 1001101 | 110101 | 0 | 1000111 | 11011101 | 111111 | 10010 |
Color Harmonies of #11234A
Complementary color
Monochromatic Colors of #11234A
Black with #11234A
Text Example
Text Example
White with #11234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11234A; }
p { color: rgb(17,35,74); }
H1.HeaderClassName
{
color: #11234A;
}
.AnyTagClassName
{
color: #11234A;
}
</style>
background-color css
<style>
a { background-color: #11234A; }
a { background-color: rgb(17,35,74); }
div.DivClassName
{
background-color: #11234A;
}
.BgClassName
{
background-color: #11234A;
}
</style>
border-color css
<style>
span { border-color: #11234A; }
span { border-color: rgb(17,35,74); }
td.TdClassName
{
border-color: #11234A;
}
.TagClassName
{
border-color: #11234A;
}
</style>