Shades of Midnight Blue #17105D
Tints of Midnight Blue #17105D
RGB
CMYK
RGB Variations
Color information
#17105D (or 0x17105D) is known color: Midnight Blue. HEX triplet: 17, 10 and 5D. RGB value is (23,16,93). Sum of RGB (Red+Green+Blue) = 23+16+93=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #17105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #17105D is #E8EFA2. Grayscale: #1A1A1A. Windows color (decimal): -15265699 or 6098967. OLE color: 6098967.
HSL color Cylindrical-coordinate representation of color #17105D: hue angle of 245.45º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #17105D is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 23 | 16 | 93 | - |
| CMYK | 0.75 | 0.83 | 0 | 0.64 |
| HSL | 245.45º | 0.71% | 0.21% | - |
| HSV(B) | 245.45º | 0.83% | 0.36% | - |
| XYZ | 2.51 | 1.34 | 10.48 | - |
| YUV | 26.87 | 165.32 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 16 | 93 | 0.75 | 0.83 | 0 | 0.64 | 245.45 | 0.71 | 0.21 |
| Hex | 17 | 10 | 5D | 4B | 53 | 0 | 40 | F5 | 47 | 15 |
| Octal | 27 | 20 | 135 | 113 | 123 | 0 | 100 | 365 | 107 | 25 |
| Binary | 10111 | 10000 | 1011101 | 1001011 | 1010011 | 0 | 1000000 | 11110101 | 1000111 | 10101 |
Color Harmonies of #17105D
Complementary color
Monochromatic Colors of #17105D
Black with #17105D
Text Example
Text Example
White with #17105D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17105D; }
p { color: rgb(23,16,93); }
H1.HeaderClassName
{
color: #17105D;
}
.AnyTagClassName
{
color: #17105D;
}
</style>
background-color css
<style>
a { background-color: #17105D; }
a { background-color: rgb(23,16,93); }
div.DivClassName
{
background-color: #17105D;
}
.BgClassName
{
background-color: #17105D;
}
</style>
border-color css
<style>
span { border-color: #17105D; }
span { border-color: rgb(23,16,93); }
td.TdClassName
{
border-color: #17105D;
}
.TagClassName
{
border-color: #17105D;
}
</style>