Shades of Midnight Blue #100160
Tints of Midnight Blue #100160
RGB
CMYK
RGB Variations
Color information
#100160 (or 0x100160) is known color: Midnight Blue. HEX triplet: 10, 01 and 60. RGB value is (16,1,96). Sum of RGB (Red+Green+Blue) = 16+1+96=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 96 (37.89% from 255 or 84.96% from 113); Max value from RGB is 96 - color contains mainly: blue. Hex color #100160 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100160 is #EFFE9F. Grayscale: #0F0F0F. Windows color (decimal): -15728288 or 6291728. OLE color: 6291728.
HSL color Cylindrical-coordinate representation of color #100160: hue angle of 249.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #100160 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 16 | 1 | 96 | - |
| CMYK | 0.83 | 0.99 | 0 | 0.62 |
| HSL | 249.47º | 0.98% | 0.19% | - |
| HSV(B) | 249.47º | 0.99% | 0.38% | - |
| XYZ | 2.34 | 0.98 | 11.13 | - |
| YUV | 16.32 | 172.97 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 1 | 96 | 0.83 | 0.99 | 0 | 0.62 | 249.47 | 0.98 | 0.19 |
| Hex | 10 | 1 | 60 | 53 | 63 | 0 | 3E | F9 | 62 | 13 |
| Octal | 20 | 1 | 140 | 123 | 143 | 0 | 76 | 371 | 142 | 23 |
| Binary | 10000 | 1 | 1100000 | 1010011 | 1100011 | 0 | 111110 | 11111001 | 1100010 | 10011 |
Color Harmonies of #100160
Complementary color
Monochromatic Colors of #100160
Black with #100160
Text Example
Text Example
White with #100160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100160; }
p { color: rgb(16,1,96); }
H1.HeaderClassName
{
color: #100160;
}
.AnyTagClassName
{
color: #100160;
}
</style>
background-color css
<style>
a { background-color: #100160; }
a { background-color: rgb(16,1,96); }
div.DivClassName
{
background-color: #100160;
}
.BgClassName
{
background-color: #100160;
}
</style>
border-color css
<style>
span { border-color: #100160; }
span { border-color: rgb(16,1,96); }
td.TdClassName
{
border-color: #100160;
}
.TagClassName
{
border-color: #100160;
}
</style>