Shades of Midnight Blue #17206C
Tints of Midnight Blue #17206C
RGB
CMYK
RGB Variations
Color information
#17206C (or 0x17206C) is known color: Midnight Blue. HEX triplet: 17, 20 and 6C. RGB value is (23,32,108). Sum of RGB (Red+Green+Blue) = 23+32+108=163 (21% of max value = 765). Red value is 23 (9.38% from 255 or 14.11% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 108 (42.58% from 255 or 66.26% from 163); Max value from RGB is 108 - color contains mainly: blue. Hex color #17206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17206C is #E8DF93. Grayscale: #252525. Windows color (decimal): -15261588 or 7086103. OLE color: 7086103.
HSL color Cylindrical-coordinate representation of color #17206C: hue angle of 233.65º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17206C is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 23 | 32 | 108 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.58 |
| HSL | 233.65º | 0.65% | 0.26% | - |
| HSV(B) | 233.65º | 0.79% | 0.42% | - |
| XYZ | 3.58 | 2.3 | 14.44 | - |
| YUV | 37.97 | 167.52 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 32 | 108 | 0.79 | 0.70 | 0 | 0.58 | 233.65 | 0.65 | 0.26 |
| Hex | 17 | 20 | 6C | 4F | 46 | 0 | 3A | EA | 41 | 1A |
| Octal | 27 | 40 | 154 | 117 | 106 | 0 | 72 | 352 | 101 | 32 |
| Binary | 10111 | 100000 | 1101100 | 1001111 | 1000110 | 0 | 111010 | 11101010 | 1000001 | 11010 |
Color Harmonies of #17206C
Complementary color
Monochromatic Colors of #17206C
Black with #17206C
Text Example
Text Example
White with #17206C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17206C; }
p { color: rgb(23,32,108); }
H1.HeaderClassName
{
color: #17206C;
}
.AnyTagClassName
{
color: #17206C;
}
</style>
background-color css
<style>
a { background-color: #17206C; }
a { background-color: rgb(23,32,108); }
div.DivClassName
{
background-color: #17206C;
}
.BgClassName
{
background-color: #17206C;
}
</style>
border-color css
<style>
span { border-color: #17206C; }
span { border-color: rgb(23,32,108); }
td.TdClassName
{
border-color: #17206C;
}
.TagClassName
{
border-color: #17206C;
}
</style>