Shades of Midnight Express #101B49
Tints of Midnight Express #101B49
RGB
CMYK
RGB Variations
Color information
#101B49 (or 0x101B49) is known color: Midnight Express. HEX triplet: 10, 1B and 49. RGB value is (16,27,73). Sum of RGB (Red+Green+Blue) = 16+27+73=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 73 (28.91% from 255 or 62.93% from 116); Max value from RGB is 73 - color contains mainly: blue. Hex color #101B49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101B49 is #EFE4B6. Grayscale: #1C1C1C. Windows color (decimal): -15721655 or 4791056. OLE color: 4791056.
HSL color Cylindrical-coordinate representation of color #101B49: hue angle of 228.42º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #101B49 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 27 | 73 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.71 |
| HSL | 228.42º | 0.64% | 0.17% | - |
| HSV(B) | 228.42º | 0.78% | 0.29% | - |
| XYZ | 1.81 | 1.38 | 6.47 | - |
| YUV | 28.96 | 152.86 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 73 | 0.78 | 0.63 | 0 | 0.71 | 228.42 | 0.64 | 0.17 |
| Hex | 10 | 1B | 49 | 4E | 3F | 0 | 47 | E4 | 40 | 11 |
| Octal | 20 | 33 | 111 | 116 | 77 | 0 | 107 | 344 | 100 | 21 |
| Binary | 10000 | 11011 | 1001001 | 1001110 | 111111 | 0 | 1000111 | 11100100 | 1000000 | 10001 |
Color Harmonies of #101B49
Complementary color
Monochromatic Colors of #101B49
Black with #101B49
Text Example
Text Example
White with #101B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B49; }
p { color: rgb(16,27,73); }
H1.HeaderClassName
{
color: #101B49;
}
.AnyTagClassName
{
color: #101B49;
}
</style>
background-color css
<style>
a { background-color: #101B49; }
a { background-color: rgb(16,27,73); }
div.DivClassName
{
background-color: #101B49;
}
.BgClassName
{
background-color: #101B49;
}
</style>
border-color css
<style>
span { border-color: #101B49; }
span { border-color: rgb(16,27,73); }
td.TdClassName
{
border-color: #101B49;
}
.TagClassName
{
border-color: #101B49;
}
</style>