Shades of Midnight Express #101F41
Tints of Midnight Express #101F41
RGB
CMYK
RGB Variations
Color information
#101F41 (or 0x101F41) is known color: Midnight Express. HEX triplet: 10, 1F and 41. RGB value is (16,31,65). Sum of RGB (Red+Green+Blue) = 16+31+65=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #101F41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101F41 is #EFE0BE. Grayscale: #1E1E1E. Windows color (decimal): -15720639 or 4267792. OLE color: 4267792.
HSL color Cylindrical-coordinate representation of color #101F41: hue angle of 221.63º 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 #101F41 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 31 | 65 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.75 |
| HSL | 221.63º | 0.6% | 0.16% | - |
| HSV(B) | 221.63º | 0.75% | 0.25% | - |
| XYZ | 1.66 | 1.47 | 5.2 | - |
| YUV | 30.39 | 147.53 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 65 | 0.75 | 0.52 | 0 | 0.75 | 221.63 | 0.6 | 0.16 |
| Hex | 10 | 1F | 41 | 4B | 34 | 0 | 4B | DE | 3C | 10 |
| Octal | 20 | 37 | 101 | 113 | 64 | 0 | 113 | 336 | 74 | 20 |
| Binary | 10000 | 11111 | 1000001 | 1001011 | 110100 | 0 | 1001011 | 11011110 | 111100 | 10000 |
Color Harmonies of #101F41
Complementary color
Monochromatic Colors of #101F41
Black with #101F41
Text Example
Text Example
White with #101F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F41; }
p { color: rgb(16,31,65); }
H1.HeaderClassName
{
color: #101F41;
}
.AnyTagClassName
{
color: #101F41;
}
</style>
background-color css
<style>
a { background-color: #101F41; }
a { background-color: rgb(16,31,65); }
div.DivClassName
{
background-color: #101F41;
}
.BgClassName
{
background-color: #101F41;
}
</style>
border-color css
<style>
span { border-color: #101F41; }
span { border-color: rgb(16,31,65); }
td.TdClassName
{
border-color: #101F41;
}
.TagClassName
{
border-color: #101F41;
}
</style>