Shades of Midnight Express #101D40
Tints of Midnight Express #101D40
RGB
CMYK
RGB Variations
Color information
#101D40 (or 0x101D40) is known color: Midnight Express. HEX triplet: 10, 1D and 40. RGB value is (16,29,64). Sum of RGB (Red+Green+Blue) = 16+29+64=109 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.68% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 64 (25.39% from 255 or 58.72% from 109); Max value from RGB is 64 - color contains mainly: blue. Hex color #101D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101D40 is #EFE2BF. Grayscale: #1C1C1C. Windows color (decimal): -15721152 or 4201744. OLE color: 4201744.
HSL color Cylindrical-coordinate representation of color #101D40: hue angle of 223.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #101D40 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 29 | 64 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.75 |
| HSL | 223.75º | 0.6% | 0.16% | - |
| HSV(B) | 223.75º | 0.75% | 0.25% | - |
| XYZ | 1.58 | 1.36 | 5.03 | - |
| YUV | 29.1 | 147.69 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 64 | 0.75 | 0.55 | 0 | 0.75 | 223.75 | 0.6 | 0.16 |
| Hex | 10 | 1D | 40 | 4B | 37 | 0 | 4B | E0 | 3C | 10 |
| Octal | 20 | 35 | 100 | 113 | 67 | 0 | 113 | 340 | 74 | 20 |
| Binary | 10000 | 11101 | 1000000 | 1001011 | 110111 | 0 | 1001011 | 11100000 | 111100 | 10000 |
Color Harmonies of #101D40
Complementary color
Monochromatic Colors of #101D40
Black with #101D40
Text Example
Text Example
White with #101D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D40; }
p { color: rgb(16,29,64); }
H1.HeaderClassName
{
color: #101D40;
}
.AnyTagClassName
{
color: #101D40;
}
</style>
background-color css
<style>
a { background-color: #101D40; }
a { background-color: rgb(16,29,64); }
div.DivClassName
{
background-color: #101D40;
}
.BgClassName
{
background-color: #101D40;
}
</style>
border-color css
<style>
span { border-color: #101D40; }
span { border-color: rgb(16,29,64); }
td.TdClassName
{
border-color: #101D40;
}
.TagClassName
{
border-color: #101D40;
}
</style>