Shades of Midnight Express #101E3B
Tints of Midnight Express #101E3B
RGB
CMYK
RGB Variations
Color information
#101E3B (or 0x101E3B) is known color: Midnight Express. HEX triplet: 10, 1E and 3B. RGB value is (16,30,59). Sum of RGB (Red+Green+Blue) = 16+30+59=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 59 (23.44% from 255 or 56.19% from 105); Max value from RGB is 59 - color contains mainly: blue. Hex color #101E3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101E3B is #EFE1C4. Grayscale: #1C1C1C. Windows color (decimal): -15720901 or 3874320. OLE color: 3874320.
HSL color Cylindrical-coordinate representation of color #101E3B: hue angle of 220.47º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #101E3B is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 30 | 59 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.77 |
| HSL | 220.47º | 0.57% | 0.15% | - |
| HSV(B) | 220.47º | 0.73% | 0.23% | - |
| XYZ | 1.47 | 1.35 | 4.32 | - |
| YUV | 29.12 | 144.86 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 59 | 0.73 | 0.49 | 0 | 0.77 | 220.47 | 0.57 | 0.15 |
| Hex | 10 | 1E | 3B | 49 | 31 | 0 | 4D | DC | 39 | F |
| Octal | 20 | 36 | 73 | 111 | 61 | 0 | 115 | 334 | 71 | 17 |
| Binary | 10000 | 11110 | 111011 | 1001001 | 110001 | 0 | 1001101 | 11011100 | 111001 | 1111 |
Color Harmonies of #101E3B
Complementary color
Monochromatic Colors of #101E3B
Black with #101E3B
Text Example
Text Example
White with #101E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E3B; }
p { color: rgb(16,30,59); }
H1.HeaderClassName
{
color: #101E3B;
}
.AnyTagClassName
{
color: #101E3B;
}
</style>
background-color css
<style>
a { background-color: #101E3B; }
a { background-color: rgb(16,30,59); }
div.DivClassName
{
background-color: #101E3B;
}
.BgClassName
{
background-color: #101E3B;
}
</style>
border-color css
<style>
span { border-color: #101E3B; }
span { border-color: rgb(16,30,59); }
td.TdClassName
{
border-color: #101E3B;
}
.TagClassName
{
border-color: #101E3B;
}
</style>