Shades of Midnight Blue #111277
Tints of Midnight Blue #111277
RGB
CMYK
RGB Variations
Color information
#111277 (or 0x111277) is known color: Midnight Blue. HEX triplet: 11, 12 and 77. RGB value is (17,18,119). Sum of RGB (Red+Green+Blue) = 17+18+119=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #111277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111277 is #EEED88. Grayscale: #1C1C1C. Windows color (decimal): -15658377 or 7803409. OLE color: 7803409.
HSL color Cylindrical-coordinate representation of color #111277: hue angle of 239.41º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111277 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 18 | 119 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.53 |
| HSL | 239.41º | 0.75% | 0.27% | - |
| HSV(B) | 239.41º | 0.86% | 0.47% | - |
| XYZ | 3.78 | 1.88 | 17.62 | - |
| YUV | 29.22 | 178.67 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 119 | 0.86 | 0.85 | 0 | 0.53 | 239.41 | 0.75 | 0.27 |
| Hex | 11 | 12 | 77 | 56 | 55 | 0 | 35 | EF | 4B | 1B |
| Octal | 21 | 22 | 167 | 126 | 125 | 0 | 65 | 357 | 113 | 33 |
| Binary | 10001 | 10010 | 1110111 | 1010110 | 1010101 | 0 | 110101 | 11101111 | 1001011 | 11011 |
Color Harmonies of #111277
Complementary color
Monochromatic Colors of #111277
Black with #111277
Text Example
Text Example
White with #111277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111277; }
p { color: rgb(17,18,119); }
H1.HeaderClassName
{
color: #111277;
}
.AnyTagClassName
{
color: #111277;
}
</style>
background-color css
<style>
a { background-color: #111277; }
a { background-color: rgb(17,18,119); }
div.DivClassName
{
background-color: #111277;
}
.BgClassName
{
background-color: #111277;
}
</style>
border-color css
<style>
span { border-color: #111277; }
span { border-color: rgb(17,18,119); }
td.TdClassName
{
border-color: #111277;
}
.TagClassName
{
border-color: #111277;
}
</style>