Shades of Midnight Blue #11065B
Tints of Midnight Blue #11065B
RGB
CMYK
RGB Variations
Color information
#11065B (or 0x11065B) is known color: Midnight Blue. HEX triplet: 11, 06 and 5B. RGB value is (17,6,91). Sum of RGB (Red+Green+Blue) = 17+6+91=114 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.91% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 91 (35.94% from 255 or 79.82% from 114); Max value from RGB is 91 - color contains mainly: blue. Hex color #11065B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11065B is #EEF9A4. Grayscale: #121212. Windows color (decimal): -15661477 or 5965329. OLE color: 5965329.
HSL color Cylindrical-coordinate representation of color #11065B: hue angle of 247.76º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #11065B is Cyan = 0.81, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 6 | 91 | - |
| CMYK | 0.81 | 0.93 | 0 | 0.64 |
| HSL | 247.76º | 0.88% | 0.19% | - |
| HSV(B) | 247.76º | 0.93% | 0.36% | - |
| XYZ | 2.18 | 1 | 9.98 | - |
| YUV | 18.98 | 168.64 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 91 | 0.81 | 0.93 | 0 | 0.64 | 247.76 | 0.88 | 0.19 |
| Hex | 11 | 6 | 5B | 51 | 5D | 0 | 40 | F8 | 58 | 13 |
| Octal | 21 | 6 | 133 | 121 | 135 | 0 | 100 | 370 | 130 | 23 |
| Binary | 10001 | 110 | 1011011 | 1010001 | 1011101 | 0 | 1000000 | 11111000 | 1011000 | 10011 |
Color Harmonies of #11065B
Complementary color
Monochromatic Colors of #11065B
Black with #11065B
Text Example
Text Example
White with #11065B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11065B; }
p { color: rgb(17,6,91); }
H1.HeaderClassName
{
color: #11065B;
}
.AnyTagClassName
{
color: #11065B;
}
</style>
background-color css
<style>
a { background-color: #11065B; }
a { background-color: rgb(17,6,91); }
div.DivClassName
{
background-color: #11065B;
}
.BgClassName
{
background-color: #11065B;
}
</style>
border-color css
<style>
span { border-color: #11065B; }
span { border-color: rgb(17,6,91); }
td.TdClassName
{
border-color: #11065B;
}
.TagClassName
{
border-color: #11065B;
}
</style>