Shades of Midnight Blue #110054
Tints of Midnight Blue #110054
RGB
CMYK
RGB Variations
Color information
#110054 (or 0x110054) is known color: Midnight Blue. HEX triplet: 11, 00 and 54. RGB value is (17,0,84). Sum of RGB (Red+Green+Blue) = 17+0+84=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 84 (33.20% from 255 or 83.17% from 101); Max value from RGB is 84 - color contains mainly: blue. Hex color #110054 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110054 is #EEFFAB. Grayscale: #0E0E0E. Windows color (decimal): -15663020 or 5505041. OLE color: 5505041.
HSL color Cylindrical-coordinate representation of color #110054: hue angle of 252.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110054 is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 0 | 84 | - |
| CMYK | 0.80 | 1 | 0 | 0.67 |
| HSL | 252.14º | 1% | 0.16% | - |
| HSV(B) | 252.14º | 1% | 0.33% | - |
| XYZ | 1.83 | 0.76 | 8.44 | - |
| YUV | 14.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 84 | 0.80 | 1 | 0 | 0.67 | 252.14 | 1 | 0.16 |
| Hex | 11 | 0 | 54 | 50 | 64 | 0 | 43 | FC | 64 | 10 |
| Octal | 21 | 0 | 124 | 120 | 144 | 0 | 103 | 374 | 144 | 20 |
| Binary | 10001 | 0 | 1010100 | 1010000 | 1100100 | 0 | 1000011 | 11111100 | 1100100 | 10000 |
Color Harmonies of #110054
Complementary color
Monochromatic Colors of #110054
Black with #110054
Text Example
Text Example
White with #110054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110054; }
p { color: rgb(17,0,84); }
H1.HeaderClassName
{
color: #110054;
}
.AnyTagClassName
{
color: #110054;
}
</style>
background-color css
<style>
a { background-color: #110054; }
a { background-color: rgb(17,0,84); }
div.DivClassName
{
background-color: #110054;
}
.BgClassName
{
background-color: #110054;
}
</style>
border-color css
<style>
span { border-color: #110054; }
span { border-color: rgb(17,0,84); }
td.TdClassName
{
border-color: #110054;
}
.TagClassName
{
border-color: #110054;
}
</style>