Shades of Midnight Blue #111375
Tints of Midnight Blue #111375
RGB
CMYK
RGB Variations
Color information
#111375 (or 0x111375) is known color: Midnight Blue. HEX triplet: 11, 13 and 75. RGB value is (17,19,117). Sum of RGB (Red+Green+Blue) = 17+19+117=153 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.11% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #111375 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111375 is #EEEC8A. Grayscale: #1D1D1D. Windows color (decimal): -15658123 or 7672593. OLE color: 7672593.
HSL color Cylindrical-coordinate representation of color #111375: hue angle of 238.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 #111375 is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 19 | 117 | - |
| CMYK | 0.85 | 0.84 | 0 | 0.54 |
| HSL | 238.8º | 0.75% | 0.26% | - |
| HSV(B) | 238.8º | 0.85% | 0.46% | - |
| XYZ | 3.67 | 1.87 | 17 | - |
| YUV | 29.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 117 | 0.85 | 0.84 | 0 | 0.54 | 238.8 | 0.75 | 0.26 |
| Hex | 11 | 13 | 75 | 55 | 54 | 0 | 36 | EF | 4B | 1A |
| Octal | 21 | 23 | 165 | 125 | 124 | 0 | 66 | 357 | 113 | 32 |
| Binary | 10001 | 10011 | 1110101 | 1010101 | 1010100 | 0 | 110110 | 11101111 | 1001011 | 11010 |
Color Harmonies of #111375
Complementary color
Monochromatic Colors of #111375
Black with #111375
Text Example
Text Example
White with #111375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111375; }
p { color: rgb(17,19,117); }
H1.HeaderClassName
{
color: #111375;
}
.AnyTagClassName
{
color: #111375;
}
</style>
background-color css
<style>
a { background-color: #111375; }
a { background-color: rgb(17,19,117); }
div.DivClassName
{
background-color: #111375;
}
.BgClassName
{
background-color: #111375;
}
</style>
border-color css
<style>
span { border-color: #111375; }
span { border-color: rgb(17,19,117); }
td.TdClassName
{
border-color: #111375;
}
.TagClassName
{
border-color: #111375;
}
</style>