Shades of Midnight Express #101C42
Tints of Midnight Express #101C42
RGB
CMYK
RGB Variations
Color information
#101C42 (or 0x101C42) is known color: Midnight Express. HEX triplet: 10, 1C and 42. RGB value is (16,28,66). Sum of RGB (Red+Green+Blue) = 16+28+66=110 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.55% from 110); Green value is 28 (11.33% from 255 or 25.45% from 110); Blue value is 66 (26.17% from 255 or 60% from 110); Max value from RGB is 66 - color contains mainly: blue. Hex color #101C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C42 is #EFE3BD. Grayscale: #1C1C1C. Windows color (decimal): -15721406 or 4332560. OLE color: 4332560.
HSL color Cylindrical-coordinate representation of color #101C42: hue angle of 225.6º 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 #101C42 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 28 | 66 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.74 |
| HSL | 225.6º | 0.61% | 0.16% | - |
| HSV(B) | 225.6º | 0.76% | 0.26% | - |
| XYZ | 1.61 | 1.33 | 5.33 | - |
| YUV | 28.74 | 149.02 | 118.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 66 | 0.76 | 0.58 | 0 | 0.74 | 225.6 | 0.61 | 0.16 |
| Hex | 10 | 1C | 42 | 4C | 3A | 0 | 4A | E2 | 3D | 10 |
| Octal | 20 | 34 | 102 | 114 | 72 | 0 | 112 | 342 | 75 | 20 |
| Binary | 10000 | 11100 | 1000010 | 1001100 | 111010 | 0 | 1001010 | 11100010 | 111101 | 10000 |
Color Harmonies of #101C42
Complementary color
Monochromatic Colors of #101C42
Black with #101C42
Text Example
Text Example
White with #101C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C42; }
p { color: rgb(16,28,66); }
H1.HeaderClassName
{
color: #101C42;
}
.AnyTagClassName
{
color: #101C42;
}
</style>
background-color css
<style>
a { background-color: #101C42; }
a { background-color: rgb(16,28,66); }
div.DivClassName
{
background-color: #101C42;
}
.BgClassName
{
background-color: #101C42;
}
</style>
border-color css
<style>
span { border-color: #101C42; }
span { border-color: rgb(16,28,66); }
td.TdClassName
{
border-color: #101C42;
}
.TagClassName
{
border-color: #101C42;
}
</style>