Shades of Midnight Blue #172160
Tints of Midnight Blue #172160
RGB
CMYK
RGB Variations
Color information
#172160 (or 0x172160) is known color: Midnight Blue. HEX triplet: 17, 21 and 60. RGB value is (23,33,96). Sum of RGB (Red+Green+Blue) = 23+33+96=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 96 (37.89% from 255 or 63.16% from 152); Max value from RGB is 96 - color contains mainly: blue. Hex color #172160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172160 is #E8DE9F. Grayscale: #242424. Windows color (decimal): -15261344 or 6299927. OLE color: 6299927.
HSL color Cylindrical-coordinate representation of color #172160: hue angle of 231.78º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172160 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 23 | 33 | 96 | - |
| CMYK | 0.76 | 0.66 | 0 | 0.62 |
| HSL | 231.78º | 0.61% | 0.23% | - |
| HSV(B) | 231.78º | 0.76% | 0.38% | - |
| XYZ | 3.01 | 2.11 | 11.32 | - |
| YUV | 37.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 33 | 96 | 0.76 | 0.66 | 0 | 0.62 | 231.78 | 0.61 | 0.23 |
| Hex | 17 | 21 | 60 | 4C | 42 | 0 | 3E | E8 | 3D | 17 |
| Octal | 27 | 41 | 140 | 114 | 102 | 0 | 76 | 350 | 75 | 27 |
| Binary | 10111 | 100001 | 1100000 | 1001100 | 1000010 | 0 | 111110 | 11101000 | 111101 | 10111 |
Color Harmonies of #172160
Complementary color
Monochromatic Colors of #172160
Black with #172160
Text Example
Text Example
White with #172160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172160; }
p { color: rgb(23,33,96); }
H1.HeaderClassName
{
color: #172160;
}
.AnyTagClassName
{
color: #172160;
}
</style>
background-color css
<style>
a { background-color: #172160; }
a { background-color: rgb(23,33,96); }
div.DivClassName
{
background-color: #172160;
}
.BgClassName
{
background-color: #172160;
}
</style>
border-color css
<style>
span { border-color: #172160; }
span { border-color: rgb(23,33,96); }
td.TdClassName
{
border-color: #172160;
}
.TagClassName
{
border-color: #172160;
}
</style>