Shades of Midnight Blue #172078
Tints of Midnight Blue #172078
RGB
CMYK
RGB Variations
Color information
#172078 (or 0x172078) is known color: Midnight Blue. HEX triplet: 17, 20 and 78. RGB value is (23,32,120). Sum of RGB (Red+Green+Blue) = 23+32+120=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #172078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172078 is #E8DF87. Grayscale: #262626. Windows color (decimal): -15261576 or 7872535. OLE color: 7872535.
HSL color Cylindrical-coordinate representation of color #172078: hue angle of 234.43º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172078 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 23 | 32 | 120 | - |
| CMYK | 0.81 | 0.73 | 0 | 0.53 |
| HSL | 234.43º | 0.68% | 0.28% | - |
| HSV(B) | 234.43º | 0.81% | 0.47% | - |
| XYZ | 4.26 | 2.57 | 18.04 | - |
| YUV | 39.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 120 | 0.81 | 0.73 | 0 | 0.53 | 234.43 | 0.68 | 0.28 |
| Hex | 17 | 20 | 78 | 51 | 49 | 0 | 35 | EA | 44 | 1C |
| Octal | 27 | 40 | 170 | 121 | 111 | 0 | 65 | 352 | 104 | 34 |
| Binary | 10111 | 100000 | 1111000 | 1010001 | 1001001 | 0 | 110101 | 11101010 | 1000100 | 11100 |
Color Harmonies of #172078
Complementary color
Monochromatic Colors of #172078
Black with #172078
Text Example
Text Example
White with #172078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172078; }
p { color: rgb(23,32,120); }
H1.HeaderClassName
{
color: #172078;
}
.AnyTagClassName
{
color: #172078;
}
</style>
background-color css
<style>
a { background-color: #172078; }
a { background-color: rgb(23,32,120); }
div.DivClassName
{
background-color: #172078;
}
.BgClassName
{
background-color: #172078;
}
</style>
border-color css
<style>
span { border-color: #172078; }
span { border-color: rgb(23,32,120); }
td.TdClassName
{
border-color: #172078;
}
.TagClassName
{
border-color: #172078;
}
</style>