Shades of Midnight Express #101D3D
Tints of Midnight Express #101D3D
RGB
CMYK
RGB Variations
Color information
#101D3D (or 0x101D3D) is known color: Midnight Express. HEX triplet: 10, 1D and 3D. RGB value is (16,29,61). Sum of RGB (Red+Green+Blue) = 16+29+61=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #101D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101D3D is #EFE2C2. Grayscale: #1C1C1C. Windows color (decimal): -15721155 or 4005136. OLE color: 4005136.
HSL color Cylindrical-coordinate representation of color #101D3D: hue angle of 222.67º 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 #101D3D is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 29 | 61 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.76 |
| HSL | 222.67º | 0.58% | 0.15% | - |
| HSV(B) | 222.67º | 0.74% | 0.24% | - |
| XYZ | 1.5 | 1.33 | 4.59 | - |
| YUV | 28.76 | 146.19 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 61 | 0.74 | 0.52 | 0 | 0.76 | 222.67 | 0.58 | 0.15 |
| Hex | 10 | 1D | 3D | 4A | 34 | 0 | 4C | DF | 3A | F |
| Octal | 20 | 35 | 75 | 112 | 64 | 0 | 114 | 337 | 72 | 17 |
| Binary | 10000 | 11101 | 111101 | 1001010 | 110100 | 0 | 1001100 | 11011111 | 111010 | 1111 |
Color Harmonies of #101D3D
Complementary color
Monochromatic Colors of #101D3D
Black with #101D3D
Text Example
Text Example
White with #101D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D3D; }
p { color: rgb(16,29,61); }
H1.HeaderClassName
{
color: #101D3D;
}
.AnyTagClassName
{
color: #101D3D;
}
</style>
background-color css
<style>
a { background-color: #101D3D; }
a { background-color: rgb(16,29,61); }
div.DivClassName
{
background-color: #101D3D;
}
.BgClassName
{
background-color: #101D3D;
}
</style>
border-color css
<style>
span { border-color: #101D3D; }
span { border-color: rgb(16,29,61); }
td.TdClassName
{
border-color: #101D3D;
}
.TagClassName
{
border-color: #101D3D;
}
</style>