Shades of Midnight Express #101C4E
Tints of Midnight Express #101C4E
RGB
CMYK
RGB Variations
Color information
#101C4E (or 0x101C4E) is known color: Midnight Express. HEX triplet: 10, 1C and 4E. RGB value is (16,28,78). Sum of RGB (Red+Green+Blue) = 16+28+78=122 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.11% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #101C4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101C4E is #EFE3B1. Grayscale: #1D1D1D. Windows color (decimal): -15721394 or 5118992. OLE color: 5118992.
HSL color Cylindrical-coordinate representation of color #101C4E: hue angle of 228.39º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #101C4E is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 28 | 78 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.69 |
| HSL | 228.39º | 0.66% | 0.18% | - |
| HSV(B) | 228.39º | 0.79% | 0.31% | - |
| XYZ | 2 | 1.49 | 7.39 | - |
| YUV | 30.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 28 | 78 | 0.79 | 0.64 | 0 | 0.69 | 228.39 | 0.66 | 0.18 |
| Hex | 10 | 1C | 4E | 4F | 40 | 0 | 45 | E4 | 42 | 12 |
| Octal | 20 | 34 | 116 | 117 | 100 | 0 | 105 | 344 | 102 | 22 |
| Binary | 10000 | 11100 | 1001110 | 1001111 | 1000000 | 0 | 1000101 | 11100100 | 1000010 | 10010 |
Color Harmonies of #101C4E
Complementary color
Monochromatic Colors of #101C4E
Black with #101C4E
Text Example
Text Example
White with #101C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101C4E; }
p { color: rgb(16,28,78); }
H1.HeaderClassName
{
color: #101C4E;
}
.AnyTagClassName
{
color: #101C4E;
}
</style>
background-color css
<style>
a { background-color: #101C4E; }
a { background-color: rgb(16,28,78); }
div.DivClassName
{
background-color: #101C4E;
}
.BgClassName
{
background-color: #101C4E;
}
</style>
border-color css
<style>
span { border-color: #101C4E; }
span { border-color: rgb(16,28,78); }
td.TdClassName
{
border-color: #101C4E;
}
.TagClassName
{
border-color: #101C4E;
}
</style>