Shades of Midnight Blue #100976
Tints of Midnight Blue #100976
RGB
CMYK
RGB Variations
Color information
#100976 (or 0x100976) is known color: Midnight Blue. HEX triplet: 10, 09 and 76. RGB value is (16,9,118). Sum of RGB (Red+Green+Blue) = 16+9+118=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #100976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100976 is #EFF689. Grayscale: #171717. Windows color (decimal): -15726218 or 7735568. OLE color: 7735568.
HSL color Cylindrical-coordinate representation of color #100976: hue angle of 243.85º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100976 is Cyan = 0.86, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 16 | 9 | 118 | - |
| CMYK | 0.86 | 0.92 | 0 | 0.54 |
| HSL | 243.85º | 0.86% | 0.25% | - |
| HSV(B) | 243.85º | 0.92% | 0.46% | - |
| XYZ | 3.58 | 1.61 | 17.26 | - |
| YUV | 23.52 | 181.32 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 9 | 118 | 0.86 | 0.92 | 0 | 0.54 | 243.85 | 0.86 | 0.25 |
| Hex | 10 | 9 | 76 | 56 | 5C | 0 | 36 | F4 | 56 | 19 |
| Octal | 20 | 11 | 166 | 126 | 134 | 0 | 66 | 364 | 126 | 31 |
| Binary | 10000 | 1001 | 1110110 | 1010110 | 1011100 | 0 | 110110 | 11110100 | 1010110 | 11001 |
Color Harmonies of #100976
Complementary color
Monochromatic Colors of #100976
Black with #100976
Text Example
Text Example
White with #100976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100976; }
p { color: rgb(16,9,118); }
H1.HeaderClassName
{
color: #100976;
}
.AnyTagClassName
{
color: #100976;
}
</style>
background-color css
<style>
a { background-color: #100976; }
a { background-color: rgb(16,9,118); }
div.DivClassName
{
background-color: #100976;
}
.BgClassName
{
background-color: #100976;
}
</style>
border-color css
<style>
span { border-color: #100976; }
span { border-color: rgb(16,9,118); }
td.TdClassName
{
border-color: #100976;
}
.TagClassName
{
border-color: #100976;
}
</style>