Shades of Midnight Express #17204A
Tints of Midnight Express #17204A
RGB
CMYK
RGB Variations
Color information
#17204A (or 0x17204A) is known color: Midnight Express. HEX triplet: 17, 20 and 4A. RGB value is (23,32,74). Sum of RGB (Red+Green+Blue) = 23+32+74=129 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.83% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 74 (29.30% from 255 or 57.36% from 129); Max value from RGB is 74 - color contains mainly: blue. Hex color #17204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17204A is #E8DFB5. Grayscale: #212121. Windows color (decimal): -15261622 or 4857879. OLE color: 4857879.
HSL color Cylindrical-coordinate representation of color #17204A: hue angle of 229.41º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #17204A is Cyan = 0.69, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 32 | 74 | - |
| CMYK | 0.69 | 0.57 | 0 | 0.71 |
| HSL | 229.41º | 0.53% | 0.19% | - |
| HSV(B) | 229.41º | 0.69% | 0.29% | - |
| XYZ | 2.11 | 1.71 | 6.7 | - |
| YUV | 34.1 | 150.52 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 74 | 0.69 | 0.57 | 0 | 0.71 | 229.41 | 0.53 | 0.19 |
| Hex | 17 | 20 | 4A | 45 | 39 | 0 | 47 | E5 | 35 | 13 |
| Octal | 27 | 40 | 112 | 105 | 71 | 0 | 107 | 345 | 65 | 23 |
| Binary | 10111 | 100000 | 1001010 | 1000101 | 111001 | 0 | 1000111 | 11100101 | 110101 | 10011 |
Color Harmonies of #17204A
Complementary color
Monochromatic Colors of #17204A
Black with #17204A
Text Example
Text Example
White with #17204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17204A; }
p { color: rgb(23,32,74); }
H1.HeaderClassName
{
color: #17204A;
}
.AnyTagClassName
{
color: #17204A;
}
</style>
background-color css
<style>
a { background-color: #17204A; }
a { background-color: rgb(23,32,74); }
div.DivClassName
{
background-color: #17204A;
}
.BgClassName
{
background-color: #17204A;
}
</style>
border-color css
<style>
span { border-color: #17204A; }
span { border-color: rgb(23,32,74); }
td.TdClassName
{
border-color: #17204A;
}
.TagClassName
{
border-color: #17204A;
}
</style>