Shades of Midnight Express #101F40
Tints of Midnight Express #101F40
RGB
CMYK
RGB Variations
Color information
#101F40 (or 0x101F40) is known color: Midnight Express. HEX triplet: 10, 1F and 40. RGB value is (16,31,64). Sum of RGB (Red+Green+Blue) = 16+31+64=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #101F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101F40 is #EFE0BF. Grayscale: #1E1E1E. Windows color (decimal): -15720640 or 4202256. OLE color: 4202256.
HSL color Cylindrical-coordinate representation of color #101F40: hue angle of 221.25º 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 #101F40 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 31 | 64 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.75 |
| HSL | 221.25º | 0.6% | 0.16% | - |
| HSV(B) | 221.25º | 0.75% | 0.25% | - |
| XYZ | 1.63 | 1.46 | 5.05 | - |
| YUV | 30.28 | 147.03 | 117.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 31 | 64 | 0.75 | 0.52 | 0 | 0.75 | 221.25 | 0.6 | 0.16 |
| Hex | 10 | 1F | 40 | 4B | 34 | 0 | 4B | DD | 3C | 10 |
| Octal | 20 | 37 | 100 | 113 | 64 | 0 | 113 | 335 | 74 | 20 |
| Binary | 10000 | 11111 | 1000000 | 1001011 | 110100 | 0 | 1001011 | 11011101 | 111100 | 10000 |
Color Harmonies of #101F40
Complementary color
Monochromatic Colors of #101F40
Black with #101F40
Text Example
Text Example
White with #101F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101F40; }
p { color: rgb(16,31,64); }
H1.HeaderClassName
{
color: #101F40;
}
.AnyTagClassName
{
color: #101F40;
}
</style>
background-color css
<style>
a { background-color: #101F40; }
a { background-color: rgb(16,31,64); }
div.DivClassName
{
background-color: #101F40;
}
.BgClassName
{
background-color: #101F40;
}
</style>
border-color css
<style>
span { border-color: #101F40; }
span { border-color: rgb(16,31,64); }
td.TdClassName
{
border-color: #101F40;
}
.TagClassName
{
border-color: #101F40;
}
</style>