Shades of Midnight Express #101841
Tints of Midnight Express #101841
RGB
CMYK
RGB Variations
Color information
#101841 (or 0x101841) is known color: Midnight Express. HEX triplet: 10, 18 and 41. RGB value is (16,24,65). Sum of RGB (Red+Green+Blue) = 16+24+65=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #101841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101841 is #EFE7BE. Grayscale: #1A1A1A. Windows color (decimal): -15722431 or 4266000. OLE color: 4266000.
HSL color Cylindrical-coordinate representation of color #101841: hue angle of 230.2º 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 #101841 is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 24 | 65 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.75 |
| HSL | 230.2º | 0.6% | 0.16% | - |
| HSV(B) | 230.2º | 0.75% | 0.25% | - |
| XYZ | 1.49 | 1.15 | 5.14 | - |
| YUV | 26.28 | 149.85 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 65 | 0.75 | 0.63 | 0 | 0.75 | 230.2 | 0.6 | 0.16 |
| Hex | 10 | 18 | 41 | 4B | 3F | 0 | 4B | E6 | 3C | 10 |
| Octal | 20 | 30 | 101 | 113 | 77 | 0 | 113 | 346 | 74 | 20 |
| Binary | 10000 | 11000 | 1000001 | 1001011 | 111111 | 0 | 1001011 | 11100110 | 111100 | 10000 |
Color Harmonies of #101841
Complementary color
Monochromatic Colors of #101841
Black with #101841
Text Example
Text Example
White with #101841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101841; }
p { color: rgb(16,24,65); }
H1.HeaderClassName
{
color: #101841;
}
.AnyTagClassName
{
color: #101841;
}
</style>
background-color css
<style>
a { background-color: #101841; }
a { background-color: rgb(16,24,65); }
div.DivClassName
{
background-color: #101841;
}
.BgClassName
{
background-color: #101841;
}
</style>
border-color css
<style>
span { border-color: #101841; }
span { border-color: rgb(16,24,65); }
td.TdClassName
{
border-color: #101841;
}
.TagClassName
{
border-color: #101841;
}
</style>