Shades of Midnight Express #101140
Tints of Midnight Express #101140
RGB
CMYK
RGB Variations
Color information
#101140 (or 0x101140) is known color: Midnight Express. HEX triplet: 10, 11 and 40. RGB value is (16,17,64). Sum of RGB (Red+Green+Blue) = 16+17+64=97 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.49% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #101140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101140 is #EFEEBF. Grayscale: #151515. Windows color (decimal): -15724224 or 4198672. OLE color: 4198672.
HSL color Cylindrical-coordinate representation of color #101140: hue angle of 238.75º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #101140 is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 17 | 64 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.75 |
| HSL | 238.75º | 0.6% | 0.16% | - |
| HSV(B) | 238.75º | 0.75% | 0.25% | - |
| XYZ | 1.34 | 0.88 | 4.95 | - |
| YUV | 22.06 | 151.67 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 64 | 0.75 | 0.73 | 0 | 0.75 | 238.75 | 0.6 | 0.16 |
| Hex | 10 | 11 | 40 | 4B | 49 | 0 | 4B | EF | 3C | 10 |
| Octal | 20 | 21 | 100 | 113 | 111 | 0 | 113 | 357 | 74 | 20 |
| Binary | 10000 | 10001 | 1000000 | 1001011 | 1001001 | 0 | 1001011 | 11101111 | 111100 | 10000 |
Color Harmonies of #101140
Complementary color
Monochromatic Colors of #101140
Black with #101140
Text Example
Text Example
White with #101140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101140; }
p { color: rgb(16,17,64); }
H1.HeaderClassName
{
color: #101140;
}
.AnyTagClassName
{
color: #101140;
}
</style>
background-color css
<style>
a { background-color: #101140; }
a { background-color: rgb(16,17,64); }
div.DivClassName
{
background-color: #101140;
}
.BgClassName
{
background-color: #101140;
}
</style>
border-color css
<style>
span { border-color: #101140; }
span { border-color: rgb(16,17,64); }
td.TdClassName
{
border-color: #101140;
}
.TagClassName
{
border-color: #101140;
}
</style>