Shades of Midnight Blue #100766
Tints of Midnight Blue #100766
RGB
CMYK
RGB Variations
Color information
#100766 (or 0x100766) is known color: Midnight Blue. HEX triplet: 10, 07 and 66. RGB value is (16,7,102). Sum of RGB (Red+Green+Blue) = 16+7+102=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 102 (40.23% from 255 or 81.6% from 125); Max value from RGB is 102 - color contains mainly: blue. Hex color #100766 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100766 is #EFF899. Grayscale: #141414. Windows color (decimal): -15726746 or 6686480. OLE color: 6686480.
HSL color Cylindrical-coordinate representation of color #100766: hue angle of 245.68º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100766 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 16 | 7 | 102 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.6 |
| HSL | 245.68º | 0.87% | 0.21% | - |
| HSV(B) | 245.68º | 0.93% | 0.4% | - |
| XYZ | 2.69 | 1.22 | 12.66 | - |
| YUV | 20.52 | 173.98 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 102 | 0.84 | 0.93 | 0 | 0.6 | 245.68 | 0.87 | 0.21 |
| Hex | 10 | 7 | 66 | 54 | 5D | 0 | 3C | F6 | 57 | 15 |
| Octal | 20 | 7 | 146 | 124 | 135 | 0 | 74 | 366 | 127 | 25 |
| Binary | 10000 | 111 | 1100110 | 1010100 | 1011101 | 0 | 111100 | 11110110 | 1010111 | 10101 |
Color Harmonies of #100766
Complementary color
Monochromatic Colors of #100766
Black with #100766
Text Example
Text Example
White with #100766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100766; }
p { color: rgb(16,7,102); }
H1.HeaderClassName
{
color: #100766;
}
.AnyTagClassName
{
color: #100766;
}
</style>
background-color css
<style>
a { background-color: #100766; }
a { background-color: rgb(16,7,102); }
div.DivClassName
{
background-color: #100766;
}
.BgClassName
{
background-color: #100766;
}
</style>
border-color css
<style>
span { border-color: #100766; }
span { border-color: rgb(16,7,102); }
td.TdClassName
{
border-color: #100766;
}
.TagClassName
{
border-color: #100766;
}
</style>