Shades of Midnight Blue #171966
Tints of Midnight Blue #171966
RGB
CMYK
RGB Variations
Color information
#171966 (or 0x171966) is known color: Midnight Blue. HEX triplet: 17, 19 and 66. RGB value is (23,25,102). Sum of RGB (Red+Green+Blue) = 23+25+102=150 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.33% from 150); Green value is 25 (10.16% from 255 or 16.67% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #171966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171966 is #E8E699. Grayscale: #202020. Windows color (decimal): -15263386 or 6691095. OLE color: 6691095.
HSL color Cylindrical-coordinate representation of color #171966: hue angle of 238.48º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #171966 is Cyan = 0.77, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 23 | 25 | 102 | - |
| CMYK | 0.77 | 0.75 | 0 | 0.6 |
| HSL | 238.48º | 0.63% | 0.25% | - |
| HSV(B) | 238.48º | 0.77% | 0.4% | - |
| XYZ | 3.1 | 1.84 | 12.76 | - |
| YUV | 33.18 | 166.84 | 120.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 102 | 0.77 | 0.75 | 0 | 0.6 | 238.48 | 0.63 | 0.25 |
| Hex | 17 | 19 | 66 | 4D | 4B | 0 | 3C | EE | 3F | 19 |
| Octal | 27 | 31 | 146 | 115 | 113 | 0 | 74 | 356 | 77 | 31 |
| Binary | 10111 | 11001 | 1100110 | 1001101 | 1001011 | 0 | 111100 | 11101110 | 111111 | 11001 |
Color Harmonies of #171966
Complementary color
Monochromatic Colors of #171966
Black with #171966
Text Example
Text Example
White with #171966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171966; }
p { color: rgb(23,25,102); }
H1.HeaderClassName
{
color: #171966;
}
.AnyTagClassName
{
color: #171966;
}
</style>
background-color css
<style>
a { background-color: #171966; }
a { background-color: rgb(23,25,102); }
div.DivClassName
{
background-color: #171966;
}
.BgClassName
{
background-color: #171966;
}
</style>
border-color css
<style>
span { border-color: #171966; }
span { border-color: rgb(23,25,102); }
td.TdClassName
{
border-color: #171966;
}
.TagClassName
{
border-color: #171966;
}
</style>