Shades of Midnight Express #171D4A
Tints of Midnight Express #171D4A
RGB
CMYK
RGB Variations
Color information
#171D4A (or 0x171D4A) is known color: Midnight Express. HEX triplet: 17, 1D and 4A. RGB value is (23,29,74). Sum of RGB (Red+Green+Blue) = 23+29+74=126 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.25% from 126); Green value is 29 (11.72% from 255 or 23.02% 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 #171D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171D4A is #E8E2B5. Grayscale: #202020. Windows color (decimal): -15262390 or 4857111. OLE color: 4857111.
HSL color Cylindrical-coordinate representation of color #171D4A: hue angle of 232.94º 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 #171D4A is Cyan = 0.69, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 29 | 74 | - |
| CMYK | 0.69 | 0.61 | 0 | 0.71 |
| HSL | 232.94º | 0.53% | 0.19% | - |
| HSV(B) | 232.94º | 0.69% | 0.29% | - |
| XYZ | 2.03 | 1.56 | 6.67 | - |
| YUV | 32.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 74 | 0.69 | 0.61 | 0 | 0.71 | 232.94 | 0.53 | 0.19 |
| Hex | 17 | 1D | 4A | 45 | 3D | 0 | 47 | E9 | 35 | 13 |
| Octal | 27 | 35 | 112 | 105 | 75 | 0 | 107 | 351 | 65 | 23 |
| Binary | 10111 | 11101 | 1001010 | 1000101 | 111101 | 0 | 1000111 | 11101001 | 110101 | 10011 |
Color Harmonies of #171D4A
Complementary color
Monochromatic Colors of #171D4A
Black with #171D4A
Text Example
Text Example
White with #171D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D4A; }
p { color: rgb(23,29,74); }
H1.HeaderClassName
{
color: #171D4A;
}
.AnyTagClassName
{
color: #171D4A;
}
</style>
background-color css
<style>
a { background-color: #171D4A; }
a { background-color: rgb(23,29,74); }
div.DivClassName
{
background-color: #171D4A;
}
.BgClassName
{
background-color: #171D4A;
}
</style>
border-color css
<style>
span { border-color: #171D4A; }
span { border-color: rgb(23,29,74); }
td.TdClassName
{
border-color: #171D4A;
}
.TagClassName
{
border-color: #171D4A;
}
</style>