Shades of Midnight Express #10154D
Tints of Midnight Express #10154D
RGB
CMYK
RGB Variations
Color information
#10154D (or 0x10154D) is known color: Midnight Express. HEX triplet: 10, 15 and 4D. RGB value is (16,21,77). Sum of RGB (Red+Green+Blue) = 16+21+77=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 21 (8.59% from 255 or 18.42% from 114); Blue value is 77 (30.47% from 255 or 67.54% from 114); Max value from RGB is 77 - color contains mainly: blue. Hex color #10154D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10154D is #EFEAB2. Grayscale: #191919. Windows color (decimal): -15723187 or 5051664. OLE color: 5051664.
HSL color Cylindrical-coordinate representation of color #10154D: hue angle of 235.08º 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 #10154D is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 21 | 77 | - |
| CMYK | 0.79 | 0.73 | 0 | 0.70 |
| HSL | 235.08º | 0.66% | 0.18% | - |
| HSV(B) | 235.08º | 0.79% | 0.3% | - |
| XYZ | 1.82 | 1.18 | 7.15 | - |
| YUV | 25.89 | 156.84 | 120.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 21 | 77 | 0.79 | 0.73 | 0 | 0.70 | 235.08 | 0.66 | 0.18 |
| Hex | 10 | 15 | 4D | 4F | 49 | 0 | 46 | EB | 42 | 12 |
| Octal | 20 | 25 | 115 | 117 | 111 | 0 | 106 | 353 | 102 | 22 |
| Binary | 10000 | 10101 | 1001101 | 1001111 | 1001001 | 0 | 1000110 | 11101011 | 1000010 | 10010 |
Color Harmonies of #10154D
Complementary color
Monochromatic Colors of #10154D
Black with #10154D
Text Example
Text Example
White with #10154D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10154D; }
p { color: rgb(16,21,77); }
H1.HeaderClassName
{
color: #10154D;
}
.AnyTagClassName
{
color: #10154D;
}
</style>
background-color css
<style>
a { background-color: #10154D; }
a { background-color: rgb(16,21,77); }
div.DivClassName
{
background-color: #10154D;
}
.BgClassName
{
background-color: #10154D;
}
</style>
border-color css
<style>
span { border-color: #10154D; }
span { border-color: rgb(16,21,77); }
td.TdClassName
{
border-color: #10154D;
}
.TagClassName
{
border-color: #10154D;
}
</style>