Shades of Midnight Express #171F40
Tints of Midnight Express #171F40
RGB
CMYK
RGB Variations
Color information
#171F40 (or 0x171F40) is known color: Midnight Express. HEX triplet: 17, 1F and 40. RGB value is (23,31,64). Sum of RGB (Red+Green+Blue) = 23+31+64=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 64 (25.39% from 255 or 54.24% from 118); Max value from RGB is 64 - color contains mainly: blue. Hex color #171F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F40 is #E8E0BF. Grayscale: #202020. Windows color (decimal): -15261888 or 4202263. OLE color: 4202263.
HSL color Cylindrical-coordinate representation of color #171F40: hue angle of 228.29º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #171F40 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 31 | 64 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.75 |
| HSL | 228.29º | 0.47% | 0.17% | - |
| HSV(B) | 228.29º | 0.64% | 0.25% | - |
| XYZ | 1.77 | 1.53 | 5.05 | - |
| YUV | 32.37 | 145.85 | 121.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 64 | 0.64 | 0.52 | 0 | 0.75 | 228.29 | 0.47 | 0.17 |
| Hex | 17 | 1F | 40 | 40 | 34 | 0 | 4B | E4 | 2F | 11 |
| Octal | 27 | 37 | 100 | 100 | 64 | 0 | 113 | 344 | 57 | 21 |
| Binary | 10111 | 11111 | 1000000 | 1000000 | 110100 | 0 | 1001011 | 11100100 | 101111 | 10001 |
Color Harmonies of #171F40
Complementary color
Monochromatic Colors of #171F40
Black with #171F40
Text Example
Text Example
White with #171F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F40; }
p { color: rgb(23,31,64); }
H1.HeaderClassName
{
color: #171F40;
}
.AnyTagClassName
{
color: #171F40;
}
</style>
background-color css
<style>
a { background-color: #171F40; }
a { background-color: rgb(23,31,64); }
div.DivClassName
{
background-color: #171F40;
}
.BgClassName
{
background-color: #171F40;
}
</style>
border-color css
<style>
span { border-color: #171F40; }
span { border-color: rgb(23,31,64); }
td.TdClassName
{
border-color: #171F40;
}
.TagClassName
{
border-color: #171F40;
}
</style>