Shades of Midnight Blue #100870
Tints of Midnight Blue #100870
RGB
CMYK
RGB Variations
Color information
#100870 (or 0x100870) is known color: Midnight Blue. HEX triplet: 10, 08 and 70. RGB value is (16,8,112). Sum of RGB (Red+Green+Blue) = 16+8+112=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 112 (44.14% from 255 or 82.35% from 136); Max value from RGB is 112 - color contains mainly: blue. Hex color #100870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100870 is #EFF78F. Grayscale: #151515. Windows color (decimal): -15726480 or 7342096. OLE color: 7342096.
HSL color Cylindrical-coordinate representation of color #100870: hue angle of 244.62º 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 #100870 is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 8 | 112 | - |
| CMYK | 0.86 | 0.93 | 0 | 0.56 |
| HSL | 244.62º | 0.87% | 0.24% | - |
| HSV(B) | 244.62º | 0.93% | 0.44% | - |
| XYZ | 3.23 | 1.45 | 15.44 | - |
| YUV | 22.25 | 178.65 | 123.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 112 | 0.86 | 0.93 | 0 | 0.56 | 244.62 | 0.87 | 0.24 |
| Hex | 10 | 8 | 70 | 56 | 5D | 0 | 38 | F5 | 57 | 18 |
| Octal | 20 | 10 | 160 | 126 | 135 | 0 | 70 | 365 | 127 | 30 |
| Binary | 10000 | 1000 | 1110000 | 1010110 | 1011101 | 0 | 111000 | 11110101 | 1010111 | 11000 |
Color Harmonies of #100870
Complementary color
Monochromatic Colors of #100870
Black with #100870
Text Example
Text Example
White with #100870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100870; }
p { color: rgb(16,8,112); }
H1.HeaderClassName
{
color: #100870;
}
.AnyTagClassName
{
color: #100870;
}
</style>
background-color css
<style>
a { background-color: #100870; }
a { background-color: rgb(16,8,112); }
div.DivClassName
{
background-color: #100870;
}
.BgClassName
{
background-color: #100870;
}
</style>
border-color css
<style>
span { border-color: #100870; }
span { border-color: rgb(16,8,112); }
td.TdClassName
{
border-color: #100870;
}
.TagClassName
{
border-color: #100870;
}
</style>