Shades of Midnight Express #171F4D
Tints of Midnight Express #171F4D
RGB
CMYK
RGB Variations
Color information
#171F4D (or 0x171F4D) is known color: Midnight Express. HEX triplet: 17, 1F and 4D. RGB value is (23,31,77). Sum of RGB (Red+Green+Blue) = 23+31+77=131 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.56% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 77 (30.47% from 255 or 58.78% from 131); Max value from RGB is 77 - color contains mainly: blue. Hex color #171F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171F4D is #E8E0B2. Grayscale: #212121. Windows color (decimal): -15261875 or 5054231. OLE color: 5054231.
HSL color Cylindrical-coordinate representation of color #171F4D: hue angle of 231.11º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #171F4D is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 23 | 31 | 77 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.70 |
| HSL | 231.11º | 0.54% | 0.2% | - |
| HSV(B) | 231.11º | 0.7% | 0.3% | - |
| XYZ | 2.18 | 1.7 | 7.23 | - |
| YUV | 33.85 | 152.35 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 77 | 0.70 | 0.60 | 0 | 0.70 | 231.11 | 0.54 | 0.2 |
| Hex | 17 | 1F | 4D | 46 | 3C | 0 | 46 | E7 | 36 | 14 |
| Octal | 27 | 37 | 115 | 106 | 74 | 0 | 106 | 347 | 66 | 24 |
| Binary | 10111 | 11111 | 1001101 | 1000110 | 111100 | 0 | 1000110 | 11100111 | 110110 | 10100 |
Color Harmonies of #171F4D
Complementary color
Monochromatic Colors of #171F4D
Black with #171F4D
Text Example
Text Example
White with #171F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F4D; }
p { color: rgb(23,31,77); }
H1.HeaderClassName
{
color: #171F4D;
}
.AnyTagClassName
{
color: #171F4D;
}
</style>
background-color css
<style>
a { background-color: #171F4D; }
a { background-color: rgb(23,31,77); }
div.DivClassName
{
background-color: #171F4D;
}
.BgClassName
{
background-color: #171F4D;
}
</style>
border-color css
<style>
span { border-color: #171F4D; }
span { border-color: rgb(23,31,77); }
td.TdClassName
{
border-color: #171F4D;
}
.TagClassName
{
border-color: #171F4D;
}
</style>