Shades of Midnight Blue #111D66
Tints of Midnight Blue #111D66
RGB
CMYK
RGB Variations
Color information
#111D66 (or 0x111D66) is known color: Midnight Blue. HEX triplet: 11, 1D and 66. RGB value is (17,29,102). Sum of RGB (Red+Green+Blue) = 17+29+102=148 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.49% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #111D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111D66 is #EEE299. Grayscale: #212121. Windows color (decimal): -15655578 or 6692113. OLE color: 6692113.
HSL color Cylindrical-coordinate representation of color #111D66: hue angle of 231.53º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #111D66 is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 17 | 29 | 102 | - |
| CMYK | 0.83 | 0.72 | 0 | 0.6 |
| HSL | 231.53º | 0.71% | 0.23% | - |
| HSV(B) | 231.53º | 0.83% | 0.4% | - |
| XYZ | 3.07 | 1.96 | 12.79 | - |
| YUV | 33.73 | 166.52 | 116.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 29 | 102 | 0.83 | 0.72 | 0 | 0.6 | 231.53 | 0.71 | 0.23 |
| Hex | 11 | 1D | 66 | 53 | 48 | 0 | 3C | E8 | 47 | 17 |
| Octal | 21 | 35 | 146 | 123 | 110 | 0 | 74 | 350 | 107 | 27 |
| Binary | 10001 | 11101 | 1100110 | 1010011 | 1001000 | 0 | 111100 | 11101000 | 1000111 | 10111 |
Color Harmonies of #111D66
Complementary color
Monochromatic Colors of #111D66
Black with #111D66
Text Example
Text Example
White with #111D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111D66; }
p { color: rgb(17,29,102); }
H1.HeaderClassName
{
color: #111D66;
}
.AnyTagClassName
{
color: #111D66;
}
</style>
background-color css
<style>
a { background-color: #111D66; }
a { background-color: rgb(17,29,102); }
div.DivClassName
{
background-color: #111D66;
}
.BgClassName
{
background-color: #111D66;
}
</style>
border-color css
<style>
span { border-color: #111D66; }
span { border-color: rgb(17,29,102); }
td.TdClassName
{
border-color: #111D66;
}
.TagClassName
{
border-color: #111D66;
}
</style>