Shades of Midnight Express #101146
Tints of Midnight Express #101146
RGB
CMYK
RGB Variations
Color information
#101146 (or 0x101146) is known color: Midnight Express. HEX triplet: 10, 11 and 46. RGB value is (16,17,70). Sum of RGB (Red+Green+Blue) = 16+17+70=103 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.53% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #101146 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101146 is #EFEEB9. Grayscale: #161616. Windows color (decimal): -15724218 or 4591888. OLE color: 4591888.
HSL color Cylindrical-coordinate representation of color #101146: hue angle of 238.89º 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 #101146 is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 17 | 70 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.73 |
| HSL | 238.89º | 0.63% | 0.17% | - |
| HSV(B) | 238.89º | 0.77% | 0.27% | - |
| XYZ | 1.52 | 0.95 | 5.9 | - |
| YUV | 22.74 | 154.67 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 70 | 0.77 | 0.76 | 0 | 0.73 | 238.89 | 0.63 | 0.17 |
| Hex | 10 | 11 | 46 | 4D | 4C | 0 | 49 | EF | 3F | 11 |
| Octal | 20 | 21 | 106 | 115 | 114 | 0 | 111 | 357 | 77 | 21 |
| Binary | 10000 | 10001 | 1000110 | 1001101 | 1001100 | 0 | 1001001 | 11101111 | 111111 | 10001 |
Color Harmonies of #101146
Complementary color
Monochromatic Colors of #101146
Black with #101146
Text Example
Text Example
White with #101146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101146; }
p { color: rgb(16,17,70); }
H1.HeaderClassName
{
color: #101146;
}
.AnyTagClassName
{
color: #101146;
}
</style>
background-color css
<style>
a { background-color: #101146; }
a { background-color: rgb(16,17,70); }
div.DivClassName
{
background-color: #101146;
}
.BgClassName
{
background-color: #101146;
}
</style>
border-color css
<style>
span { border-color: #101146; }
span { border-color: rgb(16,17,70); }
td.TdClassName
{
border-color: #101146;
}
.TagClassName
{
border-color: #101146;
}
</style>