Shades of Midnight Blue #172685
Tints of Midnight Blue #172685
RGB
CMYK
RGB Variations
Color information
#172685 (or 0x172685) is known color: Midnight Blue. HEX triplet: 17, 26 and 85. RGB value is (23,38,133). Sum of RGB (Red+Green+Blue) = 23+38+133=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 38 (15.23% from 255 or 19.59% from 194); Blue value is 133 (52.34% from 255 or 68.56% from 194); Max value from RGB is 133 - color contains mainly: blue. Hex color #172685 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #172685 is #E8D97A. Grayscale: #2B2B2B. Windows color (decimal): -15260027 or 8726039. OLE color: 8726039.
HSL color Cylindrical-coordinate representation of color #172685: hue angle of 231.82º 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 #172685 is Cyan = 0.83, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 38 | 133 | - |
| CMYK | 0.83 | 0.71 | 0 | 0.48 |
| HSL | 231.82º | 0.71% | 0.31% | - |
| HSV(B) | 231.82º | 0.83% | 0.52% | - |
| XYZ | 5.28 | 3.26 | 22.54 | - |
| YUV | 44.35 | 178.03 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 38 | 133 | 0.83 | 0.71 | 0 | 0.48 | 231.82 | 0.71 | 0.31 |
| Hex | 17 | 26 | 85 | 53 | 47 | 0 | 30 | E8 | 47 | 1F |
| Octal | 27 | 46 | 205 | 123 | 107 | 0 | 60 | 350 | 107 | 37 |
| Binary | 10111 | 100110 | 10000101 | 1010011 | 1000111 | 0 | 110000 | 11101000 | 1000111 | 11111 |
Color Harmonies of #172685
Complementary color
Monochromatic Colors of #172685
Black with #172685
Text Example
Text Example
White with #172685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172685; }
p { color: rgb(23,38,133); }
H1.HeaderClassName
{
color: #172685;
}
.AnyTagClassName
{
color: #172685;
}
</style>
background-color css
<style>
a { background-color: #172685; }
a { background-color: rgb(23,38,133); }
div.DivClassName
{
background-color: #172685;
}
.BgClassName
{
background-color: #172685;
}
</style>
border-color css
<style>
span { border-color: #172685; }
span { border-color: rgb(23,38,133); }
td.TdClassName
{
border-color: #172685;
}
.TagClassName
{
border-color: #172685;
}
</style>