Shades of Midnight Blue #111E7B
Tints of Midnight Blue #111E7B
RGB
CMYK
RGB Variations
Color information
#111E7B (or 0x111E7B) is known color: Midnight Blue. HEX triplet: 11, 1E and 7B. RGB value is (17,30,123). Sum of RGB (Red+Green+Blue) = 17+30+123=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 123 (48.44% from 255 or 72.35% from 170); Max value from RGB is 123 - color contains mainly: blue. Hex color #111E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E7B is #EEE184. Grayscale: #242424. Windows color (decimal): -15655301 or 8068625. OLE color: 8068625.
HSL color Cylindrical-coordinate representation of color #111E7B: hue angle of 232.64º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #111E7B is Cyan = 0.86, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 17 | 30 | 123 | - |
| CMYK | 0.86 | 0.76 | 0 | 0.52 |
| HSL | 232.64º | 0.76% | 0.27% | - |
| HSV(B) | 232.64º | 0.86% | 0.48% | - |
| XYZ | 4.27 | 2.48 | 18.99 | - |
| YUV | 36.72 | 176.69 | 113.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 123 | 0.86 | 0.76 | 0 | 0.52 | 232.64 | 0.76 | 0.27 |
| Hex | 11 | 1E | 7B | 56 | 4C | 0 | 34 | E9 | 4C | 1B |
| Octal | 21 | 36 | 173 | 126 | 114 | 0 | 64 | 351 | 114 | 33 |
| Binary | 10001 | 11110 | 1111011 | 1010110 | 1001100 | 0 | 110100 | 11101001 | 1001100 | 11011 |
Color Harmonies of #111E7B
Complementary color
Monochromatic Colors of #111E7B
Black with #111E7B
Text Example
Text Example
White with #111E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E7B; }
p { color: rgb(17,30,123); }
H1.HeaderClassName
{
color: #111E7B;
}
.AnyTagClassName
{
color: #111E7B;
}
</style>
background-color css
<style>
a { background-color: #111E7B; }
a { background-color: rgb(17,30,123); }
div.DivClassName
{
background-color: #111E7B;
}
.BgClassName
{
background-color: #111E7B;
}
</style>
border-color css
<style>
span { border-color: #111E7B; }
span { border-color: rgb(17,30,123); }
td.TdClassName
{
border-color: #111E7B;
}
.TagClassName
{
border-color: #111E7B;
}
</style>