Shades of Midnight Blue #171962
Tints of Midnight Blue #171962
RGB
CMYK
RGB Variations
Color information
#171962 (or 0x171962) is known color: Midnight Blue. HEX triplet: 17, 19 and 62. RGB value is (23,25,98). Sum of RGB (Red+Green+Blue) = 23+25+98=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #171962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171962 is #E8E69D. Grayscale: #202020. Windows color (decimal): -15263390 or 6428951. OLE color: 6428951.
HSL color Cylindrical-coordinate representation of color #171962: hue angle of 238.4º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #171962 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 25 | 98 | - |
| CMYK | 0.77 | 0.74 | 0 | 0.62 |
| HSL | 238.4º | 0.62% | 0.24% | - |
| HSV(B) | 238.4º | 0.77% | 0.38% | - |
| XYZ | 2.91 | 1.76 | 11.74 | - |
| YUV | 32.72 | 164.84 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 98 | 0.77 | 0.74 | 0 | 0.62 | 238.4 | 0.62 | 0.24 |
| Hex | 17 | 19 | 62 | 4D | 4A | 0 | 3E | EE | 3E | 18 |
| Octal | 27 | 31 | 142 | 115 | 112 | 0 | 76 | 356 | 76 | 30 |
| Binary | 10111 | 11001 | 1100010 | 1001101 | 1001010 | 0 | 111110 | 11101110 | 111110 | 11000 |
Color Harmonies of #171962
Complementary color
Monochromatic Colors of #171962
Black with #171962
Text Example
Text Example
White with #171962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171962; }
p { color: rgb(23,25,98); }
H1.HeaderClassName
{
color: #171962;
}
.AnyTagClassName
{
color: #171962;
}
</style>
background-color css
<style>
a { background-color: #171962; }
a { background-color: rgb(23,25,98); }
div.DivClassName
{
background-color: #171962;
}
.BgClassName
{
background-color: #171962;
}
</style>
border-color css
<style>
span { border-color: #171962; }
span { border-color: rgb(23,25,98); }
td.TdClassName
{
border-color: #171962;
}
.TagClassName
{
border-color: #171962;
}
</style>