Shades of Midnight Blue #11076C
Tints of Midnight Blue #11076C
RGB
CMYK
RGB Variations
Color information
#11076C (or 0x11076C) is known color: Midnight Blue. HEX triplet: 11, 07 and 6C. RGB value is (17,7,108). Sum of RGB (Red+Green+Blue) = 17+7+108=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #11076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11076C is #EEF893. Grayscale: #151515. Windows color (decimal): -15661204 or 7079697. OLE color: 7079697.
HSL color Cylindrical-coordinate representation of color #11076C: hue angle of 245.94º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11076C is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 7 | 108 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.58 |
| HSL | 245.94º | 0.88% | 0.23% | - |
| HSV(B) | 245.94º | 0.94% | 0.42% | - |
| XYZ | 3.01 | 1.35 | 14.29 | - |
| YUV | 21.5 | 176.81 | 124.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 108 | 0.84 | 0.94 | 0 | 0.58 | 245.94 | 0.88 | 0.23 |
| Hex | 11 | 7 | 6C | 54 | 5E | 0 | 3A | F6 | 58 | 17 |
| Octal | 21 | 7 | 154 | 124 | 136 | 0 | 72 | 366 | 130 | 27 |
| Binary | 10001 | 111 | 1101100 | 1010100 | 1011110 | 0 | 111010 | 11110110 | 1011000 | 10111 |
Color Harmonies of #11076C
Complementary color
Monochromatic Colors of #11076C
Black with #11076C
Text Example
Text Example
White with #11076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11076C; }
p { color: rgb(17,7,108); }
H1.HeaderClassName
{
color: #11076C;
}
.AnyTagClassName
{
color: #11076C;
}
</style>
background-color css
<style>
a { background-color: #11076C; }
a { background-color: rgb(17,7,108); }
div.DivClassName
{
background-color: #11076C;
}
.BgClassName
{
background-color: #11076C;
}
</style>
border-color css
<style>
span { border-color: #11076C; }
span { border-color: rgb(17,7,108); }
td.TdClassName
{
border-color: #11076C;
}
.TagClassName
{
border-color: #11076C;
}
</style>