Shades of Midnight Blue #17015A
Tints of Midnight Blue #17015A
RGB
CMYK
RGB Variations
Color information
#17015A (or 0x17015A) is known color: Midnight Blue. HEX triplet: 17, 01 and 5A. RGB value is (23,1,90). Sum of RGB (Red+Green+Blue) = 23+1+90=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 90 (35.55% from 255 or 78.95% from 114); Max value from RGB is 90 - color contains mainly: blue. Hex color #17015A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17015A is #E8FEA5. Grayscale: #111111. Windows color (decimal): -15269542 or 5898519. OLE color: 5898519.
HSL color Cylindrical-coordinate representation of color #17015A: hue angle of 254.83º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #17015A is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 23 | 1 | 90 | - |
| CMYK | 0.74 | 0.99 | 0 | 0.65 |
| HSL | 254.83º | 0.98% | 0.18% | - |
| HSV(B) | 254.83º | 0.99% | 0.35% | - |
| XYZ | 2.21 | 0.94 | 9.74 | - |
| YUV | 17.72 | 168.79 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 90 | 0.74 | 0.99 | 0 | 0.65 | 254.83 | 0.98 | 0.18 |
| Hex | 17 | 1 | 5A | 4A | 63 | 0 | 41 | FF | 62 | 12 |
| Octal | 27 | 1 | 132 | 112 | 143 | 0 | 101 | 377 | 142 | 22 |
| Binary | 10111 | 1 | 1011010 | 1001010 | 1100011 | 0 | 1000001 | 11111111 | 1100010 | 10010 |
Color Harmonies of #17015A
Complementary color
Monochromatic Colors of #17015A
Black with #17015A
Text Example
Text Example
White with #17015A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17015A; }
p { color: rgb(23,1,90); }
H1.HeaderClassName
{
color: #17015A;
}
.AnyTagClassName
{
color: #17015A;
}
</style>
background-color css
<style>
a { background-color: #17015A; }
a { background-color: rgb(23,1,90); }
div.DivClassName
{
background-color: #17015A;
}
.BgClassName
{
background-color: #17015A;
}
</style>
border-color css
<style>
span { border-color: #17015A; }
span { border-color: rgb(23,1,90); }
td.TdClassName
{
border-color: #17015A;
}
.TagClassName
{
border-color: #17015A;
}
</style>