Shades of Midnight Express #101B4D
Tints of Midnight Express #101B4D
RGB
CMYK
RGB Variations
Color information
#101B4D (or 0x101B4D) is known color: Midnight Express. HEX triplet: 10, 1B and 4D. RGB value is (16,27,77). Sum of RGB (Red+Green+Blue) = 16+27+77=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 27 (10.94% from 255 or 22.5% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #101B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #101B4D is #EFE4B2. Grayscale: #1D1D1D. Windows color (decimal): -15721651 or 5053200. OLE color: 5053200.
HSL color Cylindrical-coordinate representation of color #101B4D: hue angle of 229.18º degrees, saturation: 0.66, 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 #101B4D is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 27 | 77 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.70 |
| HSL | 229.18º | 0.66% | 0.18% | - |
| HSV(B) | 229.18º | 0.79% | 0.3% | - |
| XYZ | 1.95 | 1.43 | 7.19 | - |
| YUV | 29.41 | 154.86 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 77 | 0.79 | 0.65 | 0 | 0.70 | 229.18 | 0.66 | 0.18 |
| Hex | 10 | 1B | 4D | 4F | 41 | 0 | 46 | E5 | 42 | 12 |
| Octal | 20 | 33 | 115 | 117 | 101 | 0 | 106 | 345 | 102 | 22 |
| Binary | 10000 | 11011 | 1001101 | 1001111 | 1000001 | 0 | 1000110 | 11100101 | 1000010 | 10010 |
Color Harmonies of #101B4D
Complementary color
Monochromatic Colors of #101B4D
Black with #101B4D
Text Example
Text Example
White with #101B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B4D; }
p { color: rgb(16,27,77); }
H1.HeaderClassName
{
color: #101B4D;
}
.AnyTagClassName
{
color: #101B4D;
}
</style>
background-color css
<style>
a { background-color: #101B4D; }
a { background-color: rgb(16,27,77); }
div.DivClassName
{
background-color: #101B4D;
}
.BgClassName
{
background-color: #101B4D;
}
</style>
border-color css
<style>
span { border-color: #101B4D; }
span { border-color: rgb(16,27,77); }
td.TdClassName
{
border-color: #101B4D;
}
.TagClassName
{
border-color: #101B4D;
}
</style>