Shades of Midnight Express #101D4E
Tints of Midnight Express #101D4E
RGB
CMYK
RGB Variations
Color information
#101D4E (or 0x101D4E) is known color: Midnight Express. HEX triplet: 10, 1D and 4E. RGB value is (16,29,78). Sum of RGB (Red+Green+Blue) = 16+29+78=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #101D4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101D4E is #EFE2B1. Grayscale: #1E1E1E. Windows color (decimal): -15721138 or 5119248. OLE color: 5119248.
HSL color Cylindrical-coordinate representation of color #101D4E: hue angle of 227.42º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #101D4E is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 29 | 78 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.69 |
| HSL | 227.42º | 0.66% | 0.18% | - |
| HSV(B) | 227.42º | 0.79% | 0.31% | - |
| XYZ | 2.03 | 1.54 | 7.4 | - |
| YUV | 30.7 | 154.69 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 78 | 0.79 | 0.63 | 0 | 0.69 | 227.42 | 0.66 | 0.18 |
| Hex | 10 | 1D | 4E | 4F | 3F | 0 | 45 | E3 | 42 | 12 |
| Octal | 20 | 35 | 116 | 117 | 77 | 0 | 105 | 343 | 102 | 22 |
| Binary | 10000 | 11101 | 1001110 | 1001111 | 111111 | 0 | 1000101 | 11100011 | 1000010 | 10010 |
Color Harmonies of #101D4E
Complementary color
Monochromatic Colors of #101D4E
Black with #101D4E
Text Example
Text Example
White with #101D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D4E; }
p { color: rgb(16,29,78); }
H1.HeaderClassName
{
color: #101D4E;
}
.AnyTagClassName
{
color: #101D4E;
}
</style>
background-color css
<style>
a { background-color: #101D4E; }
a { background-color: rgb(16,29,78); }
div.DivClassName
{
background-color: #101D4E;
}
.BgClassName
{
background-color: #101D4E;
}
</style>
border-color css
<style>
span { border-color: #101D4E; }
span { border-color: rgb(16,29,78); }
td.TdClassName
{
border-color: #101D4E;
}
.TagClassName
{
border-color: #101D4E;
}
</style>