Shades of Midnight Express #101A47
Tints of Midnight Express #101A47
RGB
CMYK
RGB Variations
Color information
#101A47 (or 0x101A47) is known color: Midnight Express. HEX triplet: 10, 1A and 47. RGB value is (16,26,71). Sum of RGB (Red+Green+Blue) = 16+26+71=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #101A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101A47 is #EFE5B8. Grayscale: #1B1B1B. Windows color (decimal): -15721913 or 4659728. OLE color: 4659728.
HSL color Cylindrical-coordinate representation of color #101A47: hue angle of 229.09º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #101A47 is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 26 | 71 | - |
| CMYK | 0.77 | 0.63 | 0 | 0.72 |
| HSL | 229.09º | 0.63% | 0.17% | - |
| HSV(B) | 229.09º | 0.77% | 0.28% | - |
| XYZ | 1.72 | 1.3 | 6.12 | - |
| YUV | 28.14 | 152.19 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 26 | 71 | 0.77 | 0.63 | 0 | 0.72 | 229.09 | 0.63 | 0.17 |
| Hex | 10 | 1A | 47 | 4D | 3F | 0 | 48 | E5 | 3F | 11 |
| Octal | 20 | 32 | 107 | 115 | 77 | 0 | 110 | 345 | 77 | 21 |
| Binary | 10000 | 11010 | 1000111 | 1001101 | 111111 | 0 | 1001000 | 11100101 | 111111 | 10001 |
Color Harmonies of #101A47
Complementary color
Monochromatic Colors of #101A47
Black with #101A47
Text Example
Text Example
White with #101A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101A47; }
p { color: rgb(16,26,71); }
H1.HeaderClassName
{
color: #101A47;
}
.AnyTagClassName
{
color: #101A47;
}
</style>
background-color css
<style>
a { background-color: #101A47; }
a { background-color: rgb(16,26,71); }
div.DivClassName
{
background-color: #101A47;
}
.BgClassName
{
background-color: #101A47;
}
</style>
border-color css
<style>
span { border-color: #101A47; }
span { border-color: rgb(16,26,71); }
td.TdClassName
{
border-color: #101A47;
}
.TagClassName
{
border-color: #101A47;
}
</style>