Shades of Midnight Blue #110F6D
Tints of Midnight Blue #110F6D
RGB
CMYK
RGB Variations
Color information
#110F6D (or 0x110F6D) is known color: Midnight Blue. HEX triplet: 11, 0F and 6D. RGB value is (17,15,109). Sum of RGB (Red+Green+Blue) = 17+15+109=141 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.06% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #110F6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F6D is #EEF092. Grayscale: #191919. Windows color (decimal): -15659155 or 7147281. OLE color: 7147281.
HSL color Cylindrical-coordinate representation of color #110F6D: hue angle of 241.28º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110F6D is Cyan = 0.84, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 15 | 109 | - |
| CMYK | 0.84 | 0.86 | 0 | 0.57 |
| HSL | 241.28º | 0.76% | 0.24% | - |
| HSV(B) | 241.28º | 0.86% | 0.43% | - |
| XYZ | 3.16 | 1.56 | 14.6 | - |
| YUV | 26.31 | 174.66 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 109 | 0.84 | 0.86 | 0 | 0.57 | 241.28 | 0.76 | 0.24 |
| Hex | 11 | F | 6D | 54 | 56 | 0 | 39 | F1 | 4C | 18 |
| Octal | 21 | 17 | 155 | 124 | 126 | 0 | 71 | 361 | 114 | 30 |
| Binary | 10001 | 1111 | 1101101 | 1010100 | 1010110 | 0 | 111001 | 11110001 | 1001100 | 11000 |
Color Harmonies of #110F6D
Complementary color
Monochromatic Colors of #110F6D
Black with #110F6D
Text Example
Text Example
White with #110F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F6D; }
p { color: rgb(17,15,109); }
H1.HeaderClassName
{
color: #110F6D;
}
.AnyTagClassName
{
color: #110F6D;
}
</style>
background-color css
<style>
a { background-color: #110F6D; }
a { background-color: rgb(17,15,109); }
div.DivClassName
{
background-color: #110F6D;
}
.BgClassName
{
background-color: #110F6D;
}
</style>
border-color css
<style>
span { border-color: #110F6D; }
span { border-color: rgb(17,15,109); }
td.TdClassName
{
border-color: #110F6D;
}
.TagClassName
{
border-color: #110F6D;
}
</style>