Shades of Midnight Express #101B40
Tints of Midnight Express #101B40
RGB
CMYK
RGB Variations
Color information
#101B40 (or 0x101B40) is known color: Midnight Express. HEX triplet: 10, 1B and 40. RGB value is (16,27,64). Sum of RGB (Red+Green+Blue) = 16+27+64=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #101B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101B40 is #EFE4BF. Grayscale: #1B1B1B. Windows color (decimal): -15721664 or 4201232. OLE color: 4201232.
HSL color Cylindrical-coordinate representation of color #101B40: hue angle of 226.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 #101B40 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 16 | 27 | 64 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.75 |
| HSL | 226.25º | 0.6% | 0.16% | - |
| HSV(B) | 226.25º | 0.75% | 0.25% | - |
| XYZ | 1.53 | 1.26 | 5.01 | - |
| YUV | 27.93 | 148.36 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 64 | 0.75 | 0.58 | 0 | 0.75 | 226.25 | 0.6 | 0.16 |
| Hex | 10 | 1B | 40 | 4B | 3A | 0 | 4B | E2 | 3C | 10 |
| Octal | 20 | 33 | 100 | 113 | 72 | 0 | 113 | 342 | 74 | 20 |
| Binary | 10000 | 11011 | 1000000 | 1001011 | 111010 | 0 | 1001011 | 11100010 | 111100 | 10000 |
Color Harmonies of #101B40
Complementary color
Monochromatic Colors of #101B40
Black with #101B40
Text Example
Text Example
White with #101B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B40; }
p { color: rgb(16,27,64); }
H1.HeaderClassName
{
color: #101B40;
}
.AnyTagClassName
{
color: #101B40;
}
</style>
background-color css
<style>
a { background-color: #101B40; }
a { background-color: rgb(16,27,64); }
div.DivClassName
{
background-color: #101B40;
}
.BgClassName
{
background-color: #101B40;
}
</style>
border-color css
<style>
span { border-color: #101B40; }
span { border-color: rgb(16,27,64); }
td.TdClassName
{
border-color: #101B40;
}
.TagClassName
{
border-color: #101B40;
}
</style>