Shades of Midnight Blue #111875
Tints of Midnight Blue #111875
RGB
CMYK
RGB Variations
Color information
#111875 (or 0x111875) is known color: Midnight Blue. HEX triplet: 11, 18 and 75. RGB value is (17,24,117). Sum of RGB (Red+Green+Blue) = 17+24+117=158 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.76% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 117 (46.09% from 255 or 74.05% from 158); Max value from RGB is 117 - color contains mainly: blue. Hex color #111875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111875 is #EEE78A. Grayscale: #202020. Windows color (decimal): -15656843 or 7673873. OLE color: 7673873.
HSL color Cylindrical-coordinate representation of color #111875: hue angle of 235.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111875 is Cyan = 0.85, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 24 | 117 | - |
| CMYK | 0.85 | 0.79 | 0 | 0.54 |
| HSL | 235.8º | 0.75% | 0.26% | - |
| HSV(B) | 235.8º | 0.85% | 0.46% | - |
| XYZ | 3.77 | 2.06 | 17.03 | - |
| YUV | 32.51 | 175.68 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 24 | 117 | 0.85 | 0.79 | 0 | 0.54 | 235.8 | 0.75 | 0.26 |
| Hex | 11 | 18 | 75 | 55 | 4F | 0 | 36 | EC | 4B | 1A |
| Octal | 21 | 30 | 165 | 125 | 117 | 0 | 66 | 354 | 113 | 32 |
| Binary | 10001 | 11000 | 1110101 | 1010101 | 1001111 | 0 | 110110 | 11101100 | 1001011 | 11010 |
Color Harmonies of #111875
Complementary color
Monochromatic Colors of #111875
Black with #111875
Text Example
Text Example
White with #111875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111875; }
p { color: rgb(17,24,117); }
H1.HeaderClassName
{
color: #111875;
}
.AnyTagClassName
{
color: #111875;
}
</style>
background-color css
<style>
a { background-color: #111875; }
a { background-color: rgb(17,24,117); }
div.DivClassName
{
background-color: #111875;
}
.BgClassName
{
background-color: #111875;
}
</style>
border-color css
<style>
span { border-color: #111875; }
span { border-color: rgb(17,24,117); }
td.TdClassName
{
border-color: #111875;
}
.TagClassName
{
border-color: #111875;
}
</style>