Shades of Midnight Blue #111E69
Tints of Midnight Blue #111E69
RGB
CMYK
RGB Variations
Color information
#111E69 (or 0x111E69) is known color: Midnight Blue. HEX triplet: 11, 1E and 69. RGB value is (17,30,105). Sum of RGB (Red+Green+Blue) = 17+30+105=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 30 (12.11% from 255 or 19.74% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #111E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #111E69 is #EEE196. Grayscale: #222222. Windows color (decimal): -15655319 or 6888977. OLE color: 6888977.
HSL color Cylindrical-coordinate representation of color #111E69: hue angle of 231.14º 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 #111E69 is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 17 | 30 | 105 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.59 |
| HSL | 231.14º | 0.72% | 0.24% | - |
| HSV(B) | 231.14º | 0.84% | 0.41% | - |
| XYZ | 3.25 | 2.07 | 13.59 | - |
| YUV | 34.66 | 167.69 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 30 | 105 | 0.84 | 0.71 | 0 | 0.59 | 231.14 | 0.72 | 0.24 |
| Hex | 11 | 1E | 69 | 54 | 47 | 0 | 3B | E7 | 48 | 18 |
| Octal | 21 | 36 | 151 | 124 | 107 | 0 | 73 | 347 | 110 | 30 |
| Binary | 10001 | 11110 | 1101001 | 1010100 | 1000111 | 0 | 111011 | 11100111 | 1001000 | 11000 |
Color Harmonies of #111E69
Complementary color
Monochromatic Colors of #111E69
Black with #111E69
Text Example
Text Example
White with #111E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111E69; }
p { color: rgb(17,30,105); }
H1.HeaderClassName
{
color: #111E69;
}
.AnyTagClassName
{
color: #111E69;
}
</style>
background-color css
<style>
a { background-color: #111E69; }
a { background-color: rgb(17,30,105); }
div.DivClassName
{
background-color: #111E69;
}
.BgClassName
{
background-color: #111E69;
}
</style>
border-color css
<style>
span { border-color: #111E69; }
span { border-color: rgb(17,30,105); }
td.TdClassName
{
border-color: #111E69;
}
.TagClassName
{
border-color: #111E69;
}
</style>