Shades of Midnight Blue #111477
Tints of Midnight Blue #111477
RGB
CMYK
RGB Variations
Color information
#111477 (or 0x111477) is known color: Midnight Blue. HEX triplet: 11, 14 and 77. RGB value is (17,20,119). Sum of RGB (Red+Green+Blue) = 17+20+119=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 119 (46.88% from 255 or 76.28% from 156); Max value from RGB is 119 - color contains mainly: blue. Hex color #111477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111477 is #EEEB88. Grayscale: #1D1D1D. Windows color (decimal): -15657865 or 7803921. OLE color: 7803921.
HSL color Cylindrical-coordinate representation of color #111477: hue angle of 238.24º 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 #111477 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 17 | 20 | 119 | - |
| CMYK | 0.86 | 0.83 | 0 | 0.53 |
| HSL | 238.24º | 0.75% | 0.27% | - |
| HSV(B) | 238.24º | 0.86% | 0.47% | - |
| XYZ | 3.81 | 1.95 | 17.63 | - |
| YUV | 30.39 | 178.01 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 20 | 119 | 0.86 | 0.83 | 0 | 0.53 | 238.24 | 0.75 | 0.27 |
| Hex | 11 | 14 | 77 | 56 | 53 | 0 | 35 | EE | 4B | 1B |
| Octal | 21 | 24 | 167 | 126 | 123 | 0 | 65 | 356 | 113 | 33 |
| Binary | 10001 | 10100 | 1110111 | 1010110 | 1010011 | 0 | 110101 | 11101110 | 1001011 | 11011 |
Color Harmonies of #111477
Complementary color
Monochromatic Colors of #111477
Black with #111477
Text Example
Text Example
White with #111477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111477; }
p { color: rgb(17,20,119); }
H1.HeaderClassName
{
color: #111477;
}
.AnyTagClassName
{
color: #111477;
}
</style>
background-color css
<style>
a { background-color: #111477; }
a { background-color: rgb(17,20,119); }
div.DivClassName
{
background-color: #111477;
}
.BgClassName
{
background-color: #111477;
}
</style>
border-color css
<style>
span { border-color: #111477; }
span { border-color: rgb(17,20,119); }
td.TdClassName
{
border-color: #111477;
}
.TagClassName
{
border-color: #111477;
}
</style>