Shades of Midnight Blue #111369
Tints of Midnight Blue #111369
RGB
CMYK
RGB Variations
Color information
#111369 (or 0x111369) is known color: Midnight Blue. HEX triplet: 11, 13 and 69. RGB value is (17,19,105). Sum of RGB (Red+Green+Blue) = 17+19+105=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 105 (41.41% from 255 or 74.47% from 141); Max value from RGB is 105 - color contains mainly: blue. Hex color #111369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111369 is #EEEC96. Grayscale: #1B1B1B. Windows color (decimal): -15658135 or 6886161. OLE color: 6886161.
HSL color Cylindrical-coordinate representation of color #111369: hue angle of 238.64º 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 #111369 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 19 | 105 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.59 |
| HSL | 238.64º | 0.72% | 0.24% | - |
| HSV(B) | 238.64º | 0.84% | 0.41% | - |
| XYZ | 3.01 | 1.6 | 13.52 | - |
| YUV | 28.21 | 171.34 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 105 | 0.84 | 0.82 | 0 | 0.59 | 238.64 | 0.72 | 0.24 |
| Hex | 11 | 13 | 69 | 54 | 52 | 0 | 3B | EF | 48 | 18 |
| Octal | 21 | 23 | 151 | 124 | 122 | 0 | 73 | 357 | 110 | 30 |
| Binary | 10001 | 10011 | 1101001 | 1010100 | 1010010 | 0 | 111011 | 11101111 | 1001000 | 11000 |
Color Harmonies of #111369
Complementary color
Monochromatic Colors of #111369
Black with #111369
Text Example
Text Example
White with #111369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111369; }
p { color: rgb(17,19,105); }
H1.HeaderClassName
{
color: #111369;
}
.AnyTagClassName
{
color: #111369;
}
</style>
background-color css
<style>
a { background-color: #111369; }
a { background-color: rgb(17,19,105); }
div.DivClassName
{
background-color: #111369;
}
.BgClassName
{
background-color: #111369;
}
</style>
border-color css
<style>
span { border-color: #111369; }
span { border-color: rgb(17,19,105); }
td.TdClassName
{
border-color: #111369;
}
.TagClassName
{
border-color: #111369;
}
</style>