Shades of Midnight Express #101C4C
Tints of Midnight Express #101C4C
RGB
CMYK
RGB Variations
Color information
#101C4C (or 0x101C4C) is known color: Midnight Express. HEX triplet: 10, 1C and 4C. RGB value is (16,28,76). Sum of RGB (Red+Green+Blue) = 16+28+76=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 28 (11.33% from 255 or 23.33% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #101C4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101C4C is #EFE3B3. Grayscale: #1D1D1D. Windows color (decimal): -15721396 or 4987920. OLE color: 4987920.
HSL color Cylindrical-coordinate representation of color #101C4C: hue angle of 228º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #101C4C is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 28 | 76 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.70 |
| HSL | 228º | 0.65% | 0.18% | - |
| HSV(B) | 228º | 0.79% | 0.3% | - |
| XYZ | 1.93 | 1.46 | 7.02 | - |
| YUV | 29.88 | 154.02 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 76 | 0.79 | 0.63 | 0 | 0.70 | 228 | 0.65 | 0.18 |
| Hex | 10 | 1C | 4C | 4F | 3F | 0 | 46 | E4 | 41 | 12 |
| Octal | 20 | 34 | 114 | 117 | 77 | 0 | 106 | 344 | 101 | 22 |
| Binary | 10000 | 11100 | 1001100 | 1001111 | 111111 | 0 | 1000110 | 11100100 | 1000001 | 10010 |
Color Harmonies of #101C4C
Complementary color
Monochromatic Colors of #101C4C
Black with #101C4C
Text Example
Text Example
White with #101C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C4C; }
p { color: rgb(16,28,76); }
H1.HeaderClassName
{
color: #101C4C;
}
.AnyTagClassName
{
color: #101C4C;
}
</style>
background-color css
<style>
a { background-color: #101C4C; }
a { background-color: rgb(16,28,76); }
div.DivClassName
{
background-color: #101C4C;
}
.BgClassName
{
background-color: #101C4C;
}
</style>
border-color css
<style>
span { border-color: #101C4C; }
span { border-color: rgb(16,28,76); }
td.TdClassName
{
border-color: #101C4C;
}
.TagClassName
{
border-color: #101C4C;
}
</style>