Shades of Midnight Blue #11127F
Tints of Midnight Blue #11127F
RGB
CMYK
RGB Variations
Color information
#11127F (or 0x11127F) is known color: Midnight Blue. HEX triplet: 11, 12 and 7F. RGB value is (17,18,127). Sum of RGB (Red+Green+Blue) = 17+18+127=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 127 (50% from 255 or 78.40% from 162); Max value from RGB is 127 - color contains mainly: blue. Hex color #11127F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #11127F is #EEED80. Grayscale: #1D1D1D. Windows color (decimal): -15658369 or 8327697. OLE color: 8327697.
HSL color Cylindrical-coordinate representation of color #11127F: hue angle of 239.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11127F is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 17 | 18 | 127 | - |
| CMYK | 0.87 | 0.86 | 0 | 0.50 |
| HSL | 239.45º | 0.76% | 0.28% | - |
| HSV(B) | 239.45º | 0.87% | 0.5% | - |
| XYZ | 4.28 | 2.08 | 20.26 | - |
| YUV | 30.13 | 182.67 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 127 | 0.87 | 0.86 | 0 | 0.50 | 239.45 | 0.76 | 0.28 |
| Hex | 11 | 12 | 7F | 57 | 56 | 0 | 32 | EF | 4C | 1C |
| Octal | 21 | 22 | 177 | 127 | 126 | 0 | 62 | 357 | 114 | 34 |
| Binary | 10001 | 10010 | 1111111 | 1010111 | 1010110 | 0 | 110010 | 11101111 | 1001100 | 11100 |
Color Harmonies of #11127F
Complementary color
Monochromatic Colors of #11127F
Black with #11127F
Text Example
Text Example
White with #11127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11127F; }
p { color: rgb(17,18,127); }
H1.HeaderClassName
{
color: #11127F;
}
.AnyTagClassName
{
color: #11127F;
}
</style>
background-color css
<style>
a { background-color: #11127F; }
a { background-color: rgb(17,18,127); }
div.DivClassName
{
background-color: #11127F;
}
.BgClassName
{
background-color: #11127F;
}
</style>
border-color css
<style>
span { border-color: #11127F; }
span { border-color: rgb(17,18,127); }
td.TdClassName
{
border-color: #11127F;
}
.TagClassName
{
border-color: #11127F;
}
</style>