Shades of Midnight Blue #110767
Tints of Midnight Blue #110767
RGB
CMYK
RGB Variations
Color information
#110767 (or 0x110767) is known color: Midnight Blue. HEX triplet: 11, 07 and 67. RGB value is (17,7,103). Sum of RGB (Red+Green+Blue) = 17+7+103=127 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.39% from 127); Green value is 7 (3.12% from 255 or 5.51% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #110767 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110767 is #EEF898. Grayscale: #141414. Windows color (decimal): -15661209 or 6752017. OLE color: 6752017.
HSL color Cylindrical-coordinate representation of color #110767: hue angle of 246.25º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #110767 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 7 | 103 | - |
| CMYK | 0.83 | 0.93 | 0 | 0.60 |
| HSL | 246.25º | 0.87% | 0.22% | - |
| HSV(B) | 246.25º | 0.93% | 0.4% | - |
| XYZ | 2.76 | 1.25 | 12.93 | - |
| YUV | 20.93 | 174.31 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 7 | 103 | 0.83 | 0.93 | 0 | 0.60 | 246.25 | 0.87 | 0.22 |
| Hex | 11 | 7 | 67 | 53 | 5D | 0 | 3C | F6 | 57 | 16 |
| Octal | 21 | 7 | 147 | 123 | 135 | 0 | 74 | 366 | 127 | 26 |
| Binary | 10001 | 111 | 1100111 | 1010011 | 1011101 | 0 | 111100 | 11110110 | 1010111 | 10110 |
Color Harmonies of #110767
Complementary color
Monochromatic Colors of #110767
Black with #110767
Text Example
Text Example
White with #110767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110767; }
p { color: rgb(17,7,103); }
H1.HeaderClassName
{
color: #110767;
}
.AnyTagClassName
{
color: #110767;
}
</style>
background-color css
<style>
a { background-color: #110767; }
a { background-color: rgb(17,7,103); }
div.DivClassName
{
background-color: #110767;
}
.BgClassName
{
background-color: #110767;
}
</style>
border-color css
<style>
span { border-color: #110767; }
span { border-color: rgb(17,7,103); }
td.TdClassName
{
border-color: #110767;
}
.TagClassName
{
border-color: #110767;
}
</style>