Shades of Midnight Express #101D41
Tints of Midnight Express #101D41
RGB
CMYK
RGB Variations
Color information
#101D41 (or 0x101D41) is known color: Midnight Express. HEX triplet: 10, 1D and 41. RGB value is (16,29,65). Sum of RGB (Red+Green+Blue) = 16+29+65=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 65 (25.78% from 255 or 59.09% from 110); Max value from RGB is 65 - color contains mainly: blue. Hex color #101D41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101D41 is #EFE2BE. Grayscale: #1D1D1D. Windows color (decimal): -15721151 or 4267280. OLE color: 4267280.
HSL color Cylindrical-coordinate representation of color #101D41: hue angle of 224.08º 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 #101D41 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 29 | 65 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.75 |
| HSL | 224.08º | 0.6% | 0.16% | - |
| HSV(B) | 224.08º | 0.75% | 0.25% | - |
| XYZ | 1.61 | 1.37 | 5.18 | - |
| YUV | 29.22 | 148.19 | 118.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 65 | 0.75 | 0.55 | 0 | 0.75 | 224.08 | 0.6 | 0.16 |
| Hex | 10 | 1D | 41 | 4B | 37 | 0 | 4B | E0 | 3C | 10 |
| Octal | 20 | 35 | 101 | 113 | 67 | 0 | 113 | 340 | 74 | 20 |
| Binary | 10000 | 11101 | 1000001 | 1001011 | 110111 | 0 | 1001011 | 11100000 | 111100 | 10000 |
Color Harmonies of #101D41
Complementary color
Monochromatic Colors of #101D41
Black with #101D41
Text Example
Text Example
White with #101D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D41; }
p { color: rgb(16,29,65); }
H1.HeaderClassName
{
color: #101D41;
}
.AnyTagClassName
{
color: #101D41;
}
</style>
background-color css
<style>
a { background-color: #101D41; }
a { background-color: rgb(16,29,65); }
div.DivClassName
{
background-color: #101D41;
}
.BgClassName
{
background-color: #101D41;
}
</style>
border-color css
<style>
span { border-color: #101D41; }
span { border-color: rgb(16,29,65); }
td.TdClassName
{
border-color: #101D41;
}
.TagClassName
{
border-color: #101D41;
}
</style>