Shades of Midnight Blue #171D5F
Tints of Midnight Blue #171D5F
RGB
CMYK
RGB Variations
Color information
#171D5F (or 0x171D5F) is known color: Midnight Blue. HEX triplet: 17, 1D and 5F. RGB value is (23,29,95). Sum of RGB (Red+Green+Blue) = 23+29+95=147 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.65% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 95 (37.5% from 255 or 64.63% from 147); Max value from RGB is 95 - color contains mainly: blue. Hex color #171D5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171D5F is #E8E2A0. Grayscale: #222222. Windows color (decimal): -15262369 or 6233367. OLE color: 6233367.
HSL color Cylindrical-coordinate representation of color #171D5F: hue angle of 235º 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 #171D5F is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 29 | 95 | - |
| CMYK | 0.76 | 0.69 | 0 | 0.63 |
| HSL | 235º | 0.61% | 0.23% | - |
| HSV(B) | 235º | 0.76% | 0.37% | - |
| XYZ | 2.86 | 1.89 | 11.04 | - |
| YUV | 34.73 | 162.01 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 95 | 0.76 | 0.69 | 0 | 0.63 | 235 | 0.61 | 0.23 |
| Hex | 17 | 1D | 5F | 4C | 45 | 0 | 3F | EB | 3D | 17 |
| Octal | 27 | 35 | 137 | 114 | 105 | 0 | 77 | 353 | 75 | 27 |
| Binary | 10111 | 11101 | 1011111 | 1001100 | 1000101 | 0 | 111111 | 11101011 | 111101 | 10111 |
Color Harmonies of #171D5F
Complementary color
Monochromatic Colors of #171D5F
Black with #171D5F
Text Example
Text Example
White with #171D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D5F; }
p { color: rgb(23,29,95); }
H1.HeaderClassName
{
color: #171D5F;
}
.AnyTagClassName
{
color: #171D5F;
}
</style>
background-color css
<style>
a { background-color: #171D5F; }
a { background-color: rgb(23,29,95); }
div.DivClassName
{
background-color: #171D5F;
}
.BgClassName
{
background-color: #171D5F;
}
</style>
border-color css
<style>
span { border-color: #171D5F; }
span { border-color: rgb(23,29,95); }
td.TdClassName
{
border-color: #171D5F;
}
.TagClassName
{
border-color: #171D5F;
}
</style>