Shades of Midnight Blue #100C71
Tints of Midnight Blue #100C71
RGB
CMYK
RGB Variations
Color information
#100C71 (or 0x100C71) is known color: Midnight Blue. HEX triplet: 10, 0C and 71. RGB value is (16,12,113). Sum of RGB (Red+Green+Blue) = 16+12+113=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 12 (5.08% from 255 or 8.51% from 141); Blue value is 113 (44.53% from 255 or 80.14% from 141); Max value from RGB is 113 - color contains mainly: blue. Hex color #100C71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100C71 is #EFF38E. Grayscale: #181818. Windows color (decimal): -15725455 or 7408656. OLE color: 7408656.
HSL color Cylindrical-coordinate representation of color #100C71: hue angle of 242.38º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #100C71 is Cyan = 0.86, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 12 | 113 | - |
| CMYK | 0.86 | 0.89 | 0 | 0.56 |
| HSL | 242.38º | 0.81% | 0.25% | - |
| HSV(B) | 242.38º | 0.89% | 0.44% | - |
| XYZ | 3.33 | 1.57 | 15.75 | - |
| YUV | 24.71 | 177.83 | 121.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 12 | 113 | 0.86 | 0.89 | 0 | 0.56 | 242.38 | 0.81 | 0.25 |
| Hex | 10 | C | 71 | 56 | 59 | 0 | 38 | F2 | 51 | 19 |
| Octal | 20 | 14 | 161 | 126 | 131 | 0 | 70 | 362 | 121 | 31 |
| Binary | 10000 | 1100 | 1110001 | 1010110 | 1011001 | 0 | 111000 | 11110010 | 1010001 | 11001 |
Color Harmonies of #100C71
Complementary color
Monochromatic Colors of #100C71
Black with #100C71
Text Example
Text Example
White with #100C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100C71; }
p { color: rgb(16,12,113); }
H1.HeaderClassName
{
color: #100C71;
}
.AnyTagClassName
{
color: #100C71;
}
</style>
background-color css
<style>
a { background-color: #100C71; }
a { background-color: rgb(16,12,113); }
div.DivClassName
{
background-color: #100C71;
}
.BgClassName
{
background-color: #100C71;
}
</style>
border-color css
<style>
span { border-color: #100C71; }
span { border-color: rgb(16,12,113); }
td.TdClassName
{
border-color: #100C71;
}
.TagClassName
{
border-color: #100C71;
}
</style>