Shades of Midnight Blue #17005D
Tints of Midnight Blue #17005D
RGB
CMYK
RGB Variations
Color information
#17005D (or 0x17005D) is known color: Midnight Blue. HEX triplet: 17, 00 and 5D. RGB value is (23,0,93). Sum of RGB (Red+Green+Blue) = 23+0+93=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #17005D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17005D is #E8FFA2. Grayscale: #111111. Windows color (decimal): -15269795 or 6094871. OLE color: 6094871.
HSL color Cylindrical-coordinate representation of color #17005D: hue angle of 254.84º 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 #17005D is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 0 | 93 | - |
| CMYK | 0.75 | 1 | 0 | 0.64 |
| HSL | 254.84º | 1% | 0.18% | - |
| HSV(B) | 254.84º | 1% | 0.36% | - |
| XYZ | 2.33 | 0.97 | 10.42 | - |
| YUV | 17.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 93 | 0.75 | 1 | 0 | 0.64 | 254.84 | 1 | 0.18 |
| Hex | 17 | 0 | 5D | 4B | 64 | 0 | 40 | FF | 64 | 12 |
| Octal | 27 | 0 | 135 | 113 | 144 | 0 | 100 | 377 | 144 | 22 |
| Binary | 10111 | 0 | 1011101 | 1001011 | 1100100 | 0 | 1000000 | 11111111 | 1100100 | 10010 |
Color Harmonies of #17005D
Complementary color
Monochromatic Colors of #17005D
Black with #17005D
Text Example
Text Example
White with #17005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17005D; }
p { color: rgb(23,0,93); }
H1.HeaderClassName
{
color: #17005D;
}
.AnyTagClassName
{
color: #17005D;
}
</style>
background-color css
<style>
a { background-color: #17005D; }
a { background-color: rgb(23,0,93); }
div.DivClassName
{
background-color: #17005D;
}
.BgClassName
{
background-color: #17005D;
}
</style>
border-color css
<style>
span { border-color: #17005D; }
span { border-color: rgb(23,0,93); }
td.TdClassName
{
border-color: #17005D;
}
.TagClassName
{
border-color: #17005D;
}
</style>