Shades of Midnight Express #102046
Tints of Midnight Express #102046
RGB
CMYK
RGB Variations
Color information
#102046 (or 0x102046) is known color: Midnight Express. HEX triplet: 10, 20 and 46. RGB value is (16,32,70). Sum of RGB (Red+Green+Blue) = 16+32+70=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 70 (27.73% from 255 or 59.32% from 118); Max value from RGB is 70 - color contains mainly: blue. Hex color #102046 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102046 is #EFDFB9. Grayscale: #1F1F1F. Windows color (decimal): -15720378 or 4595728. OLE color: 4595728.
HSL color Cylindrical-coordinate representation of color #102046: hue angle of 222.22º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #102046 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 32 | 70 | - |
| CMYK | 0.77 | 0.54 | 0 | 0.73 |
| HSL | 222.22º | 0.63% | 0.17% | - |
| HSV(B) | 222.22º | 0.77% | 0.27% | - |
| XYZ | 1.84 | 1.59 | 6 | - |
| YUV | 31.55 | 149.7 | 116.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 70 | 0.77 | 0.54 | 0 | 0.73 | 222.22 | 0.63 | 0.17 |
| Hex | 10 | 20 | 46 | 4D | 36 | 0 | 49 | DE | 3F | 11 |
| Octal | 20 | 40 | 106 | 115 | 66 | 0 | 111 | 336 | 77 | 21 |
| Binary | 10000 | 100000 | 1000110 | 1001101 | 110110 | 0 | 1001001 | 11011110 | 111111 | 10001 |
Color Harmonies of #102046
Complementary color
Monochromatic Colors of #102046
Black with #102046
Text Example
Text Example
White with #102046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102046; }
p { color: rgb(16,32,70); }
H1.HeaderClassName
{
color: #102046;
}
.AnyTagClassName
{
color: #102046;
}
</style>
background-color css
<style>
a { background-color: #102046; }
a { background-color: rgb(16,32,70); }
div.DivClassName
{
background-color: #102046;
}
.BgClassName
{
background-color: #102046;
}
</style>
border-color css
<style>
span { border-color: #102046; }
span { border-color: rgb(16,32,70); }
td.TdClassName
{
border-color: #102046;
}
.TagClassName
{
border-color: #102046;
}
</style>