Shades of Midnight Express #100E45
Tints of Midnight Express #100E45
RGB
CMYK
RGB Variations
Color information
#100E45 (or 0x100E45) is known color: Midnight Express. HEX triplet: 10, 0E and 45. RGB value is (16,14,69). Sum of RGB (Red+Green+Blue) = 16+14+69=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 69 (27.34% from 255 or 69.70% from 99); Max value from RGB is 69 - color contains mainly: blue. Hex color #100E45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E45 is #EFF1BA. Grayscale: #141414. Windows color (decimal): -15724987 or 4525584. OLE color: 4525584.
HSL color Cylindrical-coordinate representation of color #100E45: hue angle of 242.18º degrees, saturation: 0.66, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #100E45 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 14 | 69 | - |
| CMYK | 0.77 | 0.80 | 0 | 0.73 |
| HSL | 242.18º | 0.66% | 0.16% | - |
| HSV(B) | 242.18º | 0.8% | 0.27% | - |
| XYZ | 1.44 | 0.85 | 5.72 | - |
| YUV | 20.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 69 | 0.77 | 0.80 | 0 | 0.73 | 242.18 | 0.66 | 0.16 |
| Hex | 10 | E | 45 | 4D | 50 | 0 | 49 | F2 | 42 | 10 |
| Octal | 20 | 16 | 105 | 115 | 120 | 0 | 111 | 362 | 102 | 20 |
| Binary | 10000 | 1110 | 1000101 | 1001101 | 1010000 | 0 | 1001001 | 11110010 | 1000010 | 10000 |
Color Harmonies of #100E45
Complementary color
Monochromatic Colors of #100E45
Black with #100E45
Text Example
Text Example
White with #100E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E45; }
p { color: rgb(16,14,69); }
H1.HeaderClassName
{
color: #100E45;
}
.AnyTagClassName
{
color: #100E45;
}
</style>
background-color css
<style>
a { background-color: #100E45; }
a { background-color: rgb(16,14,69); }
div.DivClassName
{
background-color: #100E45;
}
.BgClassName
{
background-color: #100E45;
}
</style>
border-color css
<style>
span { border-color: #100E45; }
span { border-color: rgb(16,14,69); }
td.TdClassName
{
border-color: #100E45;
}
.TagClassName
{
border-color: #100E45;
}
</style>