Shades of Midnight Express #14264D
Tints of Midnight Express #14264D
RGB
CMYK
RGB Variations
Color information
#14264D (or 0x14264D) is known color: Midnight Express. HEX triplet: 14, 26 and 4D. RGB value is (20,38,77). Sum of RGB (Red+Green+Blue) = 20+38+77=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #14264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14264D is #EBD9B2. Grayscale: #242424. Windows color (decimal): -15456691 or 5056020. OLE color: 5056020.
HSL color Cylindrical-coordinate representation of color #14264D: hue angle of 221.05º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14264D is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 38 | 77 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.70 |
| HSL | 221.05º | 0.59% | 0.19% | - |
| HSV(B) | 221.05º | 0.74% | 0.3% | - |
| XYZ | 2.32 | 2.07 | 7.3 | - |
| YUV | 37.06 | 150.54 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 77 | 0.74 | 0.51 | 0 | 0.70 | 221.05 | 0.59 | 0.19 |
| Hex | 14 | 26 | 4D | 4A | 33 | 0 | 46 | DD | 3B | 13 |
| Octal | 24 | 46 | 115 | 112 | 63 | 0 | 106 | 335 | 73 | 23 |
| Binary | 10100 | 100110 | 1001101 | 1001010 | 110011 | 0 | 1000110 | 11011101 | 111011 | 10011 |
Color Harmonies of #14264D
Complementary color
Monochromatic Colors of #14264D
Black with #14264D
Text Example
Text Example
White with #14264D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14264D; }
p { color: rgb(20,38,77); }
H1.HeaderClassName
{
color: #14264D;
}
.AnyTagClassName
{
color: #14264D;
}
</style>
background-color css
<style>
a { background-color: #14264D; }
a { background-color: rgb(20,38,77); }
div.DivClassName
{
background-color: #14264D;
}
.BgClassName
{
background-color: #14264D;
}
</style>
border-color css
<style>
span { border-color: #14264D; }
span { border-color: rgb(20,38,77); }
td.TdClassName
{
border-color: #14264D;
}
.TagClassName
{
border-color: #14264D;
}
</style>