Shades of Midnight Express #10144F
Tints of Midnight Express #10144F
RGB
CMYK
RGB Variations
Color information
#10144F (or 0x10144F) is known color: Midnight Express. HEX triplet: 10, 14 and 4F. RGB value is (16,20,79). Sum of RGB (Red+Green+Blue) = 16+20+79=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 79 (31.25% from 255 or 68.70% from 115); Max value from RGB is 79 - color contains mainly: blue. Hex color #10144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10144F is #EFEBB0. Grayscale: #191919. Windows color (decimal): -15723441 or 5182480. OLE color: 5182480.
HSL color Cylindrical-coordinate representation of color #10144F: hue angle of 236.19º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10144F is Cyan = 0.80, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 20 | 79 | - |
| CMYK | 0.80 | 0.75 | 0 | 0.69 |
| HSL | 236.19º | 0.66% | 0.19% | - |
| HSV(B) | 236.19º | 0.8% | 0.31% | - |
| XYZ | 1.88 | 1.17 | 7.53 | - |
| YUV | 25.53 | 158.17 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 20 | 79 | 0.80 | 0.75 | 0 | 0.69 | 236.19 | 0.66 | 0.19 |
| Hex | 10 | 14 | 4F | 50 | 4B | 0 | 45 | EC | 42 | 13 |
| Octal | 20 | 24 | 117 | 120 | 113 | 0 | 105 | 354 | 102 | 23 |
| Binary | 10000 | 10100 | 1001111 | 1010000 | 1001011 | 0 | 1000101 | 11101100 | 1000010 | 10011 |
Color Harmonies of #10144F
Complementary color
Monochromatic Colors of #10144F
Black with #10144F
Text Example
Text Example
White with #10144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10144F; }
p { color: rgb(16,20,79); }
H1.HeaderClassName
{
color: #10144F;
}
.AnyTagClassName
{
color: #10144F;
}
</style>
background-color css
<style>
a { background-color: #10144F; }
a { background-color: rgb(16,20,79); }
div.DivClassName
{
background-color: #10144F;
}
.BgClassName
{
background-color: #10144F;
}
</style>
border-color css
<style>
span { border-color: #10144F; }
span { border-color: rgb(16,20,79); }
td.TdClassName
{
border-color: #10144F;
}
.TagClassName
{
border-color: #10144F;
}
</style>