Shades of Midnight Express #101E48
Tints of Midnight Express #101E48
RGB
CMYK
RGB Variations
Color information
#101E48 (or 0x101E48) is known color: Midnight Express. HEX triplet: 10, 1E and 48. RGB value is (16,30,72). Sum of RGB (Red+Green+Blue) = 16+30+72=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 30 (12.11% from 255 or 25.42% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #101E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101E48 is #EFE1B7. Grayscale: #1E1E1E. Windows color (decimal): -15720888 or 4726288. OLE color: 4726288.
HSL color Cylindrical-coordinate representation of color #101E48: hue angle of 225º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #101E48 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 30 | 72 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.72 |
| HSL | 225º | 0.64% | 0.17% | - |
| HSV(B) | 225º | 0.78% | 0.28% | - |
| XYZ | 1.85 | 1.51 | 6.32 | - |
| YUV | 30.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 72 | 0.78 | 0.58 | 0 | 0.72 | 225 | 0.64 | 0.17 |
| Hex | 10 | 1E | 48 | 4E | 3A | 0 | 48 | E1 | 40 | 11 |
| Octal | 20 | 36 | 110 | 116 | 72 | 0 | 110 | 341 | 100 | 21 |
| Binary | 10000 | 11110 | 1001000 | 1001110 | 111010 | 0 | 1001000 | 11100001 | 1000000 | 10001 |
Color Harmonies of #101E48
Complementary color
Monochromatic Colors of #101E48
Black with #101E48
Text Example
Text Example
White with #101E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E48; }
p { color: rgb(16,30,72); }
H1.HeaderClassName
{
color: #101E48;
}
.AnyTagClassName
{
color: #101E48;
}
</style>
background-color css
<style>
a { background-color: #101E48; }
a { background-color: rgb(16,30,72); }
div.DivClassName
{
background-color: #101E48;
}
.BgClassName
{
background-color: #101E48;
}
</style>
border-color css
<style>
span { border-color: #101E48; }
span { border-color: rgb(16,30,72); }
td.TdClassName
{
border-color: #101E48;
}
.TagClassName
{
border-color: #101E48;
}
</style>