Shades of Midnight Blue #110F6E
Tints of Midnight Blue #110F6E
RGB
CMYK
RGB Variations
Color information
#110F6E (or 0x110F6E) is known color: Midnight Blue. HEX triplet: 11, 0F and 6E. RGB value is (17,15,110). Sum of RGB (Red+Green+Blue) = 17+15+110=142 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.97% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #110F6E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F6E is #EEF091. Grayscale: #1A1A1A. Windows color (decimal): -15659154 or 7212817. OLE color: 7212817.
HSL color Cylindrical-coordinate representation of color #110F6E: hue angle of 241.26º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #110F6E is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 17 | 15 | 110 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.57 |
| HSL | 241.26º | 0.76% | 0.25% | - |
| HSV(B) | 241.26º | 0.86% | 0.43% | - |
| XYZ | 3.22 | 1.59 | 14.89 | - |
| YUV | 26.43 | 175.16 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 110 | 0.85 | 0.86 | 0 | 0.57 | 241.26 | 0.76 | 0.25 |
| Hex | 11 | F | 6E | 55 | 56 | 0 | 39 | F1 | 4C | 19 |
| Octal | 21 | 17 | 156 | 125 | 126 | 0 | 71 | 361 | 114 | 31 |
| Binary | 10001 | 1111 | 1101110 | 1010101 | 1010110 | 0 | 111001 | 11110001 | 1001100 | 11001 |
Color Harmonies of #110F6E
Complementary color
Monochromatic Colors of #110F6E
Black with #110F6E
Text Example
Text Example
White with #110F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F6E; }
p { color: rgb(17,15,110); }
H1.HeaderClassName
{
color: #110F6E;
}
.AnyTagClassName
{
color: #110F6E;
}
</style>
background-color css
<style>
a { background-color: #110F6E; }
a { background-color: rgb(17,15,110); }
div.DivClassName
{
background-color: #110F6E;
}
.BgClassName
{
background-color: #110F6E;
}
</style>
border-color css
<style>
span { border-color: #110F6E; }
span { border-color: rgb(17,15,110); }
td.TdClassName
{
border-color: #110F6E;
}
.TagClassName
{
border-color: #110F6E;
}
</style>