Shades of Midnight Blue #111269
Tints of Midnight Blue #111269
RGB
CMYK
RGB Variations
Color information
#111269 (or 0x111269) is known color: Midnight Blue. HEX triplet: 11, 12 and 69. RGB value is (17,18,105). Sum of RGB (Red+Green+Blue) = 17+18+105=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 105 (41.41% from 255 or 75% from 140); Max value from RGB is 105 - color contains mainly: blue. Hex color #111269 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111269 is #EEED96. Grayscale: #1B1B1B. Windows color (decimal): -15658391 or 6885905. OLE color: 6885905.
HSL color Cylindrical-coordinate representation of color #111269: hue angle of 239.32º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #111269 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 18 | 105 | - |
| CMYK | 0.84 | 0.83 | 0 | 0.59 |
| HSL | 239.32º | 0.72% | 0.24% | - |
| HSV(B) | 239.32º | 0.84% | 0.41% | - |
| XYZ | 3 | 1.57 | 13.51 | - |
| YUV | 27.62 | 171.67 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 18 | 105 | 0.84 | 0.83 | 0 | 0.59 | 239.32 | 0.72 | 0.24 |
| Hex | 11 | 12 | 69 | 54 | 53 | 0 | 3B | EF | 48 | 18 |
| Octal | 21 | 22 | 151 | 124 | 123 | 0 | 73 | 357 | 110 | 30 |
| Binary | 10001 | 10010 | 1101001 | 1010100 | 1010011 | 0 | 111011 | 11101111 | 1001000 | 11000 |
Color Harmonies of #111269
Complementary color
Monochromatic Colors of #111269
Black with #111269
Text Example
Text Example
White with #111269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111269; }
p { color: rgb(17,18,105); }
H1.HeaderClassName
{
color: #111269;
}
.AnyTagClassName
{
color: #111269;
}
</style>
background-color css
<style>
a { background-color: #111269; }
a { background-color: rgb(17,18,105); }
div.DivClassName
{
background-color: #111269;
}
.BgClassName
{
background-color: #111269;
}
</style>
border-color css
<style>
span { border-color: #111269; }
span { border-color: rgb(17,18,105); }
td.TdClassName
{
border-color: #111269;
}
.TagClassName
{
border-color: #111269;
}
</style>