Shades of Midnight Express #14254A
Tints of Midnight Express #14254A
RGB
CMYK
RGB Variations
Color information
#14254A (or 0x14254A) is known color: Midnight Express. HEX triplet: 14, 25 and 4A. RGB value is (20,37,74). Sum of RGB (Red+Green+Blue) = 20+37+74=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 74 (29.30% from 255 or 56.49% from 131); Max value from RGB is 74 - color contains mainly: blue. Hex color #14254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14254A is #EBDAB5. Grayscale: #232323. Windows color (decimal): -15456950 or 4859156. OLE color: 4859156.
HSL color Cylindrical-coordinate representation of color #14254A: hue angle of 221.11º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14254A is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 37 | 74 | - |
| CMYK | 0.73 | 0.50 | 0 | 0.71 |
| HSL | 221.11º | 0.57% | 0.18% | - |
| HSV(B) | 221.11º | 0.73% | 0.29% | - |
| XYZ | 2.19 | 1.97 | 6.74 | - |
| YUV | 36.14 | 149.37 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 74 | 0.73 | 0.50 | 0 | 0.71 | 221.11 | 0.57 | 0.18 |
| Hex | 14 | 25 | 4A | 49 | 32 | 0 | 47 | DD | 39 | 12 |
| Octal | 24 | 45 | 112 | 111 | 62 | 0 | 107 | 335 | 71 | 22 |
| Binary | 10100 | 100101 | 1001010 | 1001001 | 110010 | 0 | 1000111 | 11011101 | 111001 | 10010 |
Color Harmonies of #14254A
Complementary color
Monochromatic Colors of #14254A
Black with #14254A
Text Example
Text Example
White with #14254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14254A; }
p { color: rgb(20,37,74); }
H1.HeaderClassName
{
color: #14254A;
}
.AnyTagClassName
{
color: #14254A;
}
</style>
background-color css
<style>
a { background-color: #14254A; }
a { background-color: rgb(20,37,74); }
div.DivClassName
{
background-color: #14254A;
}
.BgClassName
{
background-color: #14254A;
}
</style>
border-color css
<style>
span { border-color: #14254A; }
span { border-color: rgb(20,37,74); }
td.TdClassName
{
border-color: #14254A;
}
.TagClassName
{
border-color: #14254A;
}
</style>