Shades of Midnight Express #102041
Tints of Midnight Express #102041
RGB
CMYK
RGB Variations
Color information
#102041 (or 0x102041) is known color: Midnight Express. HEX triplet: 10, 20 and 41. RGB value is (16,32,65). Sum of RGB (Red+Green+Blue) = 16+32+65=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #102041 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #102041 is #EFDFBE. Grayscale: #1E1E1E. Windows color (decimal): -15720383 or 4268048. OLE color: 4268048.
HSL color Cylindrical-coordinate representation of color #102041: hue angle of 220.41º 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 #102041 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 32 | 65 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.75 |
| HSL | 220.41º | 0.6% | 0.16% | - |
| HSV(B) | 220.41º | 0.75% | 0.25% | - |
| XYZ | 1.68 | 1.52 | 5.21 | - |
| YUV | 30.98 | 147.2 | 117.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 32 | 65 | 0.75 | 0.51 | 0 | 0.75 | 220.41 | 0.6 | 0.16 |
| Hex | 10 | 20 | 41 | 4B | 33 | 0 | 4B | DC | 3C | 10 |
| Octal | 20 | 40 | 101 | 113 | 63 | 0 | 113 | 334 | 74 | 20 |
| Binary | 10000 | 100000 | 1000001 | 1001011 | 110011 | 0 | 1001011 | 11011100 | 111100 | 10000 |
Color Harmonies of #102041
Complementary color
Monochromatic Colors of #102041
Black with #102041
Text Example
Text Example
White with #102041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102041; }
p { color: rgb(16,32,65); }
H1.HeaderClassName
{
color: #102041;
}
.AnyTagClassName
{
color: #102041;
}
</style>
background-color css
<style>
a { background-color: #102041; }
a { background-color: rgb(16,32,65); }
div.DivClassName
{
background-color: #102041;
}
.BgClassName
{
background-color: #102041;
}
</style>
border-color css
<style>
span { border-color: #102041; }
span { border-color: rgb(16,32,65); }
td.TdClassName
{
border-color: #102041;
}
.TagClassName
{
border-color: #102041;
}
</style>