Shades of Midnight Express #101650
Tints of Midnight Express #101650
RGB
CMYK
RGB Variations
Color information
#101650 (or 0x101650) is known color: Midnight Express. HEX triplet: 10, 16 and 50. RGB value is (16,22,80). Sum of RGB (Red+Green+Blue) = 16+22+80=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 80 (31.64% from 255 or 67.80% from 118); Max value from RGB is 80 - color contains mainly: blue. Hex color #101650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #101650 is #EFE9AF. Grayscale: #1A1A1A. Windows color (decimal): -15722928 or 5248528. OLE color: 5248528.
HSL color Cylindrical-coordinate representation of color #101650: hue angle of 234.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #101650 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 22 | 80 | - |
| CMYK | 0.80 | 0.72 | 0 | 0.69 |
| HSL | 234.38º | 0.67% | 0.19% | - |
| HSV(B) | 234.38º | 0.8% | 0.31% | - |
| XYZ | 1.95 | 1.26 | 7.73 | - |
| YUV | 26.82 | 158.01 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 22 | 80 | 0.80 | 0.72 | 0 | 0.69 | 234.38 | 0.67 | 0.19 |
| Hex | 10 | 16 | 50 | 50 | 48 | 0 | 45 | EA | 43 | 13 |
| Octal | 20 | 26 | 120 | 120 | 110 | 0 | 105 | 352 | 103 | 23 |
| Binary | 10000 | 10110 | 1010000 | 1010000 | 1001000 | 0 | 1000101 | 11101010 | 1000011 | 10011 |
Color Harmonies of #101650
Complementary color
Monochromatic Colors of #101650
Black with #101650
Text Example
Text Example
White with #101650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101650; }
p { color: rgb(16,22,80); }
H1.HeaderClassName
{
color: #101650;
}
.AnyTagClassName
{
color: #101650;
}
</style>
background-color css
<style>
a { background-color: #101650; }
a { background-color: rgb(16,22,80); }
div.DivClassName
{
background-color: #101650;
}
.BgClassName
{
background-color: #101650;
}
</style>
border-color css
<style>
span { border-color: #101650; }
span { border-color: rgb(16,22,80); }
td.TdClassName
{
border-color: #101650;
}
.TagClassName
{
border-color: #101650;
}
</style>