Shades of Midnight Blue #100D71
Tints of Midnight Blue #100D71
RGB
CMYK
RGB Variations
Color information
#100D71 (or 0x100D71) is known color: Midnight Blue. HEX triplet: 10, 0D and 71. RGB value is (16,13,113). Sum of RGB (Red+Green+Blue) = 16+13+113=142 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.27% from 142); Green value is 13 (5.47% from 255 or 9.15% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #100D71 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100D71 is #EFF28E. Grayscale: #181818. Windows color (decimal): -15725199 or 7408912. OLE color: 7408912.
HSL color Cylindrical-coordinate representation of color #100D71: hue angle of 241.8º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100D71 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 16 | 13 | 113 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.56 |
| HSL | 241.8º | 0.79% | 0.25% | - |
| HSV(B) | 241.8º | 0.88% | 0.44% | - |
| XYZ | 3.34 | 1.59 | 15.75 | - |
| YUV | 25.3 | 177.49 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 113 | 0.86 | 0.88 | 0 | 0.56 | 241.8 | 0.79 | 0.25 |
| Hex | 10 | D | 71 | 56 | 58 | 0 | 38 | F2 | 4F | 19 |
| Octal | 20 | 15 | 161 | 126 | 130 | 0 | 70 | 362 | 117 | 31 |
| Binary | 10000 | 1101 | 1110001 | 1010110 | 1011000 | 0 | 111000 | 11110010 | 1001111 | 11001 |
Color Harmonies of #100D71
Complementary color
Monochromatic Colors of #100D71
Black with #100D71
Text Example
Text Example
White with #100D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D71; }
p { color: rgb(16,13,113); }
H1.HeaderClassName
{
color: #100D71;
}
.AnyTagClassName
{
color: #100D71;
}
</style>
background-color css
<style>
a { background-color: #100D71; }
a { background-color: rgb(16,13,113); }
div.DivClassName
{
background-color: #100D71;
}
.BgClassName
{
background-color: #100D71;
}
</style>
border-color css
<style>
span { border-color: #100D71; }
span { border-color: rgb(16,13,113); }
td.TdClassName
{
border-color: #100D71;
}
.TagClassName
{
border-color: #100D71;
}
</style>