Shades of Midnight Express #100E37
Tints of Midnight Express #100E37
RGB
CMYK
RGB Variations
Color information
#100E37 (or 0x100E37) is known color: Midnight Express. HEX triplet: 10, 0E and 37. RGB value is (16,14,55). Sum of RGB (Red+Green+Blue) = 16+14+55=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #100E37 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100E37 is #EFF1C8. Grayscale: #131313. Windows color (decimal): -15725001 or 3608080. OLE color: 3608080.
HSL color Cylindrical-coordinate representation of color #100E37: hue angle of 242.93º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #100E37 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 14 | 55 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.78 |
| HSL | 242.93º | 0.59% | 0.14% | - |
| HSV(B) | 242.93º | 0.75% | 0.22% | - |
| XYZ | 1.06 | 0.7 | 3.69 | - |
| YUV | 19.27 | 148.16 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 55 | 0.71 | 0.75 | 0 | 0.78 | 242.93 | 0.59 | 0.14 |
| Hex | 10 | E | 37 | 47 | 4B | 0 | 4E | F3 | 3B | E |
| Octal | 20 | 16 | 67 | 107 | 113 | 0 | 116 | 363 | 73 | 16 |
| Binary | 10000 | 1110 | 110111 | 1000111 | 1001011 | 0 | 1001110 | 11110011 | 111011 | 1110 |
Color Harmonies of #100E37
Complementary color
Monochromatic Colors of #100E37
Black with #100E37
Text Example
Text Example
White with #100E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E37; }
p { color: rgb(16,14,55); }
H1.HeaderClassName
{
color: #100E37;
}
.AnyTagClassName
{
color: #100E37;
}
</style>
background-color css
<style>
a { background-color: #100E37; }
a { background-color: rgb(16,14,55); }
div.DivClassName
{
background-color: #100E37;
}
.BgClassName
{
background-color: #100E37;
}
</style>
border-color css
<style>
span { border-color: #100E37; }
span { border-color: rgb(16,14,55); }
td.TdClassName
{
border-color: #100E37;
}
.TagClassName
{
border-color: #100E37;
}
</style>