Shades of Midnight Express #100D40
Tints of Midnight Express #100D40
RGB
CMYK
RGB Variations
Color information
#100D40 (or 0x100D40) is known color: Midnight Express. HEX triplet: 10, 0D and 40. RGB value is (16,13,64). Sum of RGB (Red+Green+Blue) = 16+13+64=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 13 (5.47% from 255 or 13.98% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #100D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D40 is #EFF2BF. Grayscale: #131313. Windows color (decimal): -15725248 or 4197648. OLE color: 4197648.
HSL color Cylindrical-coordinate representation of color #100D40: hue angle of 243.53º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #100D40 is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 13 | 64 | - |
| CMYK | 0.75 | 0.80 | 0 | 0.75 |
| HSL | 243.53º | 0.66% | 0.15% | - |
| HSV(B) | 243.53º | 0.8% | 0.25% | - |
| XYZ | 1.28 | 0.77 | 4.93 | - |
| YUV | 19.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 64 | 0.75 | 0.80 | 0 | 0.75 | 243.53 | 0.66 | 0.15 |
| Hex | 10 | D | 40 | 4B | 50 | 0 | 4B | F4 | 42 | F |
| Octal | 20 | 15 | 100 | 113 | 120 | 0 | 113 | 364 | 102 | 17 |
| Binary | 10000 | 1101 | 1000000 | 1001011 | 1010000 | 0 | 1001011 | 11110100 | 1000010 | 1111 |
Color Harmonies of #100D40
Complementary color
Monochromatic Colors of #100D40
Black with #100D40
Text Example
Text Example
White with #100D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D40; }
p { color: rgb(16,13,64); }
H1.HeaderClassName
{
color: #100D40;
}
.AnyTagClassName
{
color: #100D40;
}
</style>
background-color css
<style>
a { background-color: #100D40; }
a { background-color: rgb(16,13,64); }
div.DivClassName
{
background-color: #100D40;
}
.BgClassName
{
background-color: #100D40;
}
</style>
border-color css
<style>
span { border-color: #100D40; }
span { border-color: rgb(16,13,64); }
td.TdClassName
{
border-color: #100D40;
}
.TagClassName
{
border-color: #100D40;
}
</style>