Shades of Midnight Blue #11065D
Tints of Midnight Blue #11065D
RGB
CMYK
RGB Variations
Color information
#11065D (or 0x11065D) is known color: Midnight Blue. HEX triplet: 11, 06 and 5D. RGB value is (17,6,93). Sum of RGB (Red+Green+Blue) = 17+6+93=116 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.66% from 116); Green value is 6 (2.73% from 255 or 5.17% from 116); Blue value is 93 (36.72% from 255 or 80.17% from 116); Max value from RGB is 93 - color contains mainly: blue. Hex color #11065D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11065D is #EEF9A2. Grayscale: #121212. Windows color (decimal): -15661475 or 6096401. OLE color: 6096401.
HSL color Cylindrical-coordinate representation of color #11065D: hue angle of 247.59º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11065D is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 6 | 93 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.64 |
| HSL | 247.59º | 0.88% | 0.19% | - |
| HSV(B) | 247.59º | 0.94% | 0.36% | - |
| XYZ | 2.27 | 1.04 | 10.44 | - |
| YUV | 19.21 | 169.64 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 93 | 0.82 | 0.94 | 0 | 0.64 | 247.59 | 0.88 | 0.19 |
| Hex | 11 | 6 | 5D | 52 | 5E | 0 | 40 | F8 | 58 | 13 |
| Octal | 21 | 6 | 135 | 122 | 136 | 0 | 100 | 370 | 130 | 23 |
| Binary | 10001 | 110 | 1011101 | 1010010 | 1011110 | 0 | 1000000 | 11111000 | 1011000 | 10011 |
Color Harmonies of #11065D
Complementary color
Monochromatic Colors of #11065D
Black with #11065D
Text Example
Text Example
White with #11065D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11065D; }
p { color: rgb(17,6,93); }
H1.HeaderClassName
{
color: #11065D;
}
.AnyTagClassName
{
color: #11065D;
}
</style>
background-color css
<style>
a { background-color: #11065D; }
a { background-color: rgb(17,6,93); }
div.DivClassName
{
background-color: #11065D;
}
.BgClassName
{
background-color: #11065D;
}
</style>
border-color css
<style>
span { border-color: #11065D; }
span { border-color: rgb(17,6,93); }
td.TdClassName
{
border-color: #11065D;
}
.TagClassName
{
border-color: #11065D;
}
</style>