Shades of Midnight Blue #111D6E
Tints of Midnight Blue #111D6E
RGB
CMYK
RGB Variations
Color information
#111D6E (or 0x111D6E) is known color: Midnight Blue. HEX triplet: 11, 1D and 6E. RGB value is (17,29,110). Sum of RGB (Red+Green+Blue) = 17+29+110=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 29 (11.72% from 255 or 18.59% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #111D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D6E is #EEE291. Grayscale: #222222. Windows color (decimal): -15655570 or 7216401. OLE color: 7216401.
HSL color Cylindrical-coordinate representation of color #111D6E: hue angle of 232.26º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #111D6E is Cyan = 0.85, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 29 | 110 | - |
| CMYK | 0.85 | 0.74 | 0 | 0.57 |
| HSL | 232.26º | 0.73% | 0.25% | - |
| HSV(B) | 232.26º | 0.85% | 0.43% | - |
| XYZ | 3.49 | 2.12 | 14.98 | - |
| YUV | 34.65 | 170.52 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 110 | 0.85 | 0.74 | 0 | 0.57 | 232.26 | 0.73 | 0.25 |
| Hex | 11 | 1D | 6E | 55 | 4A | 0 | 39 | E8 | 49 | 19 |
| Octal | 21 | 35 | 156 | 125 | 112 | 0 | 71 | 350 | 111 | 31 |
| Binary | 10001 | 11101 | 1101110 | 1010101 | 1001010 | 0 | 111001 | 11101000 | 1001001 | 11001 |
Color Harmonies of #111D6E
Complementary color
Monochromatic Colors of #111D6E
Black with #111D6E
Text Example
Text Example
White with #111D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D6E; }
p { color: rgb(17,29,110); }
H1.HeaderClassName
{
color: #111D6E;
}
.AnyTagClassName
{
color: #111D6E;
}
</style>
background-color css
<style>
a { background-color: #111D6E; }
a { background-color: rgb(17,29,110); }
div.DivClassName
{
background-color: #111D6E;
}
.BgClassName
{
background-color: #111D6E;
}
</style>
border-color css
<style>
span { border-color: #111D6E; }
span { border-color: rgb(17,29,110); }
td.TdClassName
{
border-color: #111D6E;
}
.TagClassName
{
border-color: #111D6E;
}
</style>