Shades of Midnight Express #171949
Tints of Midnight Express #171949
RGB
CMYK
RGB Variations
Color information
#171949 (or 0x171949) is known color: Midnight Express. HEX triplet: 17, 19 and 49. RGB value is (23,25,73). Sum of RGB (Red+Green+Blue) = 23+25+73=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #171949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #171949 is #E8E6B6. Grayscale: #1D1D1D. Windows color (decimal): -15263415 or 4790551. OLE color: 4790551.
HSL color Cylindrical-coordinate representation of color #171949: hue angle of 237.6º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #171949 is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 23 | 25 | 73 | - |
| CMYK | 0.68 | 0.66 | 0 | 0.71 |
| HSL | 237.6º | 0.52% | 0.19% | - |
| HSV(B) | 237.6º | 0.68% | 0.29% | - |
| XYZ | 1.9 | 1.36 | 6.47 | - |
| YUV | 29.87 | 152.34 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 73 | 0.68 | 0.66 | 0 | 0.71 | 237.6 | 0.52 | 0.19 |
| Hex | 17 | 19 | 49 | 44 | 42 | 0 | 47 | EE | 34 | 13 |
| Octal | 27 | 31 | 111 | 104 | 102 | 0 | 107 | 356 | 64 | 23 |
| Binary | 10111 | 11001 | 1001001 | 1000100 | 1000010 | 0 | 1000111 | 11101110 | 110100 | 10011 |
Color Harmonies of #171949
Complementary color
Monochromatic Colors of #171949
Black with #171949
Text Example
Text Example
White with #171949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171949; }
p { color: rgb(23,25,73); }
H1.HeaderClassName
{
color: #171949;
}
.AnyTagClassName
{
color: #171949;
}
</style>
background-color css
<style>
a { background-color: #171949; }
a { background-color: rgb(23,25,73); }
div.DivClassName
{
background-color: #171949;
}
.BgClassName
{
background-color: #171949;
}
</style>
border-color css
<style>
span { border-color: #171949; }
span { border-color: rgb(23,25,73); }
td.TdClassName
{
border-color: #171949;
}
.TagClassName
{
border-color: #171949;
}
</style>