Shades of Midnight Blue #110854
Tints of Midnight Blue #110854
RGB
CMYK
RGB Variations
Color information
#110854 (or 0x110854) is known color: Midnight Blue. HEX triplet: 11, 08 and 54. RGB value is (17,8,84). Sum of RGB (Red+Green+Blue) = 17+8+84=109 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.60% from 109); Green value is 8 (3.52% from 255 or 7.34% from 109); Blue value is 84 (33.20% from 255 or 77.06% from 109); Max value from RGB is 84 - color contains mainly: blue. Hex color #110854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110854 is #EEF7AB. Grayscale: #131313. Windows color (decimal): -15660972 or 5507089. OLE color: 5507089.
HSL color Cylindrical-coordinate representation of color #110854: hue angle of 247.11º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #110854 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 17 | 8 | 84 | - |
| CMYK | 0.80 | 0.90 | 0 | 0.67 |
| HSL | 247.11º | 0.83% | 0.18% | - |
| HSV(B) | 247.11º | 0.9% | 0.33% | - |
| XYZ | 1.92 | 0.93 | 8.47 | - |
| YUV | 19.36 | 164.48 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 8 | 84 | 0.80 | 0.90 | 0 | 0.67 | 247.11 | 0.83 | 0.18 |
| Hex | 11 | 8 | 54 | 50 | 5A | 0 | 43 | F7 | 53 | 12 |
| Octal | 21 | 10 | 124 | 120 | 132 | 0 | 103 | 367 | 123 | 22 |
| Binary | 10001 | 1000 | 1010100 | 1010000 | 1011010 | 0 | 1000011 | 11110111 | 1010011 | 10010 |
Color Harmonies of #110854
Complementary color
Monochromatic Colors of #110854
Black with #110854
Text Example
Text Example
White with #110854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110854; }
p { color: rgb(17,8,84); }
H1.HeaderClassName
{
color: #110854;
}
.AnyTagClassName
{
color: #110854;
}
</style>
background-color css
<style>
a { background-color: #110854; }
a { background-color: rgb(17,8,84); }
div.DivClassName
{
background-color: #110854;
}
.BgClassName
{
background-color: #110854;
}
</style>
border-color css
<style>
span { border-color: #110854; }
span { border-color: rgb(17,8,84); }
td.TdClassName
{
border-color: #110854;
}
.TagClassName
{
border-color: #110854;
}
</style>