Shades of Midnight Express #171B40
Tints of Midnight Express #171B40
RGB
CMYK
RGB Variations
Color information
#171B40 (or 0x171B40) is known color: Midnight Express. HEX triplet: 17, 1B and 40. RGB value is (23,27,64). Sum of RGB (Red+Green+Blue) = 23+27+64=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #171B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #171B40 is #E8E4BF. Grayscale: #1D1D1D. Windows color (decimal): -15262912 or 4201239. OLE color: 4201239.
HSL color Cylindrical-coordinate representation of color #171B40: hue angle of 234.15º 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 #171B40 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 23 | 27 | 64 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.75 |
| HSL | 234.15º | 0.47% | 0.17% | - |
| HSV(B) | 234.15º | 0.64% | 0.25% | - |
| XYZ | 1.67 | 1.34 | 5.02 | - |
| YUV | 30.02 | 147.17 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 27 | 64 | 0.64 | 0.58 | 0 | 0.75 | 234.15 | 0.47 | 0.17 |
| Hex | 17 | 1B | 40 | 40 | 3A | 0 | 4B | EA | 2F | 11 |
| Octal | 27 | 33 | 100 | 100 | 72 | 0 | 113 | 352 | 57 | 21 |
| Binary | 10111 | 11011 | 1000000 | 1000000 | 111010 | 0 | 1001011 | 11101010 | 101111 | 10001 |
Color Harmonies of #171B40
Complementary color
Monochromatic Colors of #171B40
Black with #171B40
Text Example
Text Example
White with #171B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171B40; }
p { color: rgb(23,27,64); }
H1.HeaderClassName
{
color: #171B40;
}
.AnyTagClassName
{
color: #171B40;
}
</style>
background-color css
<style>
a { background-color: #171B40; }
a { background-color: rgb(23,27,64); }
div.DivClassName
{
background-color: #171B40;
}
.BgClassName
{
background-color: #171B40;
}
</style>
border-color css
<style>
span { border-color: #171B40; }
span { border-color: rgb(23,27,64); }
td.TdClassName
{
border-color: #171B40;
}
.TagClassName
{
border-color: #171B40;
}
</style>