Shades of Midnight Blue #110067
Tints of Midnight Blue #110067
RGB
CMYK
RGB Variations
Color information
#110067 (or 0x110067) is known color: Midnight Blue. HEX triplet: 11, 00 and 67. RGB value is (17,0,103). Sum of RGB (Red+Green+Blue) = 17+0+103=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 103 (40.62% from 255 or 85.83% from 120); Max value from RGB is 103 - color contains mainly: blue. Hex color #110067 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #110067 is #EEFF98. Grayscale: #101010. Windows color (decimal): -15663001 or 6750225. OLE color: 6750225.
HSL color Cylindrical-coordinate representation of color #110067: hue angle of 249.9º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110067 is Cyan = 0.83, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 17 | 0 | 103 | - |
| CMYK | 0.83 | 1 | 0 | 0.60 |
| HSL | 249.9º | 1% | 0.2% | - |
| HSV(B) | 249.9º | 1% | 0.4% | - |
| XYZ | 2.68 | 1.1 | 12.9 | - |
| YUV | 16.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 103 | 0.83 | 1 | 0 | 0.60 | 249.9 | 1 | 0.2 |
| Hex | 11 | 0 | 67 | 53 | 64 | 0 | 3C | FA | 64 | 14 |
| Octal | 21 | 0 | 147 | 123 | 144 | 0 | 74 | 372 | 144 | 24 |
| Binary | 10001 | 0 | 1100111 | 1010011 | 1100100 | 0 | 111100 | 11111010 | 1100100 | 10100 |
Color Harmonies of #110067
Complementary color
Monochromatic Colors of #110067
Black with #110067
Text Example
Text Example
White with #110067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110067; }
p { color: rgb(17,0,103); }
H1.HeaderClassName
{
color: #110067;
}
.AnyTagClassName
{
color: #110067;
}
</style>
background-color css
<style>
a { background-color: #110067; }
a { background-color: rgb(17,0,103); }
div.DivClassName
{
background-color: #110067;
}
.BgClassName
{
background-color: #110067;
}
</style>
border-color css
<style>
span { border-color: #110067; }
span { border-color: rgb(17,0,103); }
td.TdClassName
{
border-color: #110067;
}
.TagClassName
{
border-color: #110067;
}
</style>