Shades of Midnight Blue #100C56
Tints of Midnight Blue #100C56
RGB
CMYK
RGB Variations
Color information
#100C56 (or 0x100C56) is known color: Midnight Blue. HEX triplet: 10, 0C and 56. RGB value is (16,12,86). Sum of RGB (Red+Green+Blue) = 16+12+86=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #100C56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C56 is #EFF3A9. Grayscale: #151515. Windows color (decimal): -15725482 or 5639184. OLE color: 5639184.
HSL color Cylindrical-coordinate representation of color #100C56: hue angle of 243.24º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100C56 is Cyan = 0.81, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 16 | 12 | 86 | - |
| CMYK | 0.81 | 0.86 | 0 | 0.66 |
| HSL | 243.24º | 0.76% | 0.19% | - |
| HSV(B) | 243.24º | 0.86% | 0.34% | - |
| XYZ | 2.02 | 1.04 | 8.9 | - |
| YUV | 21.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 86 | 0.81 | 0.86 | 0 | 0.66 | 243.24 | 0.76 | 0.19 |
| Hex | 10 | C | 56 | 51 | 56 | 0 | 42 | F3 | 4C | 13 |
| Octal | 20 | 14 | 126 | 121 | 126 | 0 | 102 | 363 | 114 | 23 |
| Binary | 10000 | 1100 | 1010110 | 1010001 | 1010110 | 0 | 1000010 | 11110011 | 1001100 | 10011 |
Color Harmonies of #100C56
Complementary color
Monochromatic Colors of #100C56
Black with #100C56
Text Example
Text Example
White with #100C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C56; }
p { color: rgb(16,12,86); }
H1.HeaderClassName
{
color: #100C56;
}
.AnyTagClassName
{
color: #100C56;
}
</style>
background-color css
<style>
a { background-color: #100C56; }
a { background-color: rgb(16,12,86); }
div.DivClassName
{
background-color: #100C56;
}
.BgClassName
{
background-color: #100C56;
}
</style>
border-color css
<style>
span { border-color: #100C56; }
span { border-color: rgb(16,12,86); }
td.TdClassName
{
border-color: #100C56;
}
.TagClassName
{
border-color: #100C56;
}
</style>