Shades of Midnight Blue #17115F
Tints of Midnight Blue #17115F
RGB
CMYK
RGB Variations
Color information
#17115F (or 0x17115F) is known color: Midnight Blue. HEX triplet: 17, 11 and 5F. RGB value is (23,17,95). Sum of RGB (Red+Green+Blue) = 23+17+95=135 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.04% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 95 (37.5% from 255 or 70.37% from 135); Max value from RGB is 95 - color contains mainly: blue. Hex color #17115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17115F is #E8EEA0. Grayscale: #1B1B1B. Windows color (decimal): -15265441 or 6230295. OLE color: 6230295.
HSL color Cylindrical-coordinate representation of color #17115F: hue angle of 244.62º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #17115F is Cyan = 0.76, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 17 | 95 | - |
| CMYK | 0.76 | 0.82 | 0 | 0.63 |
| HSL | 244.62º | 0.7% | 0.22% | - |
| HSV(B) | 244.62º | 0.82% | 0.37% | - |
| XYZ | 2.62 | 1.41 | 10.96 | - |
| YUV | 27.69 | 165.99 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 17 | 95 | 0.76 | 0.82 | 0 | 0.63 | 244.62 | 0.7 | 0.22 |
| Hex | 17 | 11 | 5F | 4C | 52 | 0 | 3F | F5 | 46 | 16 |
| Octal | 27 | 21 | 137 | 114 | 122 | 0 | 77 | 365 | 106 | 26 |
| Binary | 10111 | 10001 | 1011111 | 1001100 | 1010010 | 0 | 111111 | 11110101 | 1000110 | 10110 |
Color Harmonies of #17115F
Complementary color
Monochromatic Colors of #17115F
Black with #17115F
Text Example
Text Example
White with #17115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17115F; }
p { color: rgb(23,17,95); }
H1.HeaderClassName
{
color: #17115F;
}
.AnyTagClassName
{
color: #17115F;
}
</style>
background-color css
<style>
a { background-color: #17115F; }
a { background-color: rgb(23,17,95); }
div.DivClassName
{
background-color: #17115F;
}
.BgClassName
{
background-color: #17115F;
}
</style>
border-color css
<style>
span { border-color: #17115F; }
span { border-color: rgb(23,17,95); }
td.TdClassName
{
border-color: #17115F;
}
.TagClassName
{
border-color: #17115F;
}
</style>