Shades of Midnight #14284E
Tints of Midnight #14284E
RGB
CMYK
RGB Variations
Color information
#14284E (or 0x14284E) is known color: Midnight. HEX triplet: 14, 28 and 4E. RGB value is (20,40,78). Sum of RGB (Red+Green+Blue) = 20+40+78=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 40 (16.02% from 255 or 28.99% from 138); Blue value is 78 (30.86% from 255 or 56.52% from 138); Max value from RGB is 78 - color contains mainly: blue. Hex color #14284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14284E is #EBD7B1. Grayscale: #262626. Windows color (decimal): -15456178 or 5122068. OLE color: 5122068.
HSL color Cylindrical-coordinate representation of color #14284E: hue angle of 219.31º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14284E is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 40 | 78 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.69 |
| HSL | 219.31º | 0.59% | 0.19% | - |
| HSV(B) | 219.31º | 0.74% | 0.31% | - |
| XYZ | 2.42 | 2.22 | 7.51 | - |
| YUV | 38.35 | 150.37 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 78 | 0.74 | 0.49 | 0 | 0.69 | 219.31 | 0.59 | 0.19 |
| Hex | 14 | 28 | 4E | 4A | 31 | 0 | 45 | DB | 3B | 13 |
| Octal | 24 | 50 | 116 | 112 | 61 | 0 | 105 | 333 | 73 | 23 |
| Binary | 10100 | 101000 | 1001110 | 1001010 | 110001 | 0 | 1000101 | 11011011 | 111011 | 10011 |
Color Harmonies of #14284E
Complementary color
Monochromatic Colors of #14284E
Black with #14284E
Text Example
Text Example
White with #14284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14284E; }
p { color: rgb(20,40,78); }
H1.HeaderClassName
{
color: #14284E;
}
.AnyTagClassName
{
color: #14284E;
}
</style>
background-color css
<style>
a { background-color: #14284E; }
a { background-color: rgb(20,40,78); }
div.DivClassName
{
background-color: #14284E;
}
.BgClassName
{
background-color: #14284E;
}
</style>
border-color css
<style>
span { border-color: #14284E; }
span { border-color: rgb(20,40,78); }
td.TdClassName
{
border-color: #14284E;
}
.TagClassName
{
border-color: #14284E;
}
</style>