Shades of Midnight Blue #17197F
Tints of Midnight Blue #17197F
RGB
CMYK
RGB Variations
Color information
#17197F (or 0x17197F) is known color: Midnight Blue. HEX triplet: 17, 19 and 7F. RGB value is (23,25,127). Sum of RGB (Red+Green+Blue) = 23+25+127=175 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 127 (50% from 255 or 72.57% from 175); Max value from RGB is 127 - color contains mainly: blue. Hex color #17197F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17197F is #E8E680. Grayscale: #232323. Windows color (decimal): -15263361 or 8329495. OLE color: 8329495.
HSL color Cylindrical-coordinate representation of color #17197F: hue angle of 238.85º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17197F is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 25 | 127 | - |
| CMYK | 0.82 | 0.80 | 0 | 0.50 |
| HSL | 238.85º | 0.69% | 0.29% | - |
| HSV(B) | 238.85º | 0.82% | 0.5% | - |
| XYZ | 4.53 | 2.41 | 20.3 | - |
| YUV | 36.03 | 179.34 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 25 | 127 | 0.82 | 0.80 | 0 | 0.50 | 238.85 | 0.69 | 0.29 |
| Hex | 17 | 19 | 7F | 52 | 50 | 0 | 32 | EF | 45 | 1D |
| Octal | 27 | 31 | 177 | 122 | 120 | 0 | 62 | 357 | 105 | 35 |
| Binary | 10111 | 11001 | 1111111 | 1010010 | 1010000 | 0 | 110010 | 11101111 | 1000101 | 11101 |
Color Harmonies of #17197F
Complementary color
Monochromatic Colors of #17197F
Black with #17197F
Text Example
Text Example
White with #17197F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17197F; }
p { color: rgb(23,25,127); }
H1.HeaderClassName
{
color: #17197F;
}
.AnyTagClassName
{
color: #17197F;
}
</style>
background-color css
<style>
a { background-color: #17197F; }
a { background-color: rgb(23,25,127); }
div.DivClassName
{
background-color: #17197F;
}
.BgClassName
{
background-color: #17197F;
}
</style>
border-color css
<style>
span { border-color: #17197F; }
span { border-color: rgb(23,25,127); }
td.TdClassName
{
border-color: #17197F;
}
.TagClassName
{
border-color: #17197F;
}
</style>