Shades of Midnight Blue #172585
Tints of Midnight Blue #172585
RGB
CMYK
RGB Variations
Color information
#172585 (or 0x172585) is known color: Midnight Blue. HEX triplet: 17, 25 and 85. RGB value is (23,37,133). Sum of RGB (Red+Green+Blue) = 23+37+133=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #172585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172585 is #E8DA7A. Grayscale: #2B2B2B. Windows color (decimal): -15260283 or 8725783. OLE color: 8725783.
HSL color Cylindrical-coordinate representation of color #172585: hue angle of 232.36º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #172585 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 37 | 133 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.48 |
| HSL | 232.36º | 0.71% | 0.31% | - |
| HSV(B) | 232.36º | 0.83% | 0.52% | - |
| XYZ | 5.25 | 3.2 | 22.53 | - |
| YUV | 43.76 | 178.36 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 37 | 133 | 0.83 | 0.72 | 0 | 0.48 | 232.36 | 0.71 | 0.31 |
| Hex | 17 | 25 | 85 | 53 | 48 | 0 | 30 | E8 | 47 | 1F |
| Octal | 27 | 45 | 205 | 123 | 110 | 0 | 60 | 350 | 107 | 37 |
| Binary | 10111 | 100101 | 10000101 | 1010011 | 1001000 | 0 | 110000 | 11101000 | 1000111 | 11111 |
Color Harmonies of #172585
Complementary color
Monochromatic Colors of #172585
Black with #172585
Text Example
Text Example
White with #172585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172585; }
p { color: rgb(23,37,133); }
H1.HeaderClassName
{
color: #172585;
}
.AnyTagClassName
{
color: #172585;
}
</style>
background-color css
<style>
a { background-color: #172585; }
a { background-color: rgb(23,37,133); }
div.DivClassName
{
background-color: #172585;
}
.BgClassName
{
background-color: #172585;
}
</style>
border-color css
<style>
span { border-color: #172585; }
span { border-color: rgb(23,37,133); }
td.TdClassName
{
border-color: #172585;
}
.TagClassName
{
border-color: #172585;
}
</style>