Shades of Midnight Blue #171F5D
Tints of Midnight Blue #171F5D
RGB
CMYK
RGB Variations
Color information
#171F5D (or 0x171F5D) is known color: Midnight Blue. HEX triplet: 17, 1F and 5D. RGB value is (23,31,93). Sum of RGB (Red+Green+Blue) = 23+31+93=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 93 (36.72% from 255 or 63.27% from 147); Max value from RGB is 93 - color contains mainly: blue. Hex color #171F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171F5D is #E8E0A2. Grayscale: #232323. Windows color (decimal): -15261859 or 6102807. OLE color: 6102807.
HSL color Cylindrical-coordinate representation of color #171F5D: hue angle of 233.14º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #171F5D is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 31 | 93 | - |
| CMYK | 0.75 | 0.67 | 0 | 0.64 |
| HSL | 233.14º | 0.6% | 0.23% | - |
| HSV(B) | 233.14º | 0.75% | 0.36% | - |
| XYZ | 2.82 | 1.95 | 10.58 | - |
| YUV | 35.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 31 | 93 | 0.75 | 0.67 | 0 | 0.64 | 233.14 | 0.6 | 0.23 |
| Hex | 17 | 1F | 5D | 4B | 43 | 0 | 40 | E9 | 3C | 17 |
| Octal | 27 | 37 | 135 | 113 | 103 | 0 | 100 | 351 | 74 | 27 |
| Binary | 10111 | 11111 | 1011101 | 1001011 | 1000011 | 0 | 1000000 | 11101001 | 111100 | 10111 |
Color Harmonies of #171F5D
Complementary color
Monochromatic Colors of #171F5D
Black with #171F5D
Text Example
Text Example
White with #171F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171F5D; }
p { color: rgb(23,31,93); }
H1.HeaderClassName
{
color: #171F5D;
}
.AnyTagClassName
{
color: #171F5D;
}
</style>
background-color css
<style>
a { background-color: #171F5D; }
a { background-color: rgb(23,31,93); }
div.DivClassName
{
background-color: #171F5D;
}
.BgClassName
{
background-color: #171F5D;
}
</style>
border-color css
<style>
span { border-color: #171F5D; }
span { border-color: rgb(23,31,93); }
td.TdClassName
{
border-color: #171F5D;
}
.TagClassName
{
border-color: #171F5D;
}
</style>