Shades of Midnight Express #101D3C
Tints of Midnight Express #101D3C
RGB
CMYK
RGB Variations
Color information
#101D3C (or 0x101D3C) is known color: Midnight Express. HEX triplet: 10, 1D and 3C. RGB value is (16,29,60). Sum of RGB (Red+Green+Blue) = 16+29+60=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #101D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101D3C is #EFE2C3. Grayscale: #1C1C1C. Windows color (decimal): -15721156 or 3939600. OLE color: 3939600.
HSL color Cylindrical-coordinate representation of color #101D3C: hue angle of 222.27º 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 #101D3C is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 29 | 60 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.76 |
| HSL | 222.27º | 0.58% | 0.15% | - |
| HSV(B) | 222.27º | 0.73% | 0.24% | - |
| XYZ | 1.47 | 1.32 | 4.45 | - |
| YUV | 28.65 | 145.69 | 118.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 60 | 0.73 | 0.52 | 0 | 0.76 | 222.27 | 0.58 | 0.15 |
| Hex | 10 | 1D | 3C | 49 | 34 | 0 | 4C | DE | 3A | F |
| Octal | 20 | 35 | 74 | 111 | 64 | 0 | 114 | 336 | 72 | 17 |
| Binary | 10000 | 11101 | 111100 | 1001001 | 110100 | 0 | 1001100 | 11011110 | 111010 | 1111 |
Color Harmonies of #101D3C
Complementary color
Monochromatic Colors of #101D3C
Black with #101D3C
Text Example
Text Example
White with #101D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D3C; }
p { color: rgb(16,29,60); }
H1.HeaderClassName
{
color: #101D3C;
}
.AnyTagClassName
{
color: #101D3C;
}
</style>
background-color css
<style>
a { background-color: #101D3C; }
a { background-color: rgb(16,29,60); }
div.DivClassName
{
background-color: #101D3C;
}
.BgClassName
{
background-color: #101D3C;
}
</style>
border-color css
<style>
span { border-color: #101D3C; }
span { border-color: rgb(16,29,60); }
td.TdClassName
{
border-color: #101D3C;
}
.TagClassName
{
border-color: #101D3C;
}
</style>