Shades of Midnight Blue #10076C
Tints of Midnight Blue #10076C
RGB
CMYK
RGB Variations
Color information
#10076C (or 0x10076C) is known color: Midnight Blue. HEX triplet: 10, 07 and 6C. RGB value is (16,7,108). Sum of RGB (Red+Green+Blue) = 16+7+108=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 108 (42.58% from 255 or 82.44% from 131); Max value from RGB is 108 - color contains mainly: blue. Hex color #10076C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10076C is #EFF893. Grayscale: #141414. Windows color (decimal): -15726740 or 7079696. OLE color: 7079696.
HSL color Cylindrical-coordinate representation of color #10076C: hue angle of 245.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10076C is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 7 | 108 | - |
| CMYK | 0.85 | 0.94 | 0 | 0.58 |
| HSL | 245.35º | 0.88% | 0.23% | - |
| HSV(B) | 245.35º | 0.94% | 0.42% | - |
| XYZ | 3 | 1.34 | 14.29 | - |
| YUV | 21.21 | 176.98 | 124.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 108 | 0.85 | 0.94 | 0 | 0.58 | 245.35 | 0.88 | 0.23 |
| Hex | 10 | 7 | 6C | 55 | 5E | 0 | 3A | F5 | 58 | 17 |
| Octal | 20 | 7 | 154 | 125 | 136 | 0 | 72 | 365 | 130 | 27 |
| Binary | 10000 | 111 | 1101100 | 1010101 | 1011110 | 0 | 111010 | 11110101 | 1011000 | 10111 |
Color Harmonies of #10076C
Complementary color
Monochromatic Colors of #10076C
Black with #10076C
Text Example
Text Example
White with #10076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10076C; }
p { color: rgb(16,7,108); }
H1.HeaderClassName
{
color: #10076C;
}
.AnyTagClassName
{
color: #10076C;
}
</style>
background-color css
<style>
a { background-color: #10076C; }
a { background-color: rgb(16,7,108); }
div.DivClassName
{
background-color: #10076C;
}
.BgClassName
{
background-color: #10076C;
}
</style>
border-color css
<style>
span { border-color: #10076C; }
span { border-color: rgb(16,7,108); }
td.TdClassName
{
border-color: #10076C;
}
.TagClassName
{
border-color: #10076C;
}
</style>