Shades of Midnight Blue #100856
Tints of Midnight Blue #100856
RGB
CMYK
RGB Variations
Color information
#100856 (or 0x100856) is known color: Midnight Blue. HEX triplet: 10, 08 and 56. RGB value is (16,8,86). Sum of RGB (Red+Green+Blue) = 16+8+86=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #100856 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100856 is #EFF7A9. Grayscale: #121212. Windows color (decimal): -15726506 or 5638160. OLE color: 5638160.
HSL color Cylindrical-coordinate representation of color #100856: hue angle of 246.15º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #100856 is Cyan = 0.81, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 8 | 86 | - |
| CMYK | 0.81 | 0.91 | 0 | 0.66 |
| HSL | 246.15º | 0.83% | 0.18% | - |
| HSV(B) | 246.15º | 0.91% | 0.34% | - |
| XYZ | 1.98 | 0.96 | 8.88 | - |
| YUV | 19.28 | 165.65 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 86 | 0.81 | 0.91 | 0 | 0.66 | 246.15 | 0.83 | 0.18 |
| Hex | 10 | 8 | 56 | 51 | 5B | 0 | 42 | F6 | 53 | 12 |
| Octal | 20 | 10 | 126 | 121 | 133 | 0 | 102 | 366 | 123 | 22 |
| Binary | 10000 | 1000 | 1010110 | 1010001 | 1011011 | 0 | 1000010 | 11110110 | 1010011 | 10010 |
Color Harmonies of #100856
Complementary color
Monochromatic Colors of #100856
Black with #100856
Text Example
Text Example
White with #100856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100856; }
p { color: rgb(16,8,86); }
H1.HeaderClassName
{
color: #100856;
}
.AnyTagClassName
{
color: #100856;
}
</style>
background-color css
<style>
a { background-color: #100856; }
a { background-color: rgb(16,8,86); }
div.DivClassName
{
background-color: #100856;
}
.BgClassName
{
background-color: #100856;
}
</style>
border-color css
<style>
span { border-color: #100856; }
span { border-color: rgb(16,8,86); }
td.TdClassName
{
border-color: #100856;
}
.TagClassName
{
border-color: #100856;
}
</style>