Shades of Midnight Blue #111E7C
Tints of Midnight Blue #111E7C
RGB
CMYK
RGB Variations
Color information
#111E7C (or 0x111E7C) is known color: Midnight Blue. HEX triplet: 11, 1E and 7C. RGB value is (17,30,124). Sum of RGB (Red+Green+Blue) = 17+30+124=171 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.94% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 124 (48.83% from 255 or 72.51% from 171); Max value from RGB is 124 - color contains mainly: blue. Hex color #111E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E7C is #EEE183. Grayscale: #242424. Windows color (decimal): -15655300 or 8134161. OLE color: 8134161.
HSL color Cylindrical-coordinate representation of color #111E7C: hue angle of 232.71º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111E7C is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 30 | 124 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.51 |
| HSL | 232.71º | 0.76% | 0.28% | - |
| HSV(B) | 232.71º | 0.86% | 0.49% | - |
| XYZ | 4.33 | 2.5 | 19.32 | - |
| YUV | 36.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 124 | 0.86 | 0.76 | 0 | 0.51 | 232.71 | 0.76 | 0.28 |
| Hex | 11 | 1E | 7C | 56 | 4C | 0 | 33 | E9 | 4C | 1C |
| Octal | 21 | 36 | 174 | 126 | 114 | 0 | 63 | 351 | 114 | 34 |
| Binary | 10001 | 11110 | 1111100 | 1010110 | 1001100 | 0 | 110011 | 11101001 | 1001100 | 11100 |
Color Harmonies of #111E7C
Complementary color
Monochromatic Colors of #111E7C
Black with #111E7C
Text Example
Text Example
White with #111E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E7C; }
p { color: rgb(17,30,124); }
H1.HeaderClassName
{
color: #111E7C;
}
.AnyTagClassName
{
color: #111E7C;
}
</style>
background-color css
<style>
a { background-color: #111E7C; }
a { background-color: rgb(17,30,124); }
div.DivClassName
{
background-color: #111E7C;
}
.BgClassName
{
background-color: #111E7C;
}
</style>
border-color css
<style>
span { border-color: #111E7C; }
span { border-color: rgb(17,30,124); }
td.TdClassName
{
border-color: #111E7C;
}
.TagClassName
{
border-color: #111E7C;
}
</style>