Shades of Midnight Express #171F41
Tints of Midnight Express #171F41
RGB
CMYK
RGB Variations
Color information
#171F41 (or 0x171F41) is known color: Midnight Express. HEX triplet: 17, 1F and 41. RGB value is (23,31,65). Sum of RGB (Red+Green+Blue) = 23+31+65=119 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.33% from 119); Green value is 31 (12.5% from 255 or 26.05% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #171F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171F41 is #E8E0BE. Grayscale: #202020. Windows color (decimal): -15261887 or 4267799. OLE color: 4267799.
HSL color Cylindrical-coordinate representation of color #171F41: hue angle of 228.57º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #171F41 is Cyan = 0.65, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 31 | 65 | - |
| CMYK | 0.65 | 0.52 | 0 | 0.75 |
| HSL | 228.57º | 0.48% | 0.17% | - |
| HSV(B) | 228.57º | 0.65% | 0.25% | - |
| XYZ | 1.8 | 1.54 | 5.2 | - |
| YUV | 32.48 | 146.35 | 121.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 65 | 0.65 | 0.52 | 0 | 0.75 | 228.57 | 0.48 | 0.17 |
| Hex | 17 | 1F | 41 | 41 | 34 | 0 | 4B | E5 | 30 | 11 |
| Octal | 27 | 37 | 101 | 101 | 64 | 0 | 113 | 345 | 60 | 21 |
| Binary | 10111 | 11111 | 1000001 | 1000001 | 110100 | 0 | 1001011 | 11100101 | 110000 | 10001 |
Color Harmonies of #171F41
Complementary color
Monochromatic Colors of #171F41
Black with #171F41
Text Example
Text Example
White with #171F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F41; }
p { color: rgb(23,31,65); }
H1.HeaderClassName
{
color: #171F41;
}
.AnyTagClassName
{
color: #171F41;
}
</style>
background-color css
<style>
a { background-color: #171F41; }
a { background-color: rgb(23,31,65); }
div.DivClassName
{
background-color: #171F41;
}
.BgClassName
{
background-color: #171F41;
}
</style>
border-color css
<style>
span { border-color: #171F41; }
span { border-color: rgb(23,31,65); }
td.TdClassName
{
border-color: #171F41;
}
.TagClassName
{
border-color: #171F41;
}
</style>