Shades of Midnight Express #101D3E
Tints of Midnight Express #101D3E
RGB
CMYK
RGB Variations
Color information
#101D3E (or 0x101D3E) is known color: Midnight Express. HEX triplet: 10, 1D and 3E. RGB value is (16,29,62). Sum of RGB (Red+Green+Blue) = 16+29+62=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 29 (11.72% from 255 or 27.10% from 107); Blue value is 62 (24.61% from 255 or 57.94% from 107); Max value from RGB is 62 - color contains mainly: blue. Hex color #101D3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101D3E is #EFE2C1. Grayscale: #1C1C1C. Windows color (decimal): -15721154 or 4070672. OLE color: 4070672.
HSL color Cylindrical-coordinate representation of color #101D3E: hue angle of 223.04º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #101D3E is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 29 | 62 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.76 |
| HSL | 223.04º | 0.59% | 0.15% | - |
| HSV(B) | 223.04º | 0.74% | 0.24% | - |
| XYZ | 1.52 | 1.34 | 4.74 | - |
| YUV | 28.88 | 146.69 | 118.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 62 | 0.74 | 0.53 | 0 | 0.76 | 223.04 | 0.59 | 0.15 |
| Hex | 10 | 1D | 3E | 4A | 35 | 0 | 4C | DF | 3B | F |
| Octal | 20 | 35 | 76 | 112 | 65 | 0 | 114 | 337 | 73 | 17 |
| Binary | 10000 | 11101 | 111110 | 1001010 | 110101 | 0 | 1001100 | 11011111 | 111011 | 1111 |
Color Harmonies of #101D3E
Complementary color
Monochromatic Colors of #101D3E
Black with #101D3E
Text Example
Text Example
White with #101D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D3E; }
p { color: rgb(16,29,62); }
H1.HeaderClassName
{
color: #101D3E;
}
.AnyTagClassName
{
color: #101D3E;
}
</style>
background-color css
<style>
a { background-color: #101D3E; }
a { background-color: rgb(16,29,62); }
div.DivClassName
{
background-color: #101D3E;
}
.BgClassName
{
background-color: #101D3E;
}
</style>
border-color css
<style>
span { border-color: #101D3E; }
span { border-color: rgb(16,29,62); }
td.TdClassName
{
border-color: #101D3E;
}
.TagClassName
{
border-color: #101D3E;
}
</style>