Shades of Midnight Blue #110161
Tints of Midnight Blue #110161
RGB
CMYK
RGB Variations
Color information
#110161 (or 0x110161) is known color: Midnight Blue. HEX triplet: 11, 01 and 61. RGB value is (17,1,97). Sum of RGB (Red+Green+Blue) = 17+1+97=115 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.78% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 97 (38.28% from 255 or 84.35% from 115); Max value from RGB is 97 - color contains mainly: blue. Hex color #110161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110161 is #EEFE9E. Grayscale: #101010. Windows color (decimal): -15662751 or 6357265. OLE color: 6357265.
HSL color Cylindrical-coordinate representation of color #110161: hue angle of 250º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #110161 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 1 | 97 | - |
| CMYK | 0.82 | 0.99 | 0 | 0.62 |
| HSL | 250º | 0.98% | 0.19% | - |
| HSV(B) | 250º | 0.99% | 0.38% | - |
| XYZ | 2.4 | 1 | 11.38 | - |
| YUV | 16.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 97 | 0.82 | 0.99 | 0 | 0.62 | 250 | 0.98 | 0.19 |
| Hex | 11 | 1 | 61 | 52 | 63 | 0 | 3E | FA | 62 | 13 |
| Octal | 21 | 1 | 141 | 122 | 143 | 0 | 76 | 372 | 142 | 23 |
| Binary | 10001 | 1 | 1100001 | 1010010 | 1100011 | 0 | 111110 | 11111010 | 1100010 | 10011 |
Color Harmonies of #110161
Complementary color
Monochromatic Colors of #110161
Black with #110161
Text Example
Text Example
White with #110161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110161; }
p { color: rgb(17,1,97); }
H1.HeaderClassName
{
color: #110161;
}
.AnyTagClassName
{
color: #110161;
}
</style>
background-color css
<style>
a { background-color: #110161; }
a { background-color: rgb(17,1,97); }
div.DivClassName
{
background-color: #110161;
}
.BgClassName
{
background-color: #110161;
}
</style>
border-color css
<style>
span { border-color: #110161; }
span { border-color: rgb(17,1,97); }
td.TdClassName
{
border-color: #110161;
}
.TagClassName
{
border-color: #110161;
}
</style>