Shades of Midnight Blue #171D5E
Tints of Midnight Blue #171D5E
RGB
CMYK
RGB Variations
Color information
#171D5E (or 0x171D5E) is known color: Midnight Blue. HEX triplet: 17, 1D and 5E. RGB value is (23,29,94). Sum of RGB (Red+Green+Blue) = 23+29+94=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #171D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171D5E is #E8E2A1. Grayscale: #222222. Windows color (decimal): -15262370 or 6167831. OLE color: 6167831.
HSL color Cylindrical-coordinate representation of color #171D5E: hue angle of 234.93º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #171D5E is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 29 | 94 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.63 |
| HSL | 234.93º | 0.61% | 0.23% | - |
| HSV(B) | 234.93º | 0.76% | 0.37% | - |
| XYZ | 2.81 | 1.87 | 10.8 | - |
| YUV | 34.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 94 | 0.76 | 0.69 | 0 | 0.63 | 234.93 | 0.61 | 0.23 |
| Hex | 17 | 1D | 5E | 4C | 45 | 0 | 3F | EB | 3D | 17 |
| Octal | 27 | 35 | 136 | 114 | 105 | 0 | 77 | 353 | 75 | 27 |
| Binary | 10111 | 11101 | 1011110 | 1001100 | 1000101 | 0 | 111111 | 11101011 | 111101 | 10111 |
Color Harmonies of #171D5E
Complementary color
Monochromatic Colors of #171D5E
Black with #171D5E
Text Example
Text Example
White with #171D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D5E; }
p { color: rgb(23,29,94); }
H1.HeaderClassName
{
color: #171D5E;
}
.AnyTagClassName
{
color: #171D5E;
}
</style>
background-color css
<style>
a { background-color: #171D5E; }
a { background-color: rgb(23,29,94); }
div.DivClassName
{
background-color: #171D5E;
}
.BgClassName
{
background-color: #171D5E;
}
</style>
border-color css
<style>
span { border-color: #171D5E; }
span { border-color: rgb(23,29,94); }
td.TdClassName
{
border-color: #171D5E;
}
.TagClassName
{
border-color: #171D5E;
}
</style>