Shades of Midnight Blue #111E83
Tints of Midnight Blue #111E83
RGB
CMYK
RGB Variations
Color information
#111E83 (or 0x111E83) is known color: Midnight Blue. HEX triplet: 11, 1E and 83. RGB value is (17,30,131). Sum of RGB (Red+Green+Blue) = 17+30+131=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 30 (12.11% from 255 or 16.85% from 178); Blue value is 131 (51.56% from 255 or 73.60% from 178); Max value from RGB is 131 - color contains mainly: blue. Hex color #111E83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #111E83 is #EEE17C. Grayscale: #252525. Windows color (decimal): -15655293 or 8592913. OLE color: 8592913.
HSL color Cylindrical-coordinate representation of color #111E83: hue angle of 233.16º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #111E83 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 17 | 30 | 131 | - |
| CMYK | 0.87 | 0.77 | 0 | 0.49 |
| HSL | 233.16º | 0.77% | 0.29% | - |
| HSV(B) | 233.16º | 0.87% | 0.51% | - |
| XYZ | 4.79 | 2.69 | 21.74 | - |
| YUV | 37.63 | 180.69 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 131 | 0.87 | 0.77 | 0 | 0.49 | 233.16 | 0.77 | 0.29 |
| Hex | 11 | 1E | 83 | 57 | 4D | 0 | 31 | E9 | 4D | 1D |
| Octal | 21 | 36 | 203 | 127 | 115 | 0 | 61 | 351 | 115 | 35 |
| Binary | 10001 | 11110 | 10000011 | 1010111 | 1001101 | 0 | 110001 | 11101001 | 1001101 | 11101 |
Color Harmonies of #111E83
Complementary color
Monochromatic Colors of #111E83
Black with #111E83
Text Example
Text Example
White with #111E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E83; }
p { color: rgb(17,30,131); }
H1.HeaderClassName
{
color: #111E83;
}
.AnyTagClassName
{
color: #111E83;
}
</style>
background-color css
<style>
a { background-color: #111E83; }
a { background-color: rgb(17,30,131); }
div.DivClassName
{
background-color: #111E83;
}
.BgClassName
{
background-color: #111E83;
}
</style>
border-color css
<style>
span { border-color: #111E83; }
span { border-color: rgb(17,30,131); }
td.TdClassName
{
border-color: #111E83;
}
.TagClassName
{
border-color: #111E83;
}
</style>