Shades of Midnight Blue #110D74
Tints of Midnight Blue #110D74
RGB
CMYK
RGB Variations
Color information
#110D74 (or 0x110D74) is known color: Midnight Blue. HEX triplet: 11, 0D and 74. RGB value is (17,13,116). Sum of RGB (Red+Green+Blue) = 17+13+116=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 13 (5.47% from 255 or 8.90% from 146); Blue value is 116 (45.70% from 255 or 79.45% from 146); Max value from RGB is 116 - color contains mainly: blue. Hex color #110D74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110D74 is #EEF28B. Grayscale: #191919. Windows color (decimal): -15659660 or 7605521. OLE color: 7605521.
HSL color Cylindrical-coordinate representation of color #110D74: hue angle of 242.33º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #110D74 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 13 | 116 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.55 |
| HSL | 242.33º | 0.8% | 0.25% | - |
| HSV(B) | 242.33º | 0.89% | 0.45% | - |
| XYZ | 3.53 | 1.67 | 16.66 | - |
| YUV | 25.94 | 178.83 | 121.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 13 | 116 | 0.85 | 0.89 | 0 | 0.55 | 242.33 | 0.8 | 0.25 |
| Hex | 11 | D | 74 | 55 | 59 | 0 | 37 | F2 | 50 | 19 |
| Octal | 21 | 15 | 164 | 125 | 131 | 0 | 67 | 362 | 120 | 31 |
| Binary | 10001 | 1101 | 1110100 | 1010101 | 1011001 | 0 | 110111 | 11110010 | 1010000 | 11001 |
Color Harmonies of #110D74
Complementary color
Monochromatic Colors of #110D74
Black with #110D74
Text Example
Text Example
White with #110D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110D74; }
p { color: rgb(17,13,116); }
H1.HeaderClassName
{
color: #110D74;
}
.AnyTagClassName
{
color: #110D74;
}
</style>
background-color css
<style>
a { background-color: #110D74; }
a { background-color: rgb(17,13,116); }
div.DivClassName
{
background-color: #110D74;
}
.BgClassName
{
background-color: #110D74;
}
</style>
border-color css
<style>
span { border-color: #110D74; }
span { border-color: rgb(17,13,116); }
td.TdClassName
{
border-color: #110D74;
}
.TagClassName
{
border-color: #110D74;
}
</style>