Shades of Midnight Blue #171972
Tints of Midnight Blue #171972
RGB
CMYK
RGB Variations
Color information
#171972 (or 0x171972) is known color: Midnight Blue. HEX triplet: 17, 19 and 72. RGB value is (23,25,114). Sum of RGB (Red+Green+Blue) = 23+25+114=162 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.20% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 114 (44.92% from 255 or 70.37% from 162); Max value from RGB is 114 - color contains mainly: blue. Hex color #171972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #171972 is #E8E68D. Grayscale: #222222. Windows color (decimal): -15263374 or 7477527. OLE color: 7477527.
HSL color Cylindrical-coordinate representation of color #171972: hue angle of 238.68º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #171972 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 23 | 25 | 114 | - |
| CMYK | 0.80 | 0.78 | 0 | 0.55 |
| HSL | 238.68º | 0.66% | 0.27% | - |
| HSV(B) | 238.68º | 0.8% | 0.45% | - |
| XYZ | 3.74 | 2.09 | 16.13 | - |
| YUV | 34.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 114 | 0.80 | 0.78 | 0 | 0.55 | 238.68 | 0.66 | 0.27 |
| Hex | 17 | 19 | 72 | 50 | 4E | 0 | 37 | EF | 42 | 1B |
| Octal | 27 | 31 | 162 | 120 | 116 | 0 | 67 | 357 | 102 | 33 |
| Binary | 10111 | 11001 | 1110010 | 1010000 | 1001110 | 0 | 110111 | 11101111 | 1000010 | 11011 |
Color Harmonies of #171972
Complementary color
Monochromatic Colors of #171972
Black with #171972
Text Example
Text Example
White with #171972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171972; }
p { color: rgb(23,25,114); }
H1.HeaderClassName
{
color: #171972;
}
.AnyTagClassName
{
color: #171972;
}
</style>
background-color css
<style>
a { background-color: #171972; }
a { background-color: rgb(23,25,114); }
div.DivClassName
{
background-color: #171972;
}
.BgClassName
{
background-color: #171972;
}
</style>
border-color css
<style>
span { border-color: #171972; }
span { border-color: rgb(23,25,114); }
td.TdClassName
{
border-color: #171972;
}
.TagClassName
{
border-color: #171972;
}
</style>