Shades of Midnight Blue #172080
Tints of Midnight Blue #172080
RGB
CMYK
RGB Variations
Color information
#172080 (or 0x172080) is known color: Midnight Blue. HEX triplet: 17, 20 and 80. RGB value is (23,32,128). Sum of RGB (Red+Green+Blue) = 23+32+128=183 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.57% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #172080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172080 is #E8DF7F. Grayscale: #272727. Windows color (decimal): -15261568 or 8396823. OLE color: 8396823.
HSL color Cylindrical-coordinate representation of color #172080: hue angle of 234.86º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #172080 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 32 | 128 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.50 |
| HSL | 234.86º | 0.7% | 0.3% | - |
| HSV(B) | 234.86º | 0.82% | 0.5% | - |
| XYZ | 4.77 | 2.77 | 20.71 | - |
| YUV | 40.25 | 177.52 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 128 | 0.82 | 0.75 | 0 | 0.50 | 234.86 | 0.7 | 0.3 |
| Hex | 17 | 20 | 80 | 52 | 4B | 0 | 32 | EB | 46 | 1E |
| Octal | 27 | 40 | 200 | 122 | 113 | 0 | 62 | 353 | 106 | 36 |
| Binary | 10111 | 100000 | 10000000 | 1010010 | 1001011 | 0 | 110010 | 11101011 | 1000110 | 11110 |
Color Harmonies of #172080
Complementary color
Monochromatic Colors of #172080
Black with #172080
Text Example
Text Example
White with #172080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172080; }
p { color: rgb(23,32,128); }
H1.HeaderClassName
{
color: #172080;
}
.AnyTagClassName
{
color: #172080;
}
</style>
background-color css
<style>
a { background-color: #172080; }
a { background-color: rgb(23,32,128); }
div.DivClassName
{
background-color: #172080;
}
.BgClassName
{
background-color: #172080;
}
</style>
border-color css
<style>
span { border-color: #172080; }
span { border-color: rgb(23,32,128); }
td.TdClassName
{
border-color: #172080;
}
.TagClassName
{
border-color: #172080;
}
</style>