Shades of Midnight Blue #110D5D
Tints of Midnight Blue #110D5D
RGB
CMYK
RGB Variations
Color information
#110D5D (or 0x110D5D) is known color: Midnight Blue. HEX triplet: 11, 0D and 5D. RGB value is (17,13,93). Sum of RGB (Red+Green+Blue) = 17+13+93=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 13 (5.47% from 255 or 10.57% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #110D5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D5D is #EEF2A2. Grayscale: #171717. Windows color (decimal): -15659683 or 6098193. OLE color: 6098193.
HSL color Cylindrical-coordinate representation of color #110D5D: hue angle of 243º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110D5D is Cyan = 0.82, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 13 | 93 | - |
| CMYK | 0.82 | 0.86 | 0 | 0.64 |
| HSL | 243º | 0.75% | 0.21% | - |
| HSV(B) | 243º | 0.86% | 0.36% | - |
| XYZ | 2.35 | 1.2 | 10.46 | - |
| YUV | 23.32 | 167.33 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 93 | 0.82 | 0.86 | 0 | 0.64 | 243 | 0.75 | 0.21 |
| Hex | 11 | D | 5D | 52 | 56 | 0 | 40 | F3 | 4B | 15 |
| Octal | 21 | 15 | 135 | 122 | 126 | 0 | 100 | 363 | 113 | 25 |
| Binary | 10001 | 1101 | 1011101 | 1010010 | 1010110 | 0 | 1000000 | 11110011 | 1001011 | 10101 |
Color Harmonies of #110D5D
Complementary color
Monochromatic Colors of #110D5D
Black with #110D5D
Text Example
Text Example
White with #110D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D5D; }
p { color: rgb(17,13,93); }
H1.HeaderClassName
{
color: #110D5D;
}
.AnyTagClassName
{
color: #110D5D;
}
</style>
background-color css
<style>
a { background-color: #110D5D; }
a { background-color: rgb(17,13,93); }
div.DivClassName
{
background-color: #110D5D;
}
.BgClassName
{
background-color: #110D5D;
}
</style>
border-color css
<style>
span { border-color: #110D5D; }
span { border-color: rgb(17,13,93); }
td.TdClassName
{
border-color: #110D5D;
}
.TagClassName
{
border-color: #110D5D;
}
</style>