Shades of Midnight Blue #111555
Tints of Midnight Blue #111555
RGB
CMYK
RGB Variations
Color information
#111555 (or 0x111555) is known color: Midnight Blue. HEX triplet: 11, 15 and 55. RGB value is (17,21,85). Sum of RGB (Red+Green+Blue) = 17+21+85=123 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.82% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 85 (33.59% from 255 or 69.11% from 123); Max value from RGB is 85 - color contains mainly: blue. Hex color #111555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #111555 is #EEEAAA. Grayscale: #1A1A1A. Windows color (decimal): -15657643 or 5575953. OLE color: 5575953.
HSL color Cylindrical-coordinate representation of color #111555: hue angle of 236.47º degrees, saturation: 0.67, 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 #111555 is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 21 | 85 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.67 |
| HSL | 236.47º | 0.67% | 0.2% | - |
| HSV(B) | 236.47º | 0.8% | 0.33% | - |
| XYZ | 2.14 | 1.31 | 8.73 | - |
| YUV | 27.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 21 | 85 | 0.80 | 0.75 | 0 | 0.67 | 236.47 | 0.67 | 0.2 |
| Hex | 11 | 15 | 55 | 50 | 4B | 0 | 43 | EC | 43 | 14 |
| Octal | 21 | 25 | 125 | 120 | 113 | 0 | 103 | 354 | 103 | 24 |
| Binary | 10001 | 10101 | 1010101 | 1010000 | 1001011 | 0 | 1000011 | 11101100 | 1000011 | 10100 |
Color Harmonies of #111555
Complementary color
Monochromatic Colors of #111555
Black with #111555
Text Example
Text Example
White with #111555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #111555; }
p { color: rgb(17,21,85); }
H1.HeaderClassName
{
color: #111555;
}
.AnyTagClassName
{
color: #111555;
}
</style>
background-color css
<style>
a { background-color: #111555; }
a { background-color: rgb(17,21,85); }
div.DivClassName
{
background-color: #111555;
}
.BgClassName
{
background-color: #111555;
}
</style>
border-color css
<style>
span { border-color: #111555; }
span { border-color: rgb(17,21,85); }
td.TdClassName
{
border-color: #111555;
}
.TagClassName
{
border-color: #111555;
}
</style>