Shades of Midnight Blue #11046D
Tints of Midnight Blue #11046D
RGB
CMYK
RGB Variations
Color information
#11046D (or 0x11046D) is known color: Midnight Blue. HEX triplet: 11, 04 and 6D. RGB value is (17,4,109). Sum of RGB (Red+Green+Blue) = 17+4+109=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 109 (42.97% from 255 or 83.85% from 130); Max value from RGB is 109 - color contains mainly: blue. Hex color #11046D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11046D is #EEFB92. Grayscale: #131313. Windows color (decimal): -15661971 or 7144465. OLE color: 7144465.
HSL color Cylindrical-coordinate representation of color #11046D: hue angle of 247.43º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #11046D is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 4 | 109 | - |
| CMYK | 0.84 | 0.96 | 0 | 0.57 |
| HSL | 247.43º | 0.93% | 0.22% | - |
| HSV(B) | 247.43º | 0.96% | 0.43% | - |
| XYZ | 3.03 | 1.31 | 14.56 | - |
| YUV | 19.86 | 178.31 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 109 | 0.84 | 0.96 | 0 | 0.57 | 247.43 | 0.93 | 0.22 |
| Hex | 11 | 4 | 6D | 54 | 60 | 0 | 39 | F7 | 5D | 16 |
| Octal | 21 | 4 | 155 | 124 | 140 | 0 | 71 | 367 | 135 | 26 |
| Binary | 10001 | 100 | 1101101 | 1010100 | 1100000 | 0 | 111001 | 11110111 | 1011101 | 10110 |
Color Harmonies of #11046D
Complementary color
Monochromatic Colors of #11046D
Black with #11046D
Text Example
Text Example
White with #11046D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11046D; }
p { color: rgb(17,4,109); }
H1.HeaderClassName
{
color: #11046D;
}
.AnyTagClassName
{
color: #11046D;
}
</style>
background-color css
<style>
a { background-color: #11046D; }
a { background-color: rgb(17,4,109); }
div.DivClassName
{
background-color: #11046D;
}
.BgClassName
{
background-color: #11046D;
}
</style>
border-color css
<style>
span { border-color: #11046D; }
span { border-color: rgb(17,4,109); }
td.TdClassName
{
border-color: #11046D;
}
.TagClassName
{
border-color: #11046D;
}
</style>