Shades of Midnight Blue #110551
Tints of Midnight Blue #110551
RGB
CMYK
RGB Variations
Color information
#110551 (or 0x110551) is known color: Midnight Blue. HEX triplet: 11, 05 and 51. RGB value is (17,5,81). Sum of RGB (Red+Green+Blue) = 17+5+81=103 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.50% from 103); Green value is 5 (2.34% from 255 or 4.85% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #110551 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110551 is #EEFAAE. Grayscale: #101010. Windows color (decimal): -15661743 or 5309713. OLE color: 5309713.
HSL color Cylindrical-coordinate representation of color #110551: hue angle of 249.47º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110551 is Cyan = 0.79, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 17 | 5 | 81 | - |
| CMYK | 0.79 | 0.94 | 0 | 0.68 |
| HSL | 249.47º | 0.88% | 0.17% | - |
| HSV(B) | 249.47º | 0.94% | 0.32% | - |
| XYZ | 1.77 | 0.82 | 7.85 | - |
| YUV | 17.25 | 163.98 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 5 | 81 | 0.79 | 0.94 | 0 | 0.68 | 249.47 | 0.88 | 0.17 |
| Hex | 11 | 5 | 51 | 4F | 5E | 0 | 44 | F9 | 58 | 11 |
| Octal | 21 | 5 | 121 | 117 | 136 | 0 | 104 | 371 | 130 | 21 |
| Binary | 10001 | 101 | 1010001 | 1001111 | 1011110 | 0 | 1000100 | 11111001 | 1011000 | 10001 |
Color Harmonies of #110551
Complementary color
Monochromatic Colors of #110551
Black with #110551
Text Example
Text Example
White with #110551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110551; }
p { color: rgb(17,5,81); }
H1.HeaderClassName
{
color: #110551;
}
.AnyTagClassName
{
color: #110551;
}
</style>
background-color css
<style>
a { background-color: #110551; }
a { background-color: rgb(17,5,81); }
div.DivClassName
{
background-color: #110551;
}
.BgClassName
{
background-color: #110551;
}
</style>
border-color css
<style>
span { border-color: #110551; }
span { border-color: rgb(17,5,81); }
td.TdClassName
{
border-color: #110551;
}
.TagClassName
{
border-color: #110551;
}
</style>