Shades of Midnight Blue #17006E
Tints of Midnight Blue #17006E
RGB
CMYK
RGB Variations
Color information
#17006E (or 0x17006E) is known color: Midnight Blue. HEX triplet: 17, 00 and 6E. RGB value is (23,0,110). Sum of RGB (Red+Green+Blue) = 23+0+110=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 110 (43.36% from 255 or 82.71% from 133); Max value from RGB is 110 - color contains mainly: blue. Hex color #17006E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17006E is #E8FF91. Grayscale: #131313. Windows color (decimal): -15269778 or 7208983. OLE color: 7208983.
HSL color Cylindrical-coordinate representation of color #17006E: hue angle of 252.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17006E is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 23 | 0 | 110 | - |
| CMYK | 0.79 | 1 | 0 | 0.57 |
| HSL | 252.55º | 1% | 0.22% | - |
| HSV(B) | 252.55º | 1% | 0.43% | - |
| XYZ | 3.17 | 1.31 | 14.84 | - |
| YUV | 19.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 110 | 0.79 | 1 | 0 | 0.57 | 252.55 | 1 | 0.22 |
| Hex | 17 | 0 | 6E | 4F | 64 | 0 | 39 | FD | 64 | 16 |
| Octal | 27 | 0 | 156 | 117 | 144 | 0 | 71 | 375 | 144 | 26 |
| Binary | 10111 | 0 | 1101110 | 1001111 | 1100100 | 0 | 111001 | 11111101 | 1100100 | 10110 |
Color Harmonies of #17006E
Complementary color
Monochromatic Colors of #17006E
Black with #17006E
Text Example
Text Example
White with #17006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17006E; }
p { color: rgb(23,0,110); }
H1.HeaderClassName
{
color: #17006E;
}
.AnyTagClassName
{
color: #17006E;
}
</style>
background-color css
<style>
a { background-color: #17006E; }
a { background-color: rgb(23,0,110); }
div.DivClassName
{
background-color: #17006E;
}
.BgClassName
{
background-color: #17006E;
}
</style>
border-color css
<style>
span { border-color: #17006E; }
span { border-color: rgb(23,0,110); }
td.TdClassName
{
border-color: #17006E;
}
.TagClassName
{
border-color: #17006E;
}
</style>