Shades of Midnight Blue #110F6C
Tints of Midnight Blue #110F6C
RGB
CMYK
RGB Variations
Color information
#110F6C (or 0x110F6C) is known color: Midnight Blue. HEX triplet: 11, 0F and 6C. RGB value is (17,15,108). Sum of RGB (Red+Green+Blue) = 17+15+108=140 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.14% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #110F6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F6C is #EEF093. Grayscale: #191919. Windows color (decimal): -15659156 or 7081745. OLE color: 7081745.
HSL color Cylindrical-coordinate representation of color #110F6C: hue angle of 241.29º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110F6C is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 17 | 15 | 108 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.58 |
| HSL | 241.29º | 0.76% | 0.24% | - |
| HSV(B) | 241.29º | 0.86% | 0.42% | - |
| XYZ | 3.11 | 1.54 | 14.32 | - |
| YUV | 26.2 | 174.16 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 108 | 0.84 | 0.86 | 0 | 0.58 | 241.29 | 0.76 | 0.24 |
| Hex | 11 | F | 6C | 54 | 56 | 0 | 3A | F1 | 4C | 18 |
| Octal | 21 | 17 | 154 | 124 | 126 | 0 | 72 | 361 | 114 | 30 |
| Binary | 10001 | 1111 | 1101100 | 1010100 | 1010110 | 0 | 111010 | 11110001 | 1001100 | 11000 |
Color Harmonies of #110F6C
Complementary color
Monochromatic Colors of #110F6C
Black with #110F6C
Text Example
Text Example
White with #110F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F6C; }
p { color: rgb(17,15,108); }
H1.HeaderClassName
{
color: #110F6C;
}
.AnyTagClassName
{
color: #110F6C;
}
</style>
background-color css
<style>
a { background-color: #110F6C; }
a { background-color: rgb(17,15,108); }
div.DivClassName
{
background-color: #110F6C;
}
.BgClassName
{
background-color: #110F6C;
}
</style>
border-color css
<style>
span { border-color: #110F6C; }
span { border-color: rgb(17,15,108); }
td.TdClassName
{
border-color: #110F6C;
}
.TagClassName
{
border-color: #110F6C;
}
</style>