Shades of Midnight Express #14274C
Tints of Midnight Express #14274C
RGB
CMYK
RGB Variations
Color information
#14274C (or 0x14274C) is known color: Midnight Express. HEX triplet: 14, 27 and 4C. RGB value is (20,39,76). Sum of RGB (Red+Green+Blue) = 20+39+76=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 76 (30.08% from 255 or 56.30% from 135); Max value from RGB is 76 - color contains mainly: blue. Hex color #14274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14274C is #EBD8B3. Grayscale: #252525. Windows color (decimal): -15456436 or 4990740. OLE color: 4990740.
HSL color Cylindrical-coordinate representation of color #14274C: hue angle of 219.64º degrees, saturation: 0.58, 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 #14274C is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 39 | 76 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.70 |
| HSL | 219.64º | 0.58% | 0.19% | - |
| HSV(B) | 219.64º | 0.74% | 0.3% | - |
| XYZ | 2.32 | 2.12 | 7.12 | - |
| YUV | 37.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 76 | 0.74 | 0.49 | 0 | 0.70 | 219.64 | 0.58 | 0.19 |
| Hex | 14 | 27 | 4C | 4A | 31 | 0 | 46 | DC | 3A | 13 |
| Octal | 24 | 47 | 114 | 112 | 61 | 0 | 106 | 334 | 72 | 23 |
| Binary | 10100 | 100111 | 1001100 | 1001010 | 110001 | 0 | 1000110 | 11011100 | 111010 | 10011 |
Color Harmonies of #14274C
Complementary color
Monochromatic Colors of #14274C
Black with #14274C
Text Example
Text Example
White with #14274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14274C; }
p { color: rgb(20,39,76); }
H1.HeaderClassName
{
color: #14274C;
}
.AnyTagClassName
{
color: #14274C;
}
</style>
background-color css
<style>
a { background-color: #14274C; }
a { background-color: rgb(20,39,76); }
div.DivClassName
{
background-color: #14274C;
}
.BgClassName
{
background-color: #14274C;
}
</style>
border-color css
<style>
span { border-color: #14274C; }
span { border-color: rgb(20,39,76); }
td.TdClassName
{
border-color: #14274C;
}
.TagClassName
{
border-color: #14274C;
}
</style>