Shades of Midnight Express #100D39
Tints of Midnight Express #100D39
RGB
CMYK
RGB Variations
Color information
#100D39 (or 0x100D39) is known color: Midnight Express. HEX triplet: 10, 0D and 39. RGB value is (16,13,57). Sum of RGB (Red+Green+Blue) = 16+13+57=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 57 (22.66% from 255 or 66.28% from 86); Max value from RGB is 57 - color contains mainly: blue. Hex color #100D39 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D39 is #EFF2C6. Grayscale: #121212. Windows color (decimal): -15725255 or 3738896. OLE color: 3738896.
HSL color Cylindrical-coordinate representation of color #100D39: hue angle of 244.09º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #100D39 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 13 | 57 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.78 |
| HSL | 244.09º | 0.63% | 0.14% | - |
| HSV(B) | 244.09º | 0.77% | 0.22% | - |
| XYZ | 1.1 | 0.69 | 3.95 | - |
| YUV | 18.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 57 | 0.72 | 0.77 | 0 | 0.78 | 244.09 | 0.63 | 0.14 |
| Hex | 10 | D | 39 | 48 | 4D | 0 | 4E | F4 | 3F | E |
| Octal | 20 | 15 | 71 | 110 | 115 | 0 | 116 | 364 | 77 | 16 |
| Binary | 10000 | 1101 | 111001 | 1001000 | 1001101 | 0 | 1001110 | 11110100 | 111111 | 1110 |
Color Harmonies of #100D39
Complementary color
Monochromatic Colors of #100D39
Black with #100D39
Text Example
Text Example
White with #100D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D39; }
p { color: rgb(16,13,57); }
H1.HeaderClassName
{
color: #100D39;
}
.AnyTagClassName
{
color: #100D39;
}
</style>
background-color css
<style>
a { background-color: #100D39; }
a { background-color: rgb(16,13,57); }
div.DivClassName
{
background-color: #100D39;
}
.BgClassName
{
background-color: #100D39;
}
</style>
border-color css
<style>
span { border-color: #100D39; }
span { border-color: rgb(16,13,57); }
td.TdClassName
{
border-color: #100D39;
}
.TagClassName
{
border-color: #100D39;
}
</style>