Shades of Midnight Express #14254C
Tints of Midnight Express #14254C
RGB
CMYK
RGB Variations
Color information
#14254C (or 0x14254C) is known color: Midnight Express. HEX triplet: 14, 25 and 4C. RGB value is (20,37,76). Sum of RGB (Red+Green+Blue) = 20+37+76=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 76 (30.08% from 255 or 57.14% from 133); Max value from RGB is 76 - color contains mainly: blue. Hex color #14254C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14254C is #EBDAB3. Grayscale: #242424. Windows color (decimal): -15456948 or 4990228. OLE color: 4990228.
HSL color Cylindrical-coordinate representation of color #14254C: hue angle of 221.79º 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 #14254C is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 37 | 76 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.70 |
| HSL | 221.79º | 0.58% | 0.19% | - |
| HSV(B) | 221.79º | 0.74% | 0.3% | - |
| XYZ | 2.25 | 1.99 | 7.1 | - |
| YUV | 36.36 | 150.37 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 76 | 0.74 | 0.51 | 0 | 0.70 | 221.79 | 0.58 | 0.19 |
| Hex | 14 | 25 | 4C | 4A | 33 | 0 | 46 | DE | 3A | 13 |
| Octal | 24 | 45 | 114 | 112 | 63 | 0 | 106 | 336 | 72 | 23 |
| Binary | 10100 | 100101 | 1001100 | 1001010 | 110011 | 0 | 1000110 | 11011110 | 111010 | 10011 |
Color Harmonies of #14254C
Complementary color
Monochromatic Colors of #14254C
Black with #14254C
Text Example
Text Example
White with #14254C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14254C; }
p { color: rgb(20,37,76); }
H1.HeaderClassName
{
color: #14254C;
}
.AnyTagClassName
{
color: #14254C;
}
</style>
background-color css
<style>
a { background-color: #14254C; }
a { background-color: rgb(20,37,76); }
div.DivClassName
{
background-color: #14254C;
}
.BgClassName
{
background-color: #14254C;
}
</style>
border-color css
<style>
span { border-color: #14254C; }
span { border-color: rgb(20,37,76); }
td.TdClassName
{
border-color: #14254C;
}
.TagClassName
{
border-color: #14254C;
}
</style>