Shades of Midnight Blue #172582
Tints of Midnight Blue #172582
RGB
CMYK
RGB Variations
Color information
#172582 (or 0x172582) is known color: Midnight Blue. HEX triplet: 17, 25 and 82. RGB value is (23,37,130). Sum of RGB (Red+Green+Blue) = 23+37+130=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 37 (14.84% from 255 or 19.47% from 190); Blue value is 130 (51.17% from 255 or 68.42% from 190); Max value from RGB is 130 - color contains mainly: blue. Hex color #172582 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172582 is #E8DA7D. Grayscale: #2B2B2B. Windows color (decimal): -15260286 or 8529175. OLE color: 8529175.
HSL color Cylindrical-coordinate representation of color #172582: hue angle of 232.15º 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 #172582 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 37 | 130 | - |
| CMYK | 0.82 | 0.72 | 0 | 0.49 |
| HSL | 232.15º | 0.7% | 0.3% | - |
| HSV(B) | 232.15º | 0.82% | 0.51% | - |
| XYZ | 5.04 | 3.12 | 21.45 | - |
| YUV | 43.42 | 176.86 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 130 | 0.82 | 0.72 | 0 | 0.49 | 232.15 | 0.7 | 0.3 |
| Hex | 17 | 25 | 82 | 52 | 48 | 0 | 31 | E8 | 46 | 1E |
| Octal | 27 | 45 | 202 | 122 | 110 | 0 | 61 | 350 | 106 | 36 |
| Binary | 10111 | 100101 | 10000010 | 1010010 | 1001000 | 0 | 110001 | 11101000 | 1000110 | 11110 |
Color Harmonies of #172582
Complementary color
Monochromatic Colors of #172582
Black with #172582
Text Example
Text Example
White with #172582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172582; }
p { color: rgb(23,37,130); }
H1.HeaderClassName
{
color: #172582;
}
.AnyTagClassName
{
color: #172582;
}
</style>
background-color css
<style>
a { background-color: #172582; }
a { background-color: rgb(23,37,130); }
div.DivClassName
{
background-color: #172582;
}
.BgClassName
{
background-color: #172582;
}
</style>
border-color css
<style>
span { border-color: #172582; }
span { border-color: rgb(23,37,130); }
td.TdClassName
{
border-color: #172582;
}
.TagClassName
{
border-color: #172582;
}
</style>