Shades of Midnight Blue #17016F
Tints of Midnight Blue #17016F
RGB
CMYK
RGB Variations
Color information
#17016F (or 0x17016F) is known color: Midnight Blue. HEX triplet: 17, 01 and 6F. RGB value is (23,1,111). Sum of RGB (Red+Green+Blue) = 23+1+111=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 1 (0.78% from 255 or 0.74% from 135); Blue value is 111 (43.75% from 255 or 82.22% from 135); Max value from RGB is 111 - color contains mainly: blue. Hex color #17016F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17016F is #E8FE90. Grayscale: #131313. Windows color (decimal): -15269521 or 7274775. OLE color: 7274775.
HSL color Cylindrical-coordinate representation of color #17016F: hue angle of 252º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #17016F is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 23 | 1 | 111 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.56 |
| HSL | 252º | 0.98% | 0.22% | - |
| HSV(B) | 252º | 0.99% | 0.44% | - |
| XYZ | 3.23 | 1.35 | 15.13 | - |
| YUV | 20.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 111 | 0.79 | 0.99 | 0 | 0.56 | 252 | 0.98 | 0.22 |
| Hex | 17 | 1 | 6F | 4F | 63 | 0 | 38 | FC | 62 | 16 |
| Octal | 27 | 1 | 157 | 117 | 143 | 0 | 70 | 374 | 142 | 26 |
| Binary | 10111 | 1 | 1101111 | 1001111 | 1100011 | 0 | 111000 | 11111100 | 1100010 | 10110 |
Color Harmonies of #17016F
Complementary color
Monochromatic Colors of #17016F
Black with #17016F
Text Example
Text Example
White with #17016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17016F; }
p { color: rgb(23,1,111); }
H1.HeaderClassName
{
color: #17016F;
}
.AnyTagClassName
{
color: #17016F;
}
</style>
background-color css
<style>
a { background-color: #17016F; }
a { background-color: rgb(23,1,111); }
div.DivClassName
{
background-color: #17016F;
}
.BgClassName
{
background-color: #17016F;
}
</style>
border-color css
<style>
span { border-color: #17016F; }
span { border-color: rgb(23,1,111); }
td.TdClassName
{
border-color: #17016F;
}
.TagClassName
{
border-color: #17016F;
}
</style>