Shades of Midnight Blue #172983
Tints of Midnight Blue #172983
RGB
CMYK
RGB Variations
Color information
#172983 (or 0x172983) is known color: Midnight Blue. HEX triplet: 17, 29 and 83. RGB value is (23,41,131). Sum of RGB (Red+Green+Blue) = 23+41+131=195 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.79% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 131 (51.56% from 255 or 67.18% from 195); Max value from RGB is 131 - color contains mainly: blue. Hex color #172983 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172983 is #E8D67C. Grayscale: #2D2D2D. Windows color (decimal): -15259261 or 8595735. OLE color: 8595735.
HSL color Cylindrical-coordinate representation of color #172983: hue angle of 230º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #172983 is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 41 | 131 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.49 |
| HSL | 230º | 0.7% | 0.3% | - |
| HSV(B) | 230º | 0.82% | 0.51% | - |
| XYZ | 5.24 | 3.41 | 21.85 | - |
| YUV | 45.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 41 | 131 | 0.82 | 0.69 | 0 | 0.49 | 230 | 0.7 | 0.3 |
| Hex | 17 | 29 | 83 | 52 | 45 | 0 | 31 | E6 | 46 | 1E |
| Octal | 27 | 51 | 203 | 122 | 105 | 0 | 61 | 346 | 106 | 36 |
| Binary | 10111 | 101001 | 10000011 | 1010010 | 1000101 | 0 | 110001 | 11100110 | 1000110 | 11110 |
Color Harmonies of #172983
Complementary color
Monochromatic Colors of #172983
Black with #172983
Text Example
Text Example
White with #172983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172983; }
p { color: rgb(23,41,131); }
H1.HeaderClassName
{
color: #172983;
}
.AnyTagClassName
{
color: #172983;
}
</style>
background-color css
<style>
a { background-color: #172983; }
a { background-color: rgb(23,41,131); }
div.DivClassName
{
background-color: #172983;
}
.BgClassName
{
background-color: #172983;
}
</style>
border-color css
<style>
span { border-color: #172983; }
span { border-color: rgb(23,41,131); }
td.TdClassName
{
border-color: #172983;
}
.TagClassName
{
border-color: #172983;
}
</style>