Shades of Midnight Blue #17207C
Tints of Midnight Blue #17207C
RGB
CMYK
RGB Variations
Color information
#17207C (or 0x17207C) is known color: Midnight Blue. HEX triplet: 17, 20 and 7C. RGB value is (23,32,124). Sum of RGB (Red+Green+Blue) = 23+32+124=179 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.85% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 124 (48.83% from 255 or 69.27% from 179); Max value from RGB is 124 - color contains mainly: blue. Hex color #17207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17207C is #E8DF83. Grayscale: #272727. Windows color (decimal): -15261572 or 8134679. OLE color: 8134679.
HSL color Cylindrical-coordinate representation of color #17207C: hue angle of 234.65º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #17207C is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 32 | 124 | - |
| CMYK | 0.81 | 0.74 | 0 | 0.51 |
| HSL | 234.65º | 0.69% | 0.29% | - |
| HSV(B) | 234.65º | 0.81% | 0.49% | - |
| XYZ | 4.51 | 2.67 | 19.35 | - |
| YUV | 39.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 124 | 0.81 | 0.74 | 0 | 0.51 | 234.65 | 0.69 | 0.29 |
| Hex | 17 | 20 | 7C | 51 | 4A | 0 | 33 | EB | 45 | 1D |
| Octal | 27 | 40 | 174 | 121 | 112 | 0 | 63 | 353 | 105 | 35 |
| Binary | 10111 | 100000 | 1111100 | 1010001 | 1001010 | 0 | 110011 | 11101011 | 1000101 | 11101 |
Color Harmonies of #17207C
Complementary color
Monochromatic Colors of #17207C
Black with #17207C
Text Example
Text Example
White with #17207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17207C; }
p { color: rgb(23,32,124); }
H1.HeaderClassName
{
color: #17207C;
}
.AnyTagClassName
{
color: #17207C;
}
</style>
background-color css
<style>
a { background-color: #17207C; }
a { background-color: rgb(23,32,124); }
div.DivClassName
{
background-color: #17207C;
}
.BgClassName
{
background-color: #17207C;
}
</style>
border-color css
<style>
span { border-color: #17207C; }
span { border-color: rgb(23,32,124); }
td.TdClassName
{
border-color: #17207C;
}
.TagClassName
{
border-color: #17207C;
}
</style>