Shades of Midnight Blue #11126D
Tints of Midnight Blue #11126D
RGB
CMYK
RGB Variations
Color information
#11126D (or 0x11126D) is known color: Midnight Blue. HEX triplet: 11, 12 and 6D. RGB value is (17,18,109). Sum of RGB (Red+Green+Blue) = 17+18+109=144 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.81% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #11126D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11126D is #EEED92. Grayscale: #1B1B1B. Windows color (decimal): -15658387 or 7148049. OLE color: 7148049.
HSL color Cylindrical-coordinate representation of color #11126D: hue angle of 239.35º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11126D is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 18 | 109 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.57 |
| HSL | 239.35º | 0.73% | 0.25% | - |
| HSV(B) | 239.35º | 0.84% | 0.43% | - |
| XYZ | 3.21 | 1.66 | 14.62 | - |
| YUV | 28.08 | 173.67 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 109 | 0.84 | 0.83 | 0 | 0.57 | 239.35 | 0.73 | 0.25 |
| Hex | 11 | 12 | 6D | 54 | 53 | 0 | 39 | EF | 49 | 19 |
| Octal | 21 | 22 | 155 | 124 | 123 | 0 | 71 | 357 | 111 | 31 |
| Binary | 10001 | 10010 | 1101101 | 1010100 | 1010011 | 0 | 111001 | 11101111 | 1001001 | 11001 |
Color Harmonies of #11126D
Complementary color
Monochromatic Colors of #11126D
Black with #11126D
Text Example
Text Example
White with #11126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11126D; }
p { color: rgb(17,18,109); }
H1.HeaderClassName
{
color: #11126D;
}
.AnyTagClassName
{
color: #11126D;
}
</style>
background-color css
<style>
a { background-color: #11126D; }
a { background-color: rgb(17,18,109); }
div.DivClassName
{
background-color: #11126D;
}
.BgClassName
{
background-color: #11126D;
}
</style>
border-color css
<style>
span { border-color: #11126D; }
span { border-color: rgb(17,18,109); }
td.TdClassName
{
border-color: #11126D;
}
.TagClassName
{
border-color: #11126D;
}
</style>