Shades of Midnight Blue #100977
Tints of Midnight Blue #100977
RGB
CMYK
RGB Variations
Color information
#100977 (or 0x100977) is known color: Midnight Blue. HEX triplet: 10, 09 and 77. RGB value is (16,9,119). Sum of RGB (Red+Green+Blue) = 16+9+119=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #100977 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100977 is #EFF688. Grayscale: #171717. Windows color (decimal): -15726217 or 7801104. OLE color: 7801104.
HSL color Cylindrical-coordinate representation of color #100977: hue angle of 243.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100977 is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 16 | 9 | 119 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.53 |
| HSL | 243.82º | 0.86% | 0.25% | - |
| HSV(B) | 243.82º | 0.92% | 0.47% | - |
| XYZ | 3.64 | 1.64 | 17.58 | - |
| YUV | 23.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 119 | 0.87 | 0.92 | 0 | 0.53 | 243.82 | 0.86 | 0.25 |
| Hex | 10 | 9 | 77 | 57 | 5C | 0 | 35 | F4 | 56 | 19 |
| Octal | 20 | 11 | 167 | 127 | 134 | 0 | 65 | 364 | 126 | 31 |
| Binary | 10000 | 1001 | 1110111 | 1010111 | 1011100 | 0 | 110101 | 11110100 | 1010110 | 11001 |
Color Harmonies of #100977
Complementary color
Monochromatic Colors of #100977
Black with #100977
Text Example
Text Example
White with #100977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100977; }
p { color: rgb(16,9,119); }
H1.HeaderClassName
{
color: #100977;
}
.AnyTagClassName
{
color: #100977;
}
</style>
background-color css
<style>
a { background-color: #100977; }
a { background-color: rgb(16,9,119); }
div.DivClassName
{
background-color: #100977;
}
.BgClassName
{
background-color: #100977;
}
</style>
border-color css
<style>
span { border-color: #100977; }
span { border-color: rgb(16,9,119); }
td.TdClassName
{
border-color: #100977;
}
.TagClassName
{
border-color: #100977;
}
</style>