Shades of Midnight Blue #17196D
Tints of Midnight Blue #17196D
RGB
CMYK
RGB Variations
Color information
#17196D (or 0x17196D) is known color: Midnight Blue. HEX triplet: 17, 19 and 6D. RGB value is (23,25,109). Sum of RGB (Red+Green+Blue) = 23+25+109=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 25 (10.16% from 255 or 15.92% from 157); Blue value is 109 (42.97% from 255 or 69.43% from 157); Max value from RGB is 109 - color contains mainly: blue. Hex color #17196D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17196D is #E8E692. Grayscale: #212121. Windows color (decimal): -15263379 or 7149847. OLE color: 7149847.
HSL color Cylindrical-coordinate representation of color #17196D: hue angle of 238.6º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #17196D is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 25 | 109 | - |
| CMYK | 0.79 | 0.77 | 0 | 0.57 |
| HSL | 238.6º | 0.65% | 0.26% | - |
| HSV(B) | 238.6º | 0.79% | 0.43% | - |
| XYZ | 3.46 | 1.98 | 14.67 | - |
| YUV | 33.98 | 170.34 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 109 | 0.79 | 0.77 | 0 | 0.57 | 238.6 | 0.65 | 0.26 |
| Hex | 17 | 19 | 6D | 4F | 4D | 0 | 39 | EF | 41 | 1A |
| Octal | 27 | 31 | 155 | 117 | 115 | 0 | 71 | 357 | 101 | 32 |
| Binary | 10111 | 11001 | 1101101 | 1001111 | 1001101 | 0 | 111001 | 11101111 | 1000001 | 11010 |
Color Harmonies of #17196D
Complementary color
Monochromatic Colors of #17196D
Black with #17196D
Text Example
Text Example
White with #17196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17196D; }
p { color: rgb(23,25,109); }
H1.HeaderClassName
{
color: #17196D;
}
.AnyTagClassName
{
color: #17196D;
}
</style>
background-color css
<style>
a { background-color: #17196D; }
a { background-color: rgb(23,25,109); }
div.DivClassName
{
background-color: #17196D;
}
.BgClassName
{
background-color: #17196D;
}
</style>
border-color css
<style>
span { border-color: #17196D; }
span { border-color: rgb(23,25,109); }
td.TdClassName
{
border-color: #17196D;
}
.TagClassName
{
border-color: #17196D;
}
</style>