Shades of Midnight Blue #111861
Tints of Midnight Blue #111861
RGB
CMYK
RGB Variations
Color information
#111861 (or 0x111861) is known color: Midnight Blue. HEX triplet: 11, 18 and 61. RGB value is (17,24,97). Sum of RGB (Red+Green+Blue) = 17+24+97=138 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.32% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #111861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111861 is #EEE79E. Grayscale: #1D1D1D. Windows color (decimal): -15656863 or 6363153. OLE color: 6363153.
HSL color Cylindrical-coordinate representation of color #111861: hue angle of 234.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #111861 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 17 | 24 | 97 | - |
| CMYK | 0.82 | 0.75 | 0 | 0.62 |
| HSL | 234.75º | 0.7% | 0.22% | - |
| HSV(B) | 234.75º | 0.82% | 0.38% | - |
| XYZ | 2.72 | 1.64 | 11.48 | - |
| YUV | 30.23 | 165.68 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 97 | 0.82 | 0.75 | 0 | 0.62 | 234.75 | 0.7 | 0.22 |
| Hex | 11 | 18 | 61 | 52 | 4B | 0 | 3E | EB | 46 | 16 |
| Octal | 21 | 30 | 141 | 122 | 113 | 0 | 76 | 353 | 106 | 26 |
| Binary | 10001 | 11000 | 1100001 | 1010010 | 1001011 | 0 | 111110 | 11101011 | 1000110 | 10110 |
Color Harmonies of #111861
Complementary color
Monochromatic Colors of #111861
Black with #111861
Text Example
Text Example
White with #111861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111861; }
p { color: rgb(17,24,97); }
H1.HeaderClassName
{
color: #111861;
}
.AnyTagClassName
{
color: #111861;
}
</style>
background-color css
<style>
a { background-color: #111861; }
a { background-color: rgb(17,24,97); }
div.DivClassName
{
background-color: #111861;
}
.BgClassName
{
background-color: #111861;
}
</style>
border-color css
<style>
span { border-color: #111861; }
span { border-color: rgb(17,24,97); }
td.TdClassName
{
border-color: #111861;
}
.TagClassName
{
border-color: #111861;
}
</style>