Shades of Midnight Blue #111E74
Tints of Midnight Blue #111E74
RGB
CMYK
RGB Variations
Color information
#111E74 (or 0x111E74) is known color: Midnight Blue. HEX triplet: 11, 1E and 74. RGB value is (17,30,116). Sum of RGB (Red+Green+Blue) = 17+30+116=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #111E74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E74 is #EEE18B. Grayscale: #232323. Windows color (decimal): -15655308 or 7609873. OLE color: 7609873.
HSL color Cylindrical-coordinate representation of color #111E74: hue angle of 232.12º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111E74 is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 17 | 30 | 116 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.55 |
| HSL | 232.12º | 0.74% | 0.26% | - |
| HSV(B) | 232.12º | 0.85% | 0.45% | - |
| XYZ | 3.85 | 2.31 | 16.77 | - |
| YUV | 35.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 116 | 0.85 | 0.74 | 0 | 0.55 | 232.12 | 0.74 | 0.26 |
| Hex | 11 | 1E | 74 | 55 | 4A | 0 | 37 | E8 | 4A | 1A |
| Octal | 21 | 36 | 164 | 125 | 112 | 0 | 67 | 350 | 112 | 32 |
| Binary | 10001 | 11110 | 1110100 | 1010101 | 1001010 | 0 | 110111 | 11101000 | 1001010 | 11010 |
Color Harmonies of #111E74
Complementary color
Monochromatic Colors of #111E74
Black with #111E74
Text Example
Text Example
White with #111E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E74; }
p { color: rgb(17,30,116); }
H1.HeaderClassName
{
color: #111E74;
}
.AnyTagClassName
{
color: #111E74;
}
</style>
background-color css
<style>
a { background-color: #111E74; }
a { background-color: rgb(17,30,116); }
div.DivClassName
{
background-color: #111E74;
}
.BgClassName
{
background-color: #111E74;
}
</style>
border-color css
<style>
span { border-color: #111E74; }
span { border-color: rgb(17,30,116); }
td.TdClassName
{
border-color: #111E74;
}
.TagClassName
{
border-color: #111E74;
}
</style>