Shades of Midnight Blue #110F7D
Tints of Midnight Blue #110F7D
RGB
CMYK
RGB Variations
Color information
#110F7D (or 0x110F7D) is known color: Midnight Blue. HEX triplet: 11, 0F and 7D. RGB value is (17,15,125). Sum of RGB (Red+Green+Blue) = 17+15+125=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 125 (49.22% from 255 or 79.62% from 157); Max value from RGB is 125 - color contains mainly: blue. Hex color #110F7D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110F7D is #EEF082. Grayscale: #1B1B1B. Windows color (decimal): -15659139 or 8195857. OLE color: 8195857.
HSL color Cylindrical-coordinate representation of color #110F7D: hue angle of 241.09º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110F7D is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 15 | 125 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.51 |
| HSL | 241.09º | 0.79% | 0.27% | - |
| HSV(B) | 241.09º | 0.88% | 0.49% | - |
| XYZ | 4.1 | 1.94 | 19.56 | - |
| YUV | 28.14 | 182.66 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 15 | 125 | 0.86 | 0.88 | 0 | 0.51 | 241.09 | 0.79 | 0.27 |
| Hex | 11 | F | 7D | 56 | 58 | 0 | 33 | F1 | 4F | 1B |
| Octal | 21 | 17 | 175 | 126 | 130 | 0 | 63 | 361 | 117 | 33 |
| Binary | 10001 | 1111 | 1111101 | 1010110 | 1011000 | 0 | 110011 | 11110001 | 1001111 | 11011 |
Color Harmonies of #110F7D
Complementary color
Monochromatic Colors of #110F7D
Black with #110F7D
Text Example
Text Example
White with #110F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F7D; }
p { color: rgb(17,15,125); }
H1.HeaderClassName
{
color: #110F7D;
}
.AnyTagClassName
{
color: #110F7D;
}
</style>
background-color css
<style>
a { background-color: #110F7D; }
a { background-color: rgb(17,15,125); }
div.DivClassName
{
background-color: #110F7D;
}
.BgClassName
{
background-color: #110F7D;
}
</style>
border-color css
<style>
span { border-color: #110F7D; }
span { border-color: rgb(17,15,125); }
td.TdClassName
{
border-color: #110F7D;
}
.TagClassName
{
border-color: #110F7D;
}
</style>