Shades of Midnight Blue #172065
Tints of Midnight Blue #172065
RGB
CMYK
RGB Variations
Color information
#172065 (or 0x172065) is known color: Midnight Blue. HEX triplet: 17, 20 and 65. RGB value is (23,32,101). Sum of RGB (Red+Green+Blue) = 23+32+101=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #172065 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172065 is #E8DF9A. Grayscale: #242424. Windows color (decimal): -15261595 or 6627351. OLE color: 6627351.
HSL color Cylindrical-coordinate representation of color #172065: hue angle of 233.08º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #172065 is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 23 | 32 | 101 | - |
| CMYK | 0.77 | 0.68 | 0 | 0.60 |
| HSL | 233.08º | 0.63% | 0.24% | - |
| HSV(B) | 233.08º | 0.77% | 0.4% | - |
| XYZ | 3.22 | 2.15 | 12.56 | - |
| YUV | 37.18 | 164.02 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 101 | 0.77 | 0.68 | 0 | 0.60 | 233.08 | 0.63 | 0.24 |
| Hex | 17 | 20 | 65 | 4D | 44 | 0 | 3C | E9 | 3F | 18 |
| Octal | 27 | 40 | 145 | 115 | 104 | 0 | 74 | 351 | 77 | 30 |
| Binary | 10111 | 100000 | 1100101 | 1001101 | 1000100 | 0 | 111100 | 11101001 | 111111 | 11000 |
Color Harmonies of #172065
Complementary color
Monochromatic Colors of #172065
Black with #172065
Text Example
Text Example
White with #172065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172065; }
p { color: rgb(23,32,101); }
H1.HeaderClassName
{
color: #172065;
}
.AnyTagClassName
{
color: #172065;
}
</style>
background-color css
<style>
a { background-color: #172065; }
a { background-color: rgb(23,32,101); }
div.DivClassName
{
background-color: #172065;
}
.BgClassName
{
background-color: #172065;
}
</style>
border-color css
<style>
span { border-color: #172065; }
span { border-color: rgb(23,32,101); }
td.TdClassName
{
border-color: #172065;
}
.TagClassName
{
border-color: #172065;
}
</style>