Shades of Midnight Blue #100871
Tints of Midnight Blue #100871
RGB
CMYK
RGB Variations
Color information
#100871 (or 0x100871) is known color: Midnight Blue. HEX triplet: 10, 08 and 71. RGB value is (16,8,113). Sum of RGB (Red+Green+Blue) = 16+8+113=137 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.68% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 113 (44.53% from 255 or 82.48% from 137); Max value from RGB is 113 - color contains mainly: blue. Hex color #100871 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100871 is #EFF78E. Grayscale: #151515. Windows color (decimal): -15726479 or 7407632. OLE color: 7407632.
HSL color Cylindrical-coordinate representation of color #100871: hue angle of 244.57º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #100871 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 8 | 113 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.56 |
| HSL | 244.57º | 0.87% | 0.24% | - |
| HSV(B) | 244.57º | 0.93% | 0.44% | - |
| XYZ | 3.28 | 1.48 | 15.73 | - |
| YUV | 22.36 | 179.15 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 113 | 0.86 | 0.93 | 0 | 0.56 | 244.57 | 0.87 | 0.24 |
| Hex | 10 | 8 | 71 | 56 | 5D | 0 | 38 | F5 | 57 | 18 |
| Octal | 20 | 10 | 161 | 126 | 135 | 0 | 70 | 365 | 127 | 30 |
| Binary | 10000 | 1000 | 1110001 | 1010110 | 1011101 | 0 | 111000 | 11110101 | 1010111 | 11000 |
Color Harmonies of #100871
Complementary color
Monochromatic Colors of #100871
Black with #100871
Text Example
Text Example
White with #100871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100871; }
p { color: rgb(16,8,113); }
H1.HeaderClassName
{
color: #100871;
}
.AnyTagClassName
{
color: #100871;
}
</style>
background-color css
<style>
a { background-color: #100871; }
a { background-color: rgb(16,8,113); }
div.DivClassName
{
background-color: #100871;
}
.BgClassName
{
background-color: #100871;
}
</style>
border-color css
<style>
span { border-color: #100871; }
span { border-color: rgb(16,8,113); }
td.TdClassName
{
border-color: #100871;
}
.TagClassName
{
border-color: #100871;
}
</style>