Shades of Midnight Blue #17205D
Tints of Midnight Blue #17205D
RGB
CMYK
RGB Variations
Color information
#17205D (or 0x17205D) is known color: Midnight Blue. HEX triplet: 17, 20 and 5D. RGB value is (23,32,93). Sum of RGB (Red+Green+Blue) = 23+32+93=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 32 (12.89% from 255 or 21.62% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #17205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17205D is #E8DFA2. Grayscale: #242424. Windows color (decimal): -15261603 or 6103063. OLE color: 6103063.
HSL color Cylindrical-coordinate representation of color #17205D: hue angle of 232.29º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17205D is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 32 | 93 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.64 |
| HSL | 232.29º | 0.6% | 0.23% | - |
| HSV(B) | 232.29º | 0.75% | 0.36% | - |
| XYZ | 2.85 | 2.01 | 10.59 | - |
| YUV | 36.26 | 160.02 | 118.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 93 | 0.75 | 0.66 | 0 | 0.64 | 232.29 | 0.6 | 0.23 |
| Hex | 17 | 20 | 5D | 4B | 42 | 0 | 40 | E8 | 3C | 17 |
| Octal | 27 | 40 | 135 | 113 | 102 | 0 | 100 | 350 | 74 | 27 |
| Binary | 10111 | 100000 | 1011101 | 1001011 | 1000010 | 0 | 1000000 | 11101000 | 111100 | 10111 |
Color Harmonies of #17205D
Complementary color
Monochromatic Colors of #17205D
Black with #17205D
Text Example
Text Example
White with #17205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17205D; }
p { color: rgb(23,32,93); }
H1.HeaderClassName
{
color: #17205D;
}
.AnyTagClassName
{
color: #17205D;
}
</style>
background-color css
<style>
a { background-color: #17205D; }
a { background-color: rgb(23,32,93); }
div.DivClassName
{
background-color: #17205D;
}
.BgClassName
{
background-color: #17205D;
}
</style>
border-color css
<style>
span { border-color: #17205D; }
span { border-color: rgb(23,32,93); }
td.TdClassName
{
border-color: #17205D;
}
.TagClassName
{
border-color: #17205D;
}
</style>