Shades of Midnight Express #101349
Tints of Midnight Express #101349
RGB
CMYK
RGB Variations
Color information
#101349 (or 0x101349) is known color: Midnight Express. HEX triplet: 10, 13 and 49. RGB value is (16,19,73). Sum of RGB (Red+Green+Blue) = 16+19+73=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 19 (7.81% from 255 or 17.59% from 108); Blue value is 73 (28.91% from 255 or 67.59% from 108); Max value from RGB is 73 - color contains mainly: blue. Hex color #101349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101349 is #EFECB6. Grayscale: #181818. Windows color (decimal): -15723703 or 4789008. OLE color: 4789008.
HSL color Cylindrical-coordinate representation of color #101349: hue angle of 236.84º 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 #101349 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 19 | 73 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.71 |
| HSL | 236.84º | 0.64% | 0.17% | - |
| HSV(B) | 236.84º | 0.78% | 0.29% | - |
| XYZ | 1.65 | 1.06 | 6.42 | - |
| YUV | 24.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 19 | 73 | 0.78 | 0.74 | 0 | 0.71 | 236.84 | 0.64 | 0.17 |
| Hex | 10 | 13 | 49 | 4E | 4A | 0 | 47 | ED | 40 | 11 |
| Octal | 20 | 23 | 111 | 116 | 112 | 0 | 107 | 355 | 100 | 21 |
| Binary | 10000 | 10011 | 1001001 | 1001110 | 1001010 | 0 | 1000111 | 11101101 | 1000000 | 10001 |
Color Harmonies of #101349
Complementary color
Monochromatic Colors of #101349
Black with #101349
Text Example
Text Example
White with #101349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101349; }
p { color: rgb(16,19,73); }
H1.HeaderClassName
{
color: #101349;
}
.AnyTagClassName
{
color: #101349;
}
</style>
background-color css
<style>
a { background-color: #101349; }
a { background-color: rgb(16,19,73); }
div.DivClassName
{
background-color: #101349;
}
.BgClassName
{
background-color: #101349;
}
</style>
border-color css
<style>
span { border-color: #101349; }
span { border-color: rgb(16,19,73); }
td.TdClassName
{
border-color: #101349;
}
.TagClassName
{
border-color: #101349;
}
</style>