Shades of Midnight Blue #11066D
Tints of Midnight Blue #11066D
RGB
CMYK
RGB Variations
Color information
#11066D (or 0x11066D) is known color: Midnight Blue. HEX triplet: 11, 06 and 6D. RGB value is (17,6,109). Sum of RGB (Red+Green+Blue) = 17+6+109=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 6 (2.73% from 255 or 4.55% from 132); Blue value is 109 (42.97% from 255 or 82.58% from 132); Max value from RGB is 109 - color contains mainly: blue. Hex color #11066D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11066D is #EEF992. Grayscale: #141414. Windows color (decimal): -15661459 or 7144977. OLE color: 7144977.
HSL color Cylindrical-coordinate representation of color #11066D: hue angle of 246.41º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11066D is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 6 | 109 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.57 |
| HSL | 246.41º | 0.9% | 0.23% | - |
| HSV(B) | 246.41º | 0.94% | 0.43% | - |
| XYZ | 3.06 | 1.35 | 14.57 | - |
| YUV | 21.03 | 177.64 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 109 | 0.84 | 0.94 | 0 | 0.57 | 246.41 | 0.9 | 0.23 |
| Hex | 11 | 6 | 6D | 54 | 5E | 0 | 39 | F6 | 5A | 17 |
| Octal | 21 | 6 | 155 | 124 | 136 | 0 | 71 | 366 | 132 | 27 |
| Binary | 10001 | 110 | 1101101 | 1010100 | 1011110 | 0 | 111001 | 11110110 | 1011010 | 10111 |
Color Harmonies of #11066D
Complementary color
Monochromatic Colors of #11066D
Black with #11066D
Text Example
Text Example
White with #11066D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11066D; }
p { color: rgb(17,6,109); }
H1.HeaderClassName
{
color: #11066D;
}
.AnyTagClassName
{
color: #11066D;
}
</style>
background-color css
<style>
a { background-color: #11066D; }
a { background-color: rgb(17,6,109); }
div.DivClassName
{
background-color: #11066D;
}
.BgClassName
{
background-color: #11066D;
}
</style>
border-color css
<style>
span { border-color: #11066D; }
span { border-color: rgb(17,6,109); }
td.TdClassName
{
border-color: #11066D;
}
.TagClassName
{
border-color: #11066D;
}
</style>