Shades of Midnight Blue #171D5D
Tints of Midnight Blue #171D5D
RGB
CMYK
RGB Variations
Color information
#171D5D (or 0x171D5D) is known color: Midnight Blue. HEX triplet: 17, 1D and 5D. RGB value is (23,29,93). Sum of RGB (Red+Green+Blue) = 23+29+93=145 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.86% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #171D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #171D5D is #E8E2A2. Grayscale: #222222. Windows color (decimal): -15262371 or 6102295. OLE color: 6102295.
HSL color Cylindrical-coordinate representation of color #171D5D: hue angle of 234.86º 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 #171D5D is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 29 | 93 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.64 |
| HSL | 234.86º | 0.6% | 0.23% | - |
| HSV(B) | 234.86º | 0.75% | 0.36% | - |
| XYZ | 2.77 | 1.85 | 10.57 | - |
| YUV | 34.5 | 161.01 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 29 | 93 | 0.75 | 0.69 | 0 | 0.64 | 234.86 | 0.6 | 0.23 |
| Hex | 17 | 1D | 5D | 4B | 45 | 0 | 40 | EB | 3C | 17 |
| Octal | 27 | 35 | 135 | 113 | 105 | 0 | 100 | 353 | 74 | 27 |
| Binary | 10111 | 11101 | 1011101 | 1001011 | 1000101 | 0 | 1000000 | 11101011 | 111100 | 10111 |
Color Harmonies of #171D5D
Complementary color
Monochromatic Colors of #171D5D
Black with #171D5D
Text Example
Text Example
White with #171D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171D5D; }
p { color: rgb(23,29,93); }
H1.HeaderClassName
{
color: #171D5D;
}
.AnyTagClassName
{
color: #171D5D;
}
</style>
background-color css
<style>
a { background-color: #171D5D; }
a { background-color: rgb(23,29,93); }
div.DivClassName
{
background-color: #171D5D;
}
.BgClassName
{
background-color: #171D5D;
}
</style>
border-color css
<style>
span { border-color: #171D5D; }
span { border-color: rgb(23,29,93); }
td.TdClassName
{
border-color: #171D5D;
}
.TagClassName
{
border-color: #171D5D;
}
</style>