Shades of Midnight Blue #100E72
Tints of Midnight Blue #100E72
RGB
CMYK
RGB Variations
Color information
#100E72 (or 0x100E72) is known color: Midnight Blue. HEX triplet: 10, 0E and 72. RGB value is (16,14,114). Sum of RGB (Red+Green+Blue) = 16+14+114=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #100E72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E72 is #EFF18D. Grayscale: #191919. Windows color (decimal): -15724942 or 7474704. OLE color: 7474704.
HSL color Cylindrical-coordinate representation of color #100E72: hue angle of 241.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100E72 is Cyan = 0.86, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 16 | 14 | 114 | - |
| CMYK | 0.86 | 0.88 | 0 | 0.55 |
| HSL | 241.2º | 0.78% | 0.25% | - |
| HSV(B) | 241.2º | 0.88% | 0.45% | - |
| XYZ | 3.41 | 1.64 | 16.06 | - |
| YUV | 26 | 177.66 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 114 | 0.86 | 0.88 | 0 | 0.55 | 241.2 | 0.78 | 0.25 |
| Hex | 10 | E | 72 | 56 | 58 | 0 | 37 | F1 | 4E | 19 |
| Octal | 20 | 16 | 162 | 126 | 130 | 0 | 67 | 361 | 116 | 31 |
| Binary | 10000 | 1110 | 1110010 | 1010110 | 1011000 | 0 | 110111 | 11110001 | 1001110 | 11001 |
Color Harmonies of #100E72
Complementary color
Monochromatic Colors of #100E72
Black with #100E72
Text Example
Text Example
White with #100E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E72; }
p { color: rgb(16,14,114); }
H1.HeaderClassName
{
color: #100E72;
}
.AnyTagClassName
{
color: #100E72;
}
</style>
background-color css
<style>
a { background-color: #100E72; }
a { background-color: rgb(16,14,114); }
div.DivClassName
{
background-color: #100E72;
}
.BgClassName
{
background-color: #100E72;
}
</style>
border-color css
<style>
span { border-color: #100E72; }
span { border-color: rgb(16,14,114); }
td.TdClassName
{
border-color: #100E72;
}
.TagClassName
{
border-color: #100E72;
}
</style>