Shades of Midnight Express #101C3D
Tints of Midnight Express #101C3D
RGB
CMYK
RGB Variations
Color information
#101C3D (or 0x101C3D) is known color: Midnight Express. HEX triplet: 10, 1C and 3D. RGB value is (16,28,61). Sum of RGB (Red+Green+Blue) = 16+28+61=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 28 (11.33% from 255 or 26.67% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #101C3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C3D is #EFE3C2. Grayscale: #1C1C1C. Windows color (decimal): -15721411 or 4004880. OLE color: 4004880.
HSL color Cylindrical-coordinate representation of color #101C3D: hue angle of 224º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #101C3D is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 28 | 61 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.76 |
| HSL | 224º | 0.58% | 0.15% | - |
| HSV(B) | 224º | 0.74% | 0.24% | - |
| XYZ | 1.47 | 1.28 | 4.58 | - |
| YUV | 28.17 | 146.52 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 61 | 0.74 | 0.54 | 0 | 0.76 | 224 | 0.58 | 0.15 |
| Hex | 10 | 1C | 3D | 4A | 36 | 0 | 4C | E0 | 3A | F |
| Octal | 20 | 34 | 75 | 112 | 66 | 0 | 114 | 340 | 72 | 17 |
| Binary | 10000 | 11100 | 111101 | 1001010 | 110110 | 0 | 1001100 | 11100000 | 111010 | 1111 |
Color Harmonies of #101C3D
Complementary color
Monochromatic Colors of #101C3D
Black with #101C3D
Text Example
Text Example
White with #101C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C3D; }
p { color: rgb(16,28,61); }
H1.HeaderClassName
{
color: #101C3D;
}
.AnyTagClassName
{
color: #101C3D;
}
</style>
background-color css
<style>
a { background-color: #101C3D; }
a { background-color: rgb(16,28,61); }
div.DivClassName
{
background-color: #101C3D;
}
.BgClassName
{
background-color: #101C3D;
}
</style>
border-color css
<style>
span { border-color: #101C3D; }
span { border-color: rgb(16,28,61); }
td.TdClassName
{
border-color: #101C3D;
}
.TagClassName
{
border-color: #101C3D;
}
</style>