Shades of Midnight Blue #100D56
Tints of Midnight Blue #100D56
RGB
CMYK
RGB Variations
Color information
#100D56 (or 0x100D56) is known color: Midnight Blue. HEX triplet: 10, 0D and 56. RGB value is (16,13,86). Sum of RGB (Red+Green+Blue) = 16+13+86=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 13 (5.47% from 255 or 11.30% from 115); Blue value is 86 (33.98% from 255 or 74.78% from 115); Max value from RGB is 86 - color contains mainly: blue. Hex color #100D56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D56 is #EFF2A9. Grayscale: #151515. Windows color (decimal): -15725226 or 5639440. OLE color: 5639440.
HSL color Cylindrical-coordinate representation of color #100D56: hue angle of 242.47º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #100D56 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 13 | 86 | - |
| CMYK | 0.81 | 0.85 | 0 | 0.66 |
| HSL | 242.47º | 0.74% | 0.19% | - |
| HSV(B) | 242.47º | 0.85% | 0.34% | - |
| XYZ | 2.04 | 1.07 | 8.9 | - |
| YUV | 22.22 | 163.99 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 86 | 0.81 | 0.85 | 0 | 0.66 | 242.47 | 0.74 | 0.19 |
| Hex | 10 | D | 56 | 51 | 55 | 0 | 42 | F2 | 4A | 13 |
| Octal | 20 | 15 | 126 | 121 | 125 | 0 | 102 | 362 | 112 | 23 |
| Binary | 10000 | 1101 | 1010110 | 1010001 | 1010101 | 0 | 1000010 | 11110010 | 1001010 | 10011 |
Color Harmonies of #100D56
Complementary color
Monochromatic Colors of #100D56
Black with #100D56
Text Example
Text Example
White with #100D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D56; }
p { color: rgb(16,13,86); }
H1.HeaderClassName
{
color: #100D56;
}
.AnyTagClassName
{
color: #100D56;
}
</style>
background-color css
<style>
a { background-color: #100D56; }
a { background-color: rgb(16,13,86); }
div.DivClassName
{
background-color: #100D56;
}
.BgClassName
{
background-color: #100D56;
}
</style>
border-color css
<style>
span { border-color: #100D56; }
span { border-color: rgb(16,13,86); }
td.TdClassName
{
border-color: #100D56;
}
.TagClassName
{
border-color: #100D56;
}
</style>