Shades of Midnight Blue #100056
Tints of Midnight Blue #100056
RGB
CMYK
RGB Variations
Color information
#100056 (or 0x100056) is known color: Midnight Blue. HEX triplet: 10, 00 and 56. RGB value is (16,0,86). Sum of RGB (Red+Green+Blue) = 16+0+86=102 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.69% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 86 (33.98% from 255 or 84.31% from 102); Max value from RGB is 86 - color contains mainly: blue. Hex color #100056 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100056 is #EFFFA9. Grayscale: #0E0E0E. Windows color (decimal): -15728554 or 5636112. OLE color: 5636112.
HSL color Cylindrical-coordinate representation of color #100056: hue angle of 251.16º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #100056 is Cyan = 0.81, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 0 | 86 | - |
| CMYK | 0.81 | 1 | 0 | 0.66 |
| HSL | 251.16º | 1% | 0.17% | - |
| HSV(B) | 251.16º | 1% | 0.34% | - |
| XYZ | 1.89 | 0.78 | 8.86 | - |
| YUV | 14.59 | 168.3 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 0 | 86 | 0.81 | 1 | 0 | 0.66 | 251.16 | 1 | 0.17 |
| Hex | 10 | 0 | 56 | 51 | 64 | 0 | 42 | FB | 64 | 11 |
| Octal | 20 | 0 | 126 | 121 | 144 | 0 | 102 | 373 | 144 | 21 |
| Binary | 10000 | 0 | 1010110 | 1010001 | 1100100 | 0 | 1000010 | 11111011 | 1100100 | 10001 |
Color Harmonies of #100056
Complementary color
Monochromatic Colors of #100056
Black with #100056
Text Example
Text Example
White with #100056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100056; }
p { color: rgb(16,0,86); }
H1.HeaderClassName
{
color: #100056;
}
.AnyTagClassName
{
color: #100056;
}
</style>
background-color css
<style>
a { background-color: #100056; }
a { background-color: rgb(16,0,86); }
div.DivClassName
{
background-color: #100056;
}
.BgClassName
{
background-color: #100056;
}
</style>
border-color css
<style>
span { border-color: #100056; }
span { border-color: rgb(16,0,86); }
td.TdClassName
{
border-color: #100056;
}
.TagClassName
{
border-color: #100056;
}
</style>