Shades of Midnight Blue #100E56
Tints of Midnight Blue #100E56
RGB
CMYK
RGB Variations
Color information
#100E56 (or 0x100E56) is known color: Midnight Blue. HEX triplet: 10, 0E and 56. RGB value is (16,14,86). Sum of RGB (Red+Green+Blue) = 16+14+86=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #100E56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E56 is #EFF1A9. Grayscale: #161616. Windows color (decimal): -15724970 or 5639696. OLE color: 5639696.
HSL color Cylindrical-coordinate representation of color #100E56: hue angle of 241.67º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #100E56 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 14 | 86 | - |
| CMYK | 0.81 | 0.84 | 0 | 0.66 |
| HSL | 241.67º | 0.72% | 0.2% | - |
| HSV(B) | 241.67º | 0.84% | 0.34% | - |
| XYZ | 2.05 | 1.1 | 8.91 | - |
| YUV | 22.81 | 163.66 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 86 | 0.81 | 0.84 | 0 | 0.66 | 241.67 | 0.72 | 0.2 |
| Hex | 10 | E | 56 | 51 | 54 | 0 | 42 | F2 | 48 | 14 |
| Octal | 20 | 16 | 126 | 121 | 124 | 0 | 102 | 362 | 110 | 24 |
| Binary | 10000 | 1110 | 1010110 | 1010001 | 1010100 | 0 | 1000010 | 11110010 | 1001000 | 10100 |
Color Harmonies of #100E56
Complementary color
Monochromatic Colors of #100E56
Black with #100E56
Text Example
Text Example
White with #100E56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E56; }
p { color: rgb(16,14,86); }
H1.HeaderClassName
{
color: #100E56;
}
.AnyTagClassName
{
color: #100E56;
}
</style>
background-color css
<style>
a { background-color: #100E56; }
a { background-color: rgb(16,14,86); }
div.DivClassName
{
background-color: #100E56;
}
.BgClassName
{
background-color: #100E56;
}
</style>
border-color css
<style>
span { border-color: #100E56; }
span { border-color: rgb(16,14,86); }
td.TdClassName
{
border-color: #100E56;
}
.TagClassName
{
border-color: #100E56;
}
</style>