Shades of Midnight Express #101C48
Tints of Midnight Express #101C48
RGB
CMYK
RGB Variations
Color information
#101C48 (or 0x101C48) is known color: Midnight Express. HEX triplet: 10, 1C and 48. RGB value is (16,28,72). Sum of RGB (Red+Green+Blue) = 16+28+72=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #101C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C48 is #EFE3B7. Grayscale: #1D1D1D. Windows color (decimal): -15721400 or 4725776. OLE color: 4725776.
HSL color Cylindrical-coordinate representation of color #101C48: hue angle of 227.14º 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 #101C48 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 28 | 72 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.72 |
| HSL | 227.14º | 0.64% | 0.17% | - |
| HSV(B) | 227.14º | 0.78% | 0.28% | - |
| XYZ | 1.8 | 1.41 | 6.31 | - |
| YUV | 29.43 | 152.02 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 72 | 0.78 | 0.61 | 0 | 0.72 | 227.14 | 0.64 | 0.17 |
| Hex | 10 | 1C | 48 | 4E | 3D | 0 | 48 | E3 | 40 | 11 |
| Octal | 20 | 34 | 110 | 116 | 75 | 0 | 110 | 343 | 100 | 21 |
| Binary | 10000 | 11100 | 1001000 | 1001110 | 111101 | 0 | 1001000 | 11100011 | 1000000 | 10001 |
Color Harmonies of #101C48
Complementary color
Monochromatic Colors of #101C48
Black with #101C48
Text Example
Text Example
White with #101C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C48; }
p { color: rgb(16,28,72); }
H1.HeaderClassName
{
color: #101C48;
}
.AnyTagClassName
{
color: #101C48;
}
</style>
background-color css
<style>
a { background-color: #101C48; }
a { background-color: rgb(16,28,72); }
div.DivClassName
{
background-color: #101C48;
}
.BgClassName
{
background-color: #101C48;
}
</style>
border-color css
<style>
span { border-color: #101C48; }
span { border-color: rgb(16,28,72); }
td.TdClassName
{
border-color: #101C48;
}
.TagClassName
{
border-color: #101C48;
}
</style>