Shades of Midnight Blue #100B56
Tints of Midnight Blue #100B56
RGB
CMYK
RGB Variations
Color information
#100B56 (or 0x100B56) is known color: Midnight Blue. HEX triplet: 10, 0B and 56. RGB value is (16,11,86). Sum of RGB (Red+Green+Blue) = 16+11+86=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 86 (33.98% from 255 or 76.11% from 113); Max value from RGB is 86 - color contains mainly: blue. Hex color #100B56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100B56 is #EFF4A9. Grayscale: #141414. Windows color (decimal): -15725738 or 5638928. OLE color: 5638928.
HSL color Cylindrical-coordinate representation of color #100B56: hue angle of 244º degrees, saturation: 0.77, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #100B56 is Cyan = 0.81, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 11 | 86 | - |
| CMYK | 0.81 | 0.87 | 0 | 0.66 |
| HSL | 244º | 0.77% | 0.19% | - |
| HSV(B) | 244º | 0.87% | 0.34% | - |
| XYZ | 2.01 | 1.02 | 8.9 | - |
| YUV | 21.05 | 164.66 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 86 | 0.81 | 0.87 | 0 | 0.66 | 244 | 0.77 | 0.19 |
| Hex | 10 | B | 56 | 51 | 57 | 0 | 42 | F4 | 4D | 13 |
| Octal | 20 | 13 | 126 | 121 | 127 | 0 | 102 | 364 | 115 | 23 |
| Binary | 10000 | 1011 | 1010110 | 1010001 | 1010111 | 0 | 1000010 | 11110100 | 1001101 | 10011 |
Color Harmonies of #100B56
Complementary color
Monochromatic Colors of #100B56
Black with #100B56
Text Example
Text Example
White with #100B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B56; }
p { color: rgb(16,11,86); }
H1.HeaderClassName
{
color: #100B56;
}
.AnyTagClassName
{
color: #100B56;
}
</style>
background-color css
<style>
a { background-color: #100B56; }
a { background-color: rgb(16,11,86); }
div.DivClassName
{
background-color: #100B56;
}
.BgClassName
{
background-color: #100B56;
}
</style>
border-color css
<style>
span { border-color: #100B56; }
span { border-color: rgb(16,11,86); }
td.TdClassName
{
border-color: #100B56;
}
.TagClassName
{
border-color: #100B56;
}
</style>