Shades of Midnight Blue #110768
Tints of Midnight Blue #110768
RGB
CMYK
RGB Variations
Color information
#110768 (or 0x110768) is known color: Midnight Blue. HEX triplet: 11, 07 and 68. RGB value is (17,7,104). Sum of RGB (Red+Green+Blue) = 17+7+104=128 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.28% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 104 (41.02% from 255 or 81.25% from 128); Max value from RGB is 104 - color contains mainly: blue. Hex color #110768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110768 is #EEF897. Grayscale: #141414. Windows color (decimal): -15661208 or 6817553. OLE color: 6817553.
HSL color Cylindrical-coordinate representation of color #110768: hue angle of 246.19º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110768 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 7 | 104 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.59 |
| HSL | 246.19º | 0.87% | 0.22% | - |
| HSV(B) | 246.19º | 0.93% | 0.41% | - |
| XYZ | 2.81 | 1.27 | 13.19 | - |
| YUV | 21.05 | 174.81 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 104 | 0.84 | 0.93 | 0 | 0.59 | 246.19 | 0.87 | 0.22 |
| Hex | 11 | 7 | 68 | 54 | 5D | 0 | 3B | F6 | 57 | 16 |
| Octal | 21 | 7 | 150 | 124 | 135 | 0 | 73 | 366 | 127 | 26 |
| Binary | 10001 | 111 | 1101000 | 1010100 | 1011101 | 0 | 111011 | 11110110 | 1010111 | 10110 |
Color Harmonies of #110768
Complementary color
Monochromatic Colors of #110768
Black with #110768
Text Example
Text Example
White with #110768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110768; }
p { color: rgb(17,7,104); }
H1.HeaderClassName
{
color: #110768;
}
.AnyTagClassName
{
color: #110768;
}
</style>
background-color css
<style>
a { background-color: #110768; }
a { background-color: rgb(17,7,104); }
div.DivClassName
{
background-color: #110768;
}
.BgClassName
{
background-color: #110768;
}
</style>
border-color css
<style>
span { border-color: #110768; }
span { border-color: rgb(17,7,104); }
td.TdClassName
{
border-color: #110768;
}
.TagClassName
{
border-color: #110768;
}
</style>