Shades of Midnight Express #10144E
Tints of Midnight Express #10144E
RGB
CMYK
RGB Variations
Color information
#10144E (or 0x10144E) is known color: Midnight Express. HEX triplet: 10, 14 and 4E. RGB value is (16,20,78). Sum of RGB (Red+Green+Blue) = 16+20+78=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 20 (8.20% from 255 or 17.54% from 114); Blue value is 78 (30.86% from 255 or 68.42% from 114); Max value from RGB is 78 - color contains mainly: blue. Hex color #10144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10144E is #EFEBB1. Grayscale: #191919. Windows color (decimal): -15723442 or 5116944. OLE color: 5116944.
HSL color Cylindrical-coordinate representation of color #10144E: hue angle of 236.13º 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 #10144E is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 20 | 78 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.69 |
| HSL | 236.13º | 0.66% | 0.18% | - |
| HSV(B) | 236.13º | 0.79% | 0.31% | - |
| XYZ | 1.84 | 1.16 | 7.33 | - |
| YUV | 25.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 78 | 0.79 | 0.74 | 0 | 0.69 | 236.13 | 0.66 | 0.18 |
| Hex | 10 | 14 | 4E | 4F | 4A | 0 | 45 | EC | 42 | 12 |
| Octal | 20 | 24 | 116 | 117 | 112 | 0 | 105 | 354 | 102 | 22 |
| Binary | 10000 | 10100 | 1001110 | 1001111 | 1001010 | 0 | 1000101 | 11101100 | 1000010 | 10010 |
Color Harmonies of #10144E
Complementary color
Monochromatic Colors of #10144E
Black with #10144E
Text Example
Text Example
White with #10144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10144E; }
p { color: rgb(16,20,78); }
H1.HeaderClassName
{
color: #10144E;
}
.AnyTagClassName
{
color: #10144E;
}
</style>
background-color css
<style>
a { background-color: #10144E; }
a { background-color: rgb(16,20,78); }
div.DivClassName
{
background-color: #10144E;
}
.BgClassName
{
background-color: #10144E;
}
</style>
border-color css
<style>
span { border-color: #10144E; }
span { border-color: rgb(16,20,78); }
td.TdClassName
{
border-color: #10144E;
}
.TagClassName
{
border-color: #10144E;
}
</style>