Shades of Midnight Blue #110E52
Tints of Midnight Blue #110E52
RGB
CMYK
RGB Variations
Color information
#110E52 (or 0x110E52) is known color: Midnight Blue. HEX triplet: 11, 0E and 52. RGB value is (17,14,82). Sum of RGB (Red+Green+Blue) = 17+14+82=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 82 (32.42% from 255 or 72.57% from 113); Max value from RGB is 82 - color contains mainly: blue. Hex color #110E52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110E52 is #EEF1AD. Grayscale: #161616. Windows color (decimal): -15659438 or 5377553. OLE color: 5377553.
HSL color Cylindrical-coordinate representation of color #110E52: hue angle of 242.65º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #110E52 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 14 | 82 | - |
| CMYK | 0.79 | 0.83 | 0 | 0.68 |
| HSL | 242.65º | 0.71% | 0.19% | - |
| HSV(B) | 242.65º | 0.83% | 0.32% | - |
| XYZ | 1.91 | 1.04 | 8.08 | - |
| YUV | 22.65 | 161.49 | 123.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 14 | 82 | 0.79 | 0.83 | 0 | 0.68 | 242.65 | 0.71 | 0.19 |
| Hex | 11 | E | 52 | 4F | 53 | 0 | 44 | F3 | 47 | 13 |
| Octal | 21 | 16 | 122 | 117 | 123 | 0 | 104 | 363 | 107 | 23 |
| Binary | 10001 | 1110 | 1010010 | 1001111 | 1010011 | 0 | 1000100 | 11110011 | 1000111 | 10011 |
Color Harmonies of #110E52
Complementary color
Monochromatic Colors of #110E52
Black with #110E52
Text Example
Text Example
White with #110E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110E52; }
p { color: rgb(17,14,82); }
H1.HeaderClassName
{
color: #110E52;
}
.AnyTagClassName
{
color: #110E52;
}
</style>
background-color css
<style>
a { background-color: #110E52; }
a { background-color: rgb(17,14,82); }
div.DivClassName
{
background-color: #110E52;
}
.BgClassName
{
background-color: #110E52;
}
</style>
border-color css
<style>
span { border-color: #110E52; }
span { border-color: rgb(17,14,82); }
td.TdClassName
{
border-color: #110E52;
}
.TagClassName
{
border-color: #110E52;
}
</style>