Shades of Midnight Blue #111354
Tints of Midnight Blue #111354
RGB
CMYK
RGB Variations
Color information
#111354 (or 0x111354) is known color: Midnight Blue. HEX triplet: 11, 13 and 54. RGB value is (17,19,84). Sum of RGB (Red+Green+Blue) = 17+19+84=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 84 (33.20% from 255 or 70% from 120); Max value from RGB is 84 - color contains mainly: blue. Hex color #111354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111354 is #EEECAB. Grayscale: #191919. Windows color (decimal): -15658156 or 5509905. OLE color: 5509905.
HSL color Cylindrical-coordinate representation of color #111354: hue angle of 238.21º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #111354 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 19 | 84 | - |
| CMYK | 0.80 | 0.77 | 0 | 0.67 |
| HSL | 238.21º | 0.66% | 0.2% | - |
| HSV(B) | 238.21º | 0.8% | 0.33% | - |
| XYZ | 2.06 | 1.23 | 8.52 | - |
| YUV | 25.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 19 | 84 | 0.80 | 0.77 | 0 | 0.67 | 238.21 | 0.66 | 0.2 |
| Hex | 11 | 13 | 54 | 50 | 4D | 0 | 43 | EE | 42 | 14 |
| Octal | 21 | 23 | 124 | 120 | 115 | 0 | 103 | 356 | 102 | 24 |
| Binary | 10001 | 10011 | 1010100 | 1010000 | 1001101 | 0 | 1000011 | 11101110 | 1000010 | 10100 |
Color Harmonies of #111354
Complementary color
Monochromatic Colors of #111354
Black with #111354
Text Example
Text Example
White with #111354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111354; }
p { color: rgb(17,19,84); }
H1.HeaderClassName
{
color: #111354;
}
.AnyTagClassName
{
color: #111354;
}
</style>
background-color css
<style>
a { background-color: #111354; }
a { background-color: rgb(17,19,84); }
div.DivClassName
{
background-color: #111354;
}
.BgClassName
{
background-color: #111354;
}
</style>
border-color css
<style>
span { border-color: #111354; }
span { border-color: rgb(17,19,84); }
td.TdClassName
{
border-color: #111354;
}
.TagClassName
{
border-color: #111354;
}
</style>