Shades of Midnight Blue #111C75
Tints of Midnight Blue #111C75
RGB
CMYK
RGB Variations
Color information
#111C75 (or 0x111C75) is known color: Midnight Blue. HEX triplet: 11, 1C and 75. RGB value is (17,28,117). Sum of RGB (Red+Green+Blue) = 17+28+117=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 117 (46.09% from 255 or 72.22% from 162); Max value from RGB is 117 - color contains mainly: blue. Hex color #111C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111C75 is #EEE38A. Grayscale: #222222. Windows color (decimal): -15655819 or 7674897. OLE color: 7674897.
HSL color Cylindrical-coordinate representation of color #111C75: hue angle of 233.4º 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 #111C75 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 17 | 28 | 117 | - |
| CMYK | 0.85 | 0.76 | 0 | 0.54 |
| HSL | 233.4º | 0.75% | 0.26% | - |
| HSV(B) | 233.4º | 0.85% | 0.46% | - |
| XYZ | 3.86 | 2.23 | 17.06 | - |
| YUV | 34.86 | 174.36 | 115.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 28 | 117 | 0.85 | 0.76 | 0 | 0.54 | 233.4 | 0.75 | 0.26 |
| Hex | 11 | 1C | 75 | 55 | 4C | 0 | 36 | E9 | 4B | 1A |
| Octal | 21 | 34 | 165 | 125 | 114 | 0 | 66 | 351 | 113 | 32 |
| Binary | 10001 | 11100 | 1110101 | 1010101 | 1001100 | 0 | 110110 | 11101001 | 1001011 | 11010 |
Color Harmonies of #111C75
Complementary color
Monochromatic Colors of #111C75
Black with #111C75
Text Example
Text Example
White with #111C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111C75; }
p { color: rgb(17,28,117); }
H1.HeaderClassName
{
color: #111C75;
}
.AnyTagClassName
{
color: #111C75;
}
</style>
background-color css
<style>
a { background-color: #111C75; }
a { background-color: rgb(17,28,117); }
div.DivClassName
{
background-color: #111C75;
}
.BgClassName
{
background-color: #111C75;
}
</style>
border-color css
<style>
span { border-color: #111C75; }
span { border-color: rgb(17,28,117); }
td.TdClassName
{
border-color: #111C75;
}
.TagClassName
{
border-color: #111C75;
}
</style>