Shades of Midnight Express #17224D
Tints of Midnight Express #17224D
RGB
CMYK
RGB Variations
Color information
#17224D (or 0x17224D) is known color: Midnight Express. HEX triplet: 17, 22 and 4D. RGB value is (23,34,77). Sum of RGB (Red+Green+Blue) = 23+34+77=134 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.16% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 77 (30.47% from 255 or 57.46% from 134); Max value from RGB is 77 - color contains mainly: blue. Hex color #17224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17224D is #E8DDB2. Grayscale: #232323. Windows color (decimal): -15261107 or 5054999. OLE color: 5054999.
HSL color Cylindrical-coordinate representation of color #17224D: hue angle of 227.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #17224D is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 34 | 77 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.70 |
| HSL | 227.78º | 0.54% | 0.2% | - |
| HSV(B) | 227.78º | 0.7% | 0.3% | - |
| XYZ | 2.26 | 1.86 | 7.26 | - |
| YUV | 35.61 | 151.36 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 34 | 77 | 0.70 | 0.56 | 0 | 0.70 | 227.78 | 0.54 | 0.2 |
| Hex | 17 | 22 | 4D | 46 | 38 | 0 | 46 | E4 | 36 | 14 |
| Octal | 27 | 42 | 115 | 106 | 70 | 0 | 106 | 344 | 66 | 24 |
| Binary | 10111 | 100010 | 1001101 | 1000110 | 111000 | 0 | 1000110 | 11100100 | 110110 | 10100 |
Color Harmonies of #17224D
Complementary color
Monochromatic Colors of #17224D
Black with #17224D
Text Example
Text Example
White with #17224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17224D; }
p { color: rgb(23,34,77); }
H1.HeaderClassName
{
color: #17224D;
}
.AnyTagClassName
{
color: #17224D;
}
</style>
background-color css
<style>
a { background-color: #17224D; }
a { background-color: rgb(23,34,77); }
div.DivClassName
{
background-color: #17224D;
}
.BgClassName
{
background-color: #17224D;
}
</style>
border-color css
<style>
span { border-color: #17224D; }
span { border-color: rgb(23,34,77); }
td.TdClassName
{
border-color: #17224D;
}
.TagClassName
{
border-color: #17224D;
}
</style>