Shades of Midnight Express #101D43
Tints of Midnight Express #101D43
RGB
CMYK
RGB Variations
Color information
#101D43 (or 0x101D43) is known color: Midnight Express. HEX triplet: 10, 1D and 43. RGB value is (16,29,67). Sum of RGB (Red+Green+Blue) = 16+29+67=112 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.29% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 67 (26.56% from 255 or 59.82% from 112); Max value from RGB is 67 - color contains mainly: blue. Hex color #101D43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101D43 is #EFE2BC. Grayscale: #1D1D1D. Windows color (decimal): -15721149 or 4398352. OLE color: 4398352.
HSL color Cylindrical-coordinate representation of color #101D43: hue angle of 224.71º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #101D43 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 29 | 67 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.74 |
| HSL | 224.71º | 0.61% | 0.16% | - |
| HSV(B) | 224.71º | 0.76% | 0.26% | - |
| XYZ | 1.67 | 1.39 | 5.49 | - |
| YUV | 29.45 | 149.19 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 29 | 67 | 0.76 | 0.57 | 0 | 0.74 | 224.71 | 0.61 | 0.16 |
| Hex | 10 | 1D | 43 | 4C | 39 | 0 | 4A | E1 | 3D | 10 |
| Octal | 20 | 35 | 103 | 114 | 71 | 0 | 112 | 341 | 75 | 20 |
| Binary | 10000 | 11101 | 1000011 | 1001100 | 111001 | 0 | 1001010 | 11100001 | 111101 | 10000 |
Color Harmonies of #101D43
Complementary color
Monochromatic Colors of #101D43
Black with #101D43
Text Example
Text Example
White with #101D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101D43; }
p { color: rgb(16,29,67); }
H1.HeaderClassName
{
color: #101D43;
}
.AnyTagClassName
{
color: #101D43;
}
</style>
background-color css
<style>
a { background-color: #101D43; }
a { background-color: rgb(16,29,67); }
div.DivClassName
{
background-color: #101D43;
}
.BgClassName
{
background-color: #101D43;
}
</style>
border-color css
<style>
span { border-color: #101D43; }
span { border-color: rgb(16,29,67); }
td.TdClassName
{
border-color: #101D43;
}
.TagClassName
{
border-color: #101D43;
}
</style>