Shades of Midnight Blue #172068
Tints of Midnight Blue #172068
RGB
CMYK
RGB Variations
Color information
#172068 (or 0x172068) is known color: Midnight Blue. HEX triplet: 17, 20 and 68. RGB value is (23,32,104). Sum of RGB (Red+Green+Blue) = 23+32+104=159 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.47% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 104 (41.02% from 255 or 65.41% from 159); Max value from RGB is 104 - color contains mainly: blue. Hex color #172068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172068 is #E8DF97. Grayscale: #252525. Windows color (decimal): -15261592 or 6823959. OLE color: 6823959.
HSL color Cylindrical-coordinate representation of color #172068: hue angle of 233.33º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172068 is Cyan = 0.78, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 23 | 32 | 104 | - |
| CMYK | 0.78 | 0.69 | 0 | 0.59 |
| HSL | 233.33º | 0.64% | 0.25% | - |
| HSV(B) | 233.33º | 0.78% | 0.41% | - |
| XYZ | 3.37 | 2.21 | 13.35 | - |
| YUV | 37.52 | 165.52 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 104 | 0.78 | 0.69 | 0 | 0.59 | 233.33 | 0.64 | 0.25 |
| Hex | 17 | 20 | 68 | 4E | 45 | 0 | 3B | E9 | 40 | 19 |
| Octal | 27 | 40 | 150 | 116 | 105 | 0 | 73 | 351 | 100 | 31 |
| Binary | 10111 | 100000 | 1101000 | 1001110 | 1000101 | 0 | 111011 | 11101001 | 1000000 | 11001 |
Color Harmonies of #172068
Complementary color
Monochromatic Colors of #172068
Black with #172068
Text Example
Text Example
White with #172068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172068; }
p { color: rgb(23,32,104); }
H1.HeaderClassName
{
color: #172068;
}
.AnyTagClassName
{
color: #172068;
}
</style>
background-color css
<style>
a { background-color: #172068; }
a { background-color: rgb(23,32,104); }
div.DivClassName
{
background-color: #172068;
}
.BgClassName
{
background-color: #172068;
}
</style>
border-color css
<style>
span { border-color: #172068; }
span { border-color: rgb(23,32,104); }
td.TdClassName
{
border-color: #172068;
}
.TagClassName
{
border-color: #172068;
}
</style>