Shades of Midnight Blue #171D60
Tints of Midnight Blue #171D60
RGB
CMYK
RGB Variations
Color information
#171D60 (or 0x171D60) is known color: Midnight Blue. HEX triplet: 17, 1D and 60. RGB value is (23,29,96). Sum of RGB (Red+Green+Blue) = 23+29+96=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #171D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171D60 is #E8E29F. Grayscale: #222222. Windows color (decimal): -15262368 or 6298903. OLE color: 6298903.
HSL color Cylindrical-coordinate representation of color #171D60: hue angle of 235.07º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #171D60 is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 29 | 96 | - |
| CMYK | 0.76 | 0.70 | 0 | 0.62 |
| HSL | 235.07º | 0.61% | 0.23% | - |
| HSV(B) | 235.07º | 0.76% | 0.38% | - |
| XYZ | 2.9 | 1.91 | 11.28 | - |
| YUV | 34.84 | 162.51 | 119.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 96 | 0.76 | 0.70 | 0 | 0.62 | 235.07 | 0.61 | 0.23 |
| Hex | 17 | 1D | 60 | 4C | 46 | 0 | 3E | EB | 3D | 17 |
| Octal | 27 | 35 | 140 | 114 | 106 | 0 | 76 | 353 | 75 | 27 |
| Binary | 10111 | 11101 | 1100000 | 1001100 | 1000110 | 0 | 111110 | 11101011 | 111101 | 10111 |
Color Harmonies of #171D60
Complementary color
Monochromatic Colors of #171D60
Black with #171D60
Text Example
Text Example
White with #171D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D60; }
p { color: rgb(23,29,96); }
H1.HeaderClassName
{
color: #171D60;
}
.AnyTagClassName
{
color: #171D60;
}
</style>
background-color css
<style>
a { background-color: #171D60; }
a { background-color: rgb(23,29,96); }
div.DivClassName
{
background-color: #171D60;
}
.BgClassName
{
background-color: #171D60;
}
</style>
border-color css
<style>
span { border-color: #171D60; }
span { border-color: rgb(23,29,96); }
td.TdClassName
{
border-color: #171D60;
}
.TagClassName
{
border-color: #171D60;
}
</style>