Shades of Midnight Express #14224C
Tints of Midnight Express #14224C
RGB
CMYK
RGB Variations
Color information
#14224C (or 0x14224C) is known color: Midnight Express. HEX triplet: 14, 22 and 4C. RGB value is (20,34,76). Sum of RGB (Red+Green+Blue) = 20+34+76=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #14224C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14224C is #EBDDB3. Grayscale: #222222. Windows color (decimal): -15457716 or 4989460. OLE color: 4989460.
HSL color Cylindrical-coordinate representation of color #14224C: hue angle of 225º 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 #14224C is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 34 | 76 | - |
| CMYK | 0.74 | 0.55 | 0 | 0.70 |
| HSL | 225º | 0.58% | 0.19% | - |
| HSV(B) | 225º | 0.74% | 0.3% | - |
| XYZ | 2.17 | 1.81 | 7.07 | - |
| YUV | 34.6 | 151.36 | 117.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 76 | 0.74 | 0.55 | 0 | 0.70 | 225 | 0.58 | 0.19 |
| Hex | 14 | 22 | 4C | 4A | 37 | 0 | 46 | E1 | 3A | 13 |
| Octal | 24 | 42 | 114 | 112 | 67 | 0 | 106 | 341 | 72 | 23 |
| Binary | 10100 | 100010 | 1001100 | 1001010 | 110111 | 0 | 1000110 | 11100001 | 111010 | 10011 |
Color Harmonies of #14224C
Complementary color
Monochromatic Colors of #14224C
Black with #14224C
Text Example
Text Example
White with #14224C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14224C; }
p { color: rgb(20,34,76); }
H1.HeaderClassName
{
color: #14224C;
}
.AnyTagClassName
{
color: #14224C;
}
</style>
background-color css
<style>
a { background-color: #14224C; }
a { background-color: rgb(20,34,76); }
div.DivClassName
{
background-color: #14224C;
}
.BgClassName
{
background-color: #14224C;
}
</style>
border-color css
<style>
span { border-color: #14224C; }
span { border-color: rgb(20,34,76); }
td.TdClassName
{
border-color: #14224C;
}
.TagClassName
{
border-color: #14224C;
}
</style>