Shades of Midnight Blue #11106A
Tints of Midnight Blue #11106A
RGB
CMYK
RGB Variations
Color information
#11106A (or 0x11106A) is known color: Midnight Blue. HEX triplet: 11, 10 and 6A. RGB value is (17,16,106). Sum of RGB (Red+Green+Blue) = 17+16+106=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 106 (41.80% from 255 or 76.26% from 139); Max value from RGB is 106 - color contains mainly: blue. Hex color #11106A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11106A is #EEEF95. Grayscale: #1A1A1A. Windows color (decimal): -15658902 or 6950929. OLE color: 6950929.
HSL color Cylindrical-coordinate representation of color #11106A: hue angle of 240.67º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11106A is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 16 | 106 | - |
| CMYK | 0.84 | 0.85 | 0 | 0.58 |
| HSL | 240.67º | 0.74% | 0.24% | - |
| HSV(B) | 240.67º | 0.85% | 0.42% | - |
| XYZ | 3.02 | 1.53 | 13.77 | - |
| YUV | 26.56 | 172.83 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 106 | 0.84 | 0.85 | 0 | 0.58 | 240.67 | 0.74 | 0.24 |
| Hex | 11 | 10 | 6A | 54 | 55 | 0 | 3A | F1 | 4A | 18 |
| Octal | 21 | 20 | 152 | 124 | 125 | 0 | 72 | 361 | 112 | 30 |
| Binary | 10001 | 10000 | 1101010 | 1010100 | 1010101 | 0 | 111010 | 11110001 | 1001010 | 11000 |
Color Harmonies of #11106A
Complementary color
Monochromatic Colors of #11106A
Black with #11106A
Text Example
Text Example
White with #11106A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11106A; }
p { color: rgb(17,16,106); }
H1.HeaderClassName
{
color: #11106A;
}
.AnyTagClassName
{
color: #11106A;
}
</style>
background-color css
<style>
a { background-color: #11106A; }
a { background-color: rgb(17,16,106); }
div.DivClassName
{
background-color: #11106A;
}
.BgClassName
{
background-color: #11106A;
}
</style>
border-color css
<style>
span { border-color: #11106A; }
span { border-color: rgb(17,16,106); }
td.TdClassName
{
border-color: #11106A;
}
.TagClassName
{
border-color: #11106A;
}
</style>