Shades of Midnight Blue #11006B
Tints of Midnight Blue #11006B
RGB
CMYK
RGB Variations
Color information
#11006B (or 0x11006B) is known color: Midnight Blue. HEX triplet: 11, 00 and 6B. RGB value is (17,0,107). Sum of RGB (Red+Green+Blue) = 17+0+107=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 107 (42.19% from 255 or 86.29% from 124); Max value from RGB is 107 - color contains mainly: blue. Hex color #11006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11006B is #EEFF94. Grayscale: #101010. Windows color (decimal): -15662997 or 7012369. OLE color: 7012369.
HSL color Cylindrical-coordinate representation of color #11006B: hue angle of 249.53º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11006B is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 0 | 107 | - |
| CMYK | 0.84 | 1 | 0 | 0.58 |
| HSL | 249.53º | 1% | 0.21% | - |
| HSV(B) | 249.53º | 1% | 0.42% | - |
| XYZ | 2.89 | 1.18 | 13.99 | - |
| YUV | 17.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 107 | 0.84 | 1 | 0 | 0.58 | 249.53 | 1 | 0.21 |
| Hex | 11 | 0 | 6B | 54 | 64 | 0 | 3A | FA | 64 | 15 |
| Octal | 21 | 0 | 153 | 124 | 144 | 0 | 72 | 372 | 144 | 25 |
| Binary | 10001 | 0 | 1101011 | 1010100 | 1100100 | 0 | 111010 | 11111010 | 1100100 | 10101 |
Color Harmonies of #11006B
Complementary color
Monochromatic Colors of #11006B
Black with #11006B
Text Example
Text Example
White with #11006B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11006B; }
p { color: rgb(17,0,107); }
H1.HeaderClassName
{
color: #11006B;
}
.AnyTagClassName
{
color: #11006B;
}
</style>
background-color css
<style>
a { background-color: #11006B; }
a { background-color: rgb(17,0,107); }
div.DivClassName
{
background-color: #11006B;
}
.BgClassName
{
background-color: #11006B;
}
</style>
border-color css
<style>
span { border-color: #11006B; }
span { border-color: rgb(17,0,107); }
td.TdClassName
{
border-color: #11006B;
}
.TagClassName
{
border-color: #11006B;
}
</style>