Shades of Midnight Express #10144D
Tints of Midnight Express #10144D
RGB
CMYK
RGB Variations
Color information
#10144D (or 0x10144D) is known color: Midnight Express. HEX triplet: 10, 14 and 4D. RGB value is (16,20,77). Sum of RGB (Red+Green+Blue) = 16+20+77=113 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.16% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #10144D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10144D is #EFEBB2. Grayscale: #191919. Windows color (decimal): -15723443 or 5051408. OLE color: 5051408.
HSL color Cylindrical-coordinate representation of color #10144D: hue angle of 236.07º 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 #10144D is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 20 | 77 | - |
| CMYK | 0.79 | 0.74 | 0 | 0.70 |
| HSL | 236.07º | 0.66% | 0.18% | - |
| HSV(B) | 236.07º | 0.79% | 0.3% | - |
| XYZ | 1.8 | 1.15 | 7.15 | - |
| YUV | 25.3 | 157.17 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 77 | 0.79 | 0.74 | 0 | 0.70 | 236.07 | 0.66 | 0.18 |
| Hex | 10 | 14 | 4D | 4F | 4A | 0 | 46 | EC | 42 | 12 |
| Octal | 20 | 24 | 115 | 117 | 112 | 0 | 106 | 354 | 102 | 22 |
| Binary | 10000 | 10100 | 1001101 | 1001111 | 1001010 | 0 | 1000110 | 11101100 | 1000010 | 10010 |
Color Harmonies of #10144D
Complementary color
Monochromatic Colors of #10144D
Black with #10144D
Text Example
Text Example
White with #10144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10144D; }
p { color: rgb(16,20,77); }
H1.HeaderClassName
{
color: #10144D;
}
.AnyTagClassName
{
color: #10144D;
}
</style>
background-color css
<style>
a { background-color: #10144D; }
a { background-color: rgb(16,20,77); }
div.DivClassName
{
background-color: #10144D;
}
.BgClassName
{
background-color: #10144D;
}
</style>
border-color css
<style>
span { border-color: #10144D; }
span { border-color: rgb(16,20,77); }
td.TdClassName
{
border-color: #10144D;
}
.TagClassName
{
border-color: #10144D;
}
</style>