Shades of Midnight Express #101E3C
Tints of Midnight Express #101E3C
RGB
CMYK
RGB Variations
Color information
#101E3C (or 0x101E3C) is known color: Midnight Express. HEX triplet: 10, 1E and 3C. RGB value is (16,30,60). Sum of RGB (Red+Green+Blue) = 16+30+60=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 60 (23.83% from 255 or 56.60% from 106); Max value from RGB is 60 - color contains mainly: blue. Hex color #101E3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101E3C is #EFE1C3. Grayscale: #1D1D1D. Windows color (decimal): -15720900 or 3939856. OLE color: 3939856.
HSL color Cylindrical-coordinate representation of color #101E3C: hue angle of 220.91º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #101E3C is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 30 | 60 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.76 |
| HSL | 220.91º | 0.58% | 0.15% | - |
| HSV(B) | 220.91º | 0.73% | 0.24% | - |
| XYZ | 1.49 | 1.36 | 4.46 | - |
| YUV | 29.23 | 145.36 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 60 | 0.73 | 0.50 | 0 | 0.76 | 220.91 | 0.58 | 0.15 |
| Hex | 10 | 1E | 3C | 49 | 32 | 0 | 4C | DD | 3A | F |
| Octal | 20 | 36 | 74 | 111 | 62 | 0 | 114 | 335 | 72 | 17 |
| Binary | 10000 | 11110 | 111100 | 1001001 | 110010 | 0 | 1001100 | 11011101 | 111010 | 1111 |
Color Harmonies of #101E3C
Complementary color
Monochromatic Colors of #101E3C
Black with #101E3C
Text Example
Text Example
White with #101E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E3C; }
p { color: rgb(16,30,60); }
H1.HeaderClassName
{
color: #101E3C;
}
.AnyTagClassName
{
color: #101E3C;
}
</style>
background-color css
<style>
a { background-color: #101E3C; }
a { background-color: rgb(16,30,60); }
div.DivClassName
{
background-color: #101E3C;
}
.BgClassName
{
background-color: #101E3C;
}
</style>
border-color css
<style>
span { border-color: #101E3C; }
span { border-color: rgb(16,30,60); }
td.TdClassName
{
border-color: #101E3C;
}
.TagClassName
{
border-color: #101E3C;
}
</style>