Shades of Midnight Blue #10076B
Tints of Midnight Blue #10076B
RGB
CMYK
RGB Variations
Color information
#10076B (or 0x10076B) is known color: Midnight Blue. HEX triplet: 10, 07 and 6B. RGB value is (16,7,107). Sum of RGB (Red+Green+Blue) = 16+7+107=130 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.31% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 107 (42.19% from 255 or 82.31% from 130); Max value from RGB is 107 - color contains mainly: blue. Hex color #10076B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10076B is #EFF894. Grayscale: #141414. Windows color (decimal): -15726741 or 7014160. OLE color: 7014160.
HSL color Cylindrical-coordinate representation of color #10076B: hue angle of 245.4º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10076B is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 16 | 7 | 107 | - |
| CMYK | 0.85 | 0.93 | 0 | 0.58 |
| HSL | 245.4º | 0.88% | 0.22% | - |
| HSV(B) | 245.4º | 0.93% | 0.42% | - |
| XYZ | 2.94 | 1.32 | 14.01 | - |
| YUV | 21.09 | 176.48 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 7 | 107 | 0.85 | 0.93 | 0 | 0.58 | 245.4 | 0.88 | 0.22 |
| Hex | 10 | 7 | 6B | 55 | 5D | 0 | 3A | F5 | 58 | 16 |
| Octal | 20 | 7 | 153 | 125 | 135 | 0 | 72 | 365 | 130 | 26 |
| Binary | 10000 | 111 | 1101011 | 1010101 | 1011101 | 0 | 111010 | 11110101 | 1011000 | 10110 |
Color Harmonies of #10076B
Complementary color
Monochromatic Colors of #10076B
Black with #10076B
Text Example
Text Example
White with #10076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10076B; }
p { color: rgb(16,7,107); }
H1.HeaderClassName
{
color: #10076B;
}
.AnyTagClassName
{
color: #10076B;
}
</style>
background-color css
<style>
a { background-color: #10076B; }
a { background-color: rgb(16,7,107); }
div.DivClassName
{
background-color: #10076B;
}
.BgClassName
{
background-color: #10076B;
}
</style>
border-color css
<style>
span { border-color: #10076B; }
span { border-color: rgb(16,7,107); }
td.TdClassName
{
border-color: #10076B;
}
.TagClassName
{
border-color: #10076B;
}
</style>