Shades of Midnight Blue #17005B
Tints of Midnight Blue #17005B
RGB
CMYK
RGB Variations
Color information
#17005B (or 0x17005B) is known color: Midnight Blue. HEX triplet: 17, 00 and 5B. RGB value is (23,0,91). Sum of RGB (Red+Green+Blue) = 23+0+91=114 (15% of max value = 765). Red value is 23 (9.38% from 255 or 20.18% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 91 (35.94% from 255 or 79.82% from 114); Max value from RGB is 91 - color contains mainly: blue. Hex color #17005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17005B is #E8FFA4. Grayscale: #101010. Windows color (decimal): -15269797 or 5963799. OLE color: 5963799.
HSL color Cylindrical-coordinate representation of color #17005B: hue angle of 255.16º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17005B is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 0 | 91 | - |
| CMYK | 0.75 | 1 | 0 | 0.64 |
| HSL | 255.16º | 1% | 0.18% | - |
| HSV(B) | 255.16º | 1% | 0.36% | - |
| XYZ | 2.24 | 0.94 | 9.96 | - |
| YUV | 17.25 | 169.62 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 91 | 0.75 | 1 | 0 | 0.64 | 255.16 | 1 | 0.18 |
| Hex | 17 | 0 | 5B | 4B | 64 | 0 | 40 | FF | 64 | 12 |
| Octal | 27 | 0 | 133 | 113 | 144 | 0 | 100 | 377 | 144 | 22 |
| Binary | 10111 | 0 | 1011011 | 1001011 | 1100100 | 0 | 1000000 | 11111111 | 1100100 | 10010 |
Color Harmonies of #17005B
Complementary color
Monochromatic Colors of #17005B
Black with #17005B
Text Example
Text Example
White with #17005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17005B; }
p { color: rgb(23,0,91); }
H1.HeaderClassName
{
color: #17005B;
}
.AnyTagClassName
{
color: #17005B;
}
</style>
background-color css
<style>
a { background-color: #17005B; }
a { background-color: rgb(23,0,91); }
div.DivClassName
{
background-color: #17005B;
}
.BgClassName
{
background-color: #17005B;
}
</style>
border-color css
<style>
span { border-color: #17005B; }
span { border-color: rgb(23,0,91); }
td.TdClassName
{
border-color: #17005B;
}
.TagClassName
{
border-color: #17005B;
}
</style>