Shades of Midnight Blue #17015E
Tints of Midnight Blue #17015E
RGB
CMYK
RGB Variations
Color information
#17015E (or 0x17015E) is known color: Midnight Blue. HEX triplet: 17, 01 and 5E. RGB value is (23,1,94). Sum of RGB (Red+Green+Blue) = 23+1+94=118 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.49% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #17015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17015E is #E8FEA1. Grayscale: #111111. Windows color (decimal): -15269538 or 6160663. OLE color: 6160663.
HSL color Cylindrical-coordinate representation of color #17015E: hue angle of 254.19º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #17015E is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 23 | 1 | 94 | - |
| CMYK | 0.76 | 0.99 | 0 | 0.63 |
| HSL | 254.19º | 0.98% | 0.19% | - |
| HSV(B) | 254.19º | 0.99% | 0.37% | - |
| XYZ | 2.38 | 1.01 | 10.66 | - |
| YUV | 18.18 | 170.79 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 94 | 0.76 | 0.99 | 0 | 0.63 | 254.19 | 0.98 | 0.19 |
| Hex | 17 | 1 | 5E | 4C | 63 | 0 | 3F | FE | 62 | 13 |
| Octal | 27 | 1 | 136 | 114 | 143 | 0 | 77 | 376 | 142 | 23 |
| Binary | 10111 | 1 | 1011110 | 1001100 | 1100011 | 0 | 111111 | 11111110 | 1100010 | 10011 |
Color Harmonies of #17015E
Complementary color
Monochromatic Colors of #17015E
Black with #17015E
Text Example
Text Example
White with #17015E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17015E; }
p { color: rgb(23,1,94); }
H1.HeaderClassName
{
color: #17015E;
}
.AnyTagClassName
{
color: #17015E;
}
</style>
background-color css
<style>
a { background-color: #17015E; }
a { background-color: rgb(23,1,94); }
div.DivClassName
{
background-color: #17015E;
}
.BgClassName
{
background-color: #17015E;
}
</style>
border-color css
<style>
span { border-color: #17015E; }
span { border-color: rgb(23,1,94); }
td.TdClassName
{
border-color: #17015E;
}
.TagClassName
{
border-color: #17015E;
}
</style>