Shades of Midnight Blue #11146D
Tints of Midnight Blue #11146D
RGB
CMYK
RGB Variations
Color information
#11146D (or 0x11146D) is known color: Midnight Blue. HEX triplet: 11, 14 and 6D. RGB value is (17,20,109). Sum of RGB (Red+Green+Blue) = 17+20+109=146 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.64% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 109 (42.97% from 255 or 74.66% from 146); Max value from RGB is 109 - color contains mainly: blue. Hex color #11146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11146D is #EEEB92. Grayscale: #1C1C1C. Windows color (decimal): -15657875 or 7148561. OLE color: 7148561.
HSL color Cylindrical-coordinate representation of color #11146D: hue angle of 238.04º 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 #11146D is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 20 | 109 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.57 |
| HSL | 238.04º | 0.73% | 0.25% | - |
| HSV(B) | 238.04º | 0.84% | 0.43% | - |
| XYZ | 3.24 | 1.72 | 14.63 | - |
| YUV | 29.25 | 173.01 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 109 | 0.84 | 0.82 | 0 | 0.57 | 238.04 | 0.73 | 0.25 |
| Hex | 11 | 14 | 6D | 54 | 52 | 0 | 39 | EE | 49 | 19 |
| Octal | 21 | 24 | 155 | 124 | 122 | 0 | 71 | 356 | 111 | 31 |
| Binary | 10001 | 10100 | 1101101 | 1010100 | 1010010 | 0 | 111001 | 11101110 | 1001001 | 11001 |
Color Harmonies of #11146D
Complementary color
Monochromatic Colors of #11146D
Black with #11146D
Text Example
Text Example
White with #11146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11146D; }
p { color: rgb(17,20,109); }
H1.HeaderClassName
{
color: #11146D;
}
.AnyTagClassName
{
color: #11146D;
}
</style>
background-color css
<style>
a { background-color: #11146D; }
a { background-color: rgb(17,20,109); }
div.DivClassName
{
background-color: #11146D;
}
.BgClassName
{
background-color: #11146D;
}
</style>
border-color css
<style>
span { border-color: #11146D; }
span { border-color: rgb(17,20,109); }
td.TdClassName
{
border-color: #11146D;
}
.TagClassName
{
border-color: #11146D;
}
</style>