Shades of Midnight Express #101C46
Tints of Midnight Express #101C46
RGB
CMYK
RGB Variations
Color information
#101C46 (or 0x101C46) is known color: Midnight Express. HEX triplet: 10, 1C and 46. RGB value is (16,28,70). Sum of RGB (Red+Green+Blue) = 16+28+70=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 70 (27.73% from 255 or 61.40% from 114); Max value from RGB is 70 - color contains mainly: blue. Hex color #101C46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C46 is #EFE3B9. Grayscale: #1D1D1D. Windows color (decimal): -15721402 or 4594704. OLE color: 4594704.
HSL color Cylindrical-coordinate representation of color #101C46: hue angle of 226.67º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #101C46 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 28 | 70 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.73 |
| HSL | 226.67º | 0.63% | 0.17% | - |
| HSV(B) | 226.67º | 0.77% | 0.27% | - |
| XYZ | 1.73 | 1.38 | 5.97 | - |
| YUV | 29.2 | 151.02 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 70 | 0.77 | 0.60 | 0 | 0.73 | 226.67 | 0.63 | 0.17 |
| Hex | 10 | 1C | 46 | 4D | 3C | 0 | 49 | E3 | 3F | 11 |
| Octal | 20 | 34 | 106 | 115 | 74 | 0 | 111 | 343 | 77 | 21 |
| Binary | 10000 | 11100 | 1000110 | 1001101 | 111100 | 0 | 1001001 | 11100011 | 111111 | 10001 |
Color Harmonies of #101C46
Complementary color
Monochromatic Colors of #101C46
Black with #101C46
Text Example
Text Example
White with #101C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C46; }
p { color: rgb(16,28,70); }
H1.HeaderClassName
{
color: #101C46;
}
.AnyTagClassName
{
color: #101C46;
}
</style>
background-color css
<style>
a { background-color: #101C46; }
a { background-color: rgb(16,28,70); }
div.DivClassName
{
background-color: #101C46;
}
.BgClassName
{
background-color: #101C46;
}
</style>
border-color css
<style>
span { border-color: #101C46; }
span { border-color: rgb(16,28,70); }
td.TdClassName
{
border-color: #101C46;
}
.TagClassName
{
border-color: #101C46;
}
</style>