Shades of Midnight Blue #11046F
Tints of Midnight Blue #11046F
RGB
CMYK
RGB Variations
Color information
#11046F (or 0x11046F) is known color: Midnight Blue. HEX triplet: 11, 04 and 6F. RGB value is (17,4,111). Sum of RGB (Red+Green+Blue) = 17+4+111=132 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.88% from 132); Green value is 4 (1.95% from 255 or 3.03% from 132); Blue value is 111 (43.75% from 255 or 84.09% from 132); Max value from RGB is 111 - color contains mainly: blue. Hex color #11046F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11046F is #EEFB90. Grayscale: #131313. Windows color (decimal): -15661969 or 7275537. OLE color: 7275537.
HSL color Cylindrical-coordinate representation of color #11046F: hue angle of 247.29º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11046F is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 17 | 4 | 111 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.56 |
| HSL | 247.29º | 0.93% | 0.23% | - |
| HSV(B) | 247.29º | 0.96% | 0.44% | - |
| XYZ | 3.14 | 1.35 | 15.13 | - |
| YUV | 20.09 | 179.31 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 111 | 0.85 | 0.96 | 0 | 0.56 | 247.29 | 0.93 | 0.23 |
| Hex | 11 | 4 | 6F | 55 | 60 | 0 | 38 | F7 | 5D | 17 |
| Octal | 21 | 4 | 157 | 125 | 140 | 0 | 70 | 367 | 135 | 27 |
| Binary | 10001 | 100 | 1101111 | 1010101 | 1100000 | 0 | 111000 | 11110111 | 1011101 | 10111 |
Color Harmonies of #11046F
Complementary color
Monochromatic Colors of #11046F
Black with #11046F
Text Example
Text Example
White with #11046F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11046F; }
p { color: rgb(17,4,111); }
H1.HeaderClassName
{
color: #11046F;
}
.AnyTagClassName
{
color: #11046F;
}
</style>
background-color css
<style>
a { background-color: #11046F; }
a { background-color: rgb(17,4,111); }
div.DivClassName
{
background-color: #11046F;
}
.BgClassName
{
background-color: #11046F;
}
</style>
border-color css
<style>
span { border-color: #11046F; }
span { border-color: rgb(17,4,111); }
td.TdClassName
{
border-color: #11046F;
}
.TagClassName
{
border-color: #11046F;
}
</style>