Shades of Midnight Express #101E43
Tints of Midnight Express #101E43
RGB
CMYK
RGB Variations
Color information
#101E43 (or 0x101E43) is known color: Midnight Express. HEX triplet: 10, 1E and 43. RGB value is (16,30,67). Sum of RGB (Red+Green+Blue) = 16+30+67=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 67 (26.56% from 255 or 59.29% from 113); Max value from RGB is 67 - color contains mainly: blue. Hex color #101E43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101E43 is #EFE1BC. Grayscale: #1D1D1D. Windows color (decimal): -15720893 or 4398608. OLE color: 4398608.
HSL color Cylindrical-coordinate representation of color #101E43: hue angle of 223.53º 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 #101E43 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 30 | 67 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.74 |
| HSL | 223.53º | 0.61% | 0.16% | - |
| HSV(B) | 223.53º | 0.76% | 0.26% | - |
| XYZ | 1.69 | 1.44 | 5.5 | - |
| YUV | 30.03 | 148.86 | 117.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 30 | 67 | 0.76 | 0.55 | 0 | 0.74 | 223.53 | 0.61 | 0.16 |
| Hex | 10 | 1E | 43 | 4C | 37 | 0 | 4A | E0 | 3D | 10 |
| Octal | 20 | 36 | 103 | 114 | 67 | 0 | 112 | 340 | 75 | 20 |
| Binary | 10000 | 11110 | 1000011 | 1001100 | 110111 | 0 | 1001010 | 11100000 | 111101 | 10000 |
Color Harmonies of #101E43
Complementary color
Monochromatic Colors of #101E43
Black with #101E43
Text Example
Text Example
White with #101E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101E43; }
p { color: rgb(16,30,67); }
H1.HeaderClassName
{
color: #101E43;
}
.AnyTagClassName
{
color: #101E43;
}
</style>
background-color css
<style>
a { background-color: #101E43; }
a { background-color: rgb(16,30,67); }
div.DivClassName
{
background-color: #101E43;
}
.BgClassName
{
background-color: #101E43;
}
</style>
border-color css
<style>
span { border-color: #101E43; }
span { border-color: rgb(16,30,67); }
td.TdClassName
{
border-color: #101E43;
}
.TagClassName
{
border-color: #101E43;
}
</style>