Shades of Midnight Express #101249
Tints of Midnight Express #101249
RGB
CMYK
RGB Variations
Color information
#101249 (or 0x101249) is known color: Midnight Express. HEX triplet: 10, 12 and 49. RGB value is (16,18,73). Sum of RGB (Red+Green+Blue) = 16+18+73=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 73 (28.91% from 255 or 68.22% from 107); Max value from RGB is 73 - color contains mainly: blue. Hex color #101249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101249 is #EFEDB6. Grayscale: #171717. Windows color (decimal): -15723959 or 4788752. OLE color: 4788752.
HSL color Cylindrical-coordinate representation of color #101249: hue angle of 237.89º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #101249 is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 18 | 73 | - |
| CMYK | 0.78 | 0.75 | 0 | 0.71 |
| HSL | 237.89º | 0.64% | 0.17% | - |
| HSV(B) | 237.89º | 0.78% | 0.29% | - |
| XYZ | 1.63 | 1.02 | 6.41 | - |
| YUV | 23.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 18 | 73 | 0.78 | 0.75 | 0 | 0.71 | 237.89 | 0.64 | 0.17 |
| Hex | 10 | 12 | 49 | 4E | 4B | 0 | 47 | EE | 40 | 11 |
| Octal | 20 | 22 | 111 | 116 | 113 | 0 | 107 | 356 | 100 | 21 |
| Binary | 10000 | 10010 | 1001001 | 1001110 | 1001011 | 0 | 1000111 | 11101110 | 1000000 | 10001 |
Color Harmonies of #101249
Complementary color
Monochromatic Colors of #101249
Black with #101249
Text Example
Text Example
White with #101249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101249; }
p { color: rgb(16,18,73); }
H1.HeaderClassName
{
color: #101249;
}
.AnyTagClassName
{
color: #101249;
}
</style>
background-color css
<style>
a { background-color: #101249; }
a { background-color: rgb(16,18,73); }
div.DivClassName
{
background-color: #101249;
}
.BgClassName
{
background-color: #101249;
}
</style>
border-color css
<style>
span { border-color: #101249; }
span { border-color: rgb(16,18,73); }
td.TdClassName
{
border-color: #101249;
}
.TagClassName
{
border-color: #101249;
}
</style>