Shades of Midnight Blue #17015B
Tints of Midnight Blue #17015B
RGB
CMYK
RGB Variations
Color information
#17015B (or 0x17015B) is known color: Midnight Blue. HEX triplet: 17, 01 and 5B. RGB value is (23,1,91). Sum of RGB (Red+Green+Blue) = 23+1+91=115 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 91 (35.94% from 255 or 79.13% from 115); Max value from RGB is 91 - color contains mainly: blue. Hex color #17015B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17015B is #E8FEA4. Grayscale: #111111. Windows color (decimal): -15269541 or 5964055. OLE color: 5964055.
HSL color Cylindrical-coordinate representation of color #17015B: hue angle of 254.67º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #17015B is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 1 | 91 | - |
| CMYK | 0.75 | 0.99 | 0 | 0.64 |
| HSL | 254.67º | 0.98% | 0.18% | - |
| HSV(B) | 254.67º | 0.99% | 0.36% | - |
| XYZ | 2.25 | 0.96 | 9.96 | - |
| YUV | 17.84 | 169.29 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 91 | 0.75 | 0.99 | 0 | 0.64 | 254.67 | 0.98 | 0.18 |
| Hex | 17 | 1 | 5B | 4B | 63 | 0 | 40 | FF | 62 | 12 |
| Octal | 27 | 1 | 133 | 113 | 143 | 0 | 100 | 377 | 142 | 22 |
| Binary | 10111 | 1 | 1011011 | 1001011 | 1100011 | 0 | 1000000 | 11111111 | 1100010 | 10010 |
Color Harmonies of #17015B
Complementary color
Monochromatic Colors of #17015B
Black with #17015B
Text Example
Text Example
White with #17015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17015B; }
p { color: rgb(23,1,91); }
H1.HeaderClassName
{
color: #17015B;
}
.AnyTagClassName
{
color: #17015B;
}
</style>
background-color css
<style>
a { background-color: #17015B; }
a { background-color: rgb(23,1,91); }
div.DivClassName
{
background-color: #17015B;
}
.BgClassName
{
background-color: #17015B;
}
</style>
border-color css
<style>
span { border-color: #17015B; }
span { border-color: rgb(23,1,91); }
td.TdClassName
{
border-color: #17015B;
}
.TagClassName
{
border-color: #17015B;
}
</style>