Shades of Midnight Blue #110C72
Tints of Midnight Blue #110C72
RGB
CMYK
RGB Variations
Color information
#110C72 (or 0x110C72) is known color: Midnight Blue. HEX triplet: 11, 0C and 72. RGB value is (17,12,114). Sum of RGB (Red+Green+Blue) = 17+12+114=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 12 (5.08% from 255 or 8.39% from 143); Blue value is 114 (44.92% from 255 or 79.72% from 143); Max value from RGB is 114 - color contains mainly: blue. Hex color #110C72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110C72 is #EEF38D. Grayscale: #181818. Windows color (decimal): -15659918 or 7474193. OLE color: 7474193.
HSL color Cylindrical-coordinate representation of color #110C72: hue angle of 242.94º degrees, saturation: 0.81, 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 #110C72 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 12 | 114 | - |
| CMYK | 0.85 | 0.89 | 0 | 0.55 |
| HSL | 242.94º | 0.81% | 0.25% | - |
| HSV(B) | 242.94º | 0.89% | 0.45% | - |
| XYZ | 3.4 | 1.6 | 16.05 | - |
| YUV | 25.12 | 178.16 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 114 | 0.85 | 0.89 | 0 | 0.55 | 242.94 | 0.81 | 0.25 |
| Hex | 11 | C | 72 | 55 | 59 | 0 | 37 | F3 | 51 | 19 |
| Octal | 21 | 14 | 162 | 125 | 131 | 0 | 67 | 363 | 121 | 31 |
| Binary | 10001 | 1100 | 1110010 | 1010101 | 1011001 | 0 | 110111 | 11110011 | 1010001 | 11001 |
Color Harmonies of #110C72
Complementary color
Monochromatic Colors of #110C72
Black with #110C72
Text Example
Text Example
White with #110C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C72; }
p { color: rgb(17,12,114); }
H1.HeaderClassName
{
color: #110C72;
}
.AnyTagClassName
{
color: #110C72;
}
</style>
background-color css
<style>
a { background-color: #110C72; }
a { background-color: rgb(17,12,114); }
div.DivClassName
{
background-color: #110C72;
}
.BgClassName
{
background-color: #110C72;
}
</style>
border-color css
<style>
span { border-color: #110C72; }
span { border-color: rgb(17,12,114); }
td.TdClassName
{
border-color: #110C72;
}
.TagClassName
{
border-color: #110C72;
}
</style>