Shades of Midnight Express #101141
Tints of Midnight Express #101141
RGB
CMYK
RGB Variations
Color information
#101141 (or 0x101141) is known color: Midnight Express. HEX triplet: 10, 11 and 41. RGB value is (16,17,65). Sum of RGB (Red+Green+Blue) = 16+17+65=98 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.33% from 98); Green value is 17 (7.03% from 255 or 17.35% from 98); Blue value is 65 (25.78% from 255 or 66.33% from 98); Max value from RGB is 65 - color contains mainly: blue. Hex color #101141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101141 is #EFEEBE. Grayscale: #151515. Windows color (decimal): -15724223 or 4264208. OLE color: 4264208.
HSL color Cylindrical-coordinate representation of color #101141: hue angle of 238.78º 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 #101141 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 17 | 65 | - |
| CMYK | 0.75 | 0.74 | 0 | 0.75 |
| HSL | 238.78º | 0.6% | 0.16% | - |
| HSV(B) | 238.78º | 0.75% | 0.25% | - |
| XYZ | 1.37 | 0.89 | 5.1 | - |
| YUV | 22.17 | 152.17 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 17 | 65 | 0.75 | 0.74 | 0 | 0.75 | 238.78 | 0.6 | 0.16 |
| Hex | 10 | 11 | 41 | 4B | 4A | 0 | 4B | EF | 3C | 10 |
| Octal | 20 | 21 | 101 | 113 | 112 | 0 | 113 | 357 | 74 | 20 |
| Binary | 10000 | 10001 | 1000001 | 1001011 | 1001010 | 0 | 1001011 | 11101111 | 111100 | 10000 |
Color Harmonies of #101141
Complementary color
Monochromatic Colors of #101141
Black with #101141
Text Example
Text Example
White with #101141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101141; }
p { color: rgb(16,17,65); }
H1.HeaderClassName
{
color: #101141;
}
.AnyTagClassName
{
color: #101141;
}
</style>
background-color css
<style>
a { background-color: #101141; }
a { background-color: rgb(16,17,65); }
div.DivClassName
{
background-color: #101141;
}
.BgClassName
{
background-color: #101141;
}
</style>
border-color css
<style>
span { border-color: #101141; }
span { border-color: rgb(16,17,65); }
td.TdClassName
{
border-color: #101141;
}
.TagClassName
{
border-color: #101141;
}
</style>