Shades of Midnight Blue #110561
Tints of Midnight Blue #110561
RGB
CMYK
RGB Variations
Color information
#110561 (or 0x110561) is known color: Midnight Blue. HEX triplet: 11, 05 and 61. RGB value is (17,5,97). Sum of RGB (Red+Green+Blue) = 17+5+97=119 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.29% from 119); Green value is 5 (2.34% from 255 or 4.20% from 119); Blue value is 97 (38.28% from 255 or 81.51% from 119); Max value from RGB is 97 - color contains mainly: blue. Hex color #110561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110561 is #EEFA9E. Grayscale: #121212. Windows color (decimal): -15661727 or 6358289. OLE color: 6358289.
HSL color Cylindrical-coordinate representation of color #110561: hue angle of 247.83º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #110561 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 5 | 97 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.62 |
| HSL | 247.83º | 0.9% | 0.2% | - |
| HSV(B) | 247.83º | 0.95% | 0.38% | - |
| XYZ | 2.44 | 1.09 | 11.39 | - |
| YUV | 19.08 | 171.98 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 97 | 0.82 | 0.95 | 0 | 0.62 | 247.83 | 0.9 | 0.2 |
| Hex | 11 | 5 | 61 | 52 | 5F | 0 | 3E | F8 | 5A | 14 |
| Octal | 21 | 5 | 141 | 122 | 137 | 0 | 76 | 370 | 132 | 24 |
| Binary | 10001 | 101 | 1100001 | 1010010 | 1011111 | 0 | 111110 | 11111000 | 1011010 | 10100 |
Color Harmonies of #110561
Complementary color
Monochromatic Colors of #110561
Black with #110561
Text Example
Text Example
White with #110561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110561; }
p { color: rgb(17,5,97); }
H1.HeaderClassName
{
color: #110561;
}
.AnyTagClassName
{
color: #110561;
}
</style>
background-color css
<style>
a { background-color: #110561; }
a { background-color: rgb(17,5,97); }
div.DivClassName
{
background-color: #110561;
}
.BgClassName
{
background-color: #110561;
}
</style>
border-color css
<style>
span { border-color: #110561; }
span { border-color: rgb(17,5,97); }
td.TdClassName
{
border-color: #110561;
}
.TagClassName
{
border-color: #110561;
}
</style>