Shades of Midnight #14284C
Tints of Midnight #14284C
RGB
CMYK
RGB Variations
Color information
#14284C (or 0x14284C) is known color: Midnight. HEX triplet: 14, 28 and 4C. RGB value is (20,40,76). Sum of RGB (Red+Green+Blue) = 20+40+76=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #14284C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14284C is #EBD7B3. Grayscale: #252525. Windows color (decimal): -15456180 or 4990996. OLE color: 4990996.
HSL color Cylindrical-coordinate representation of color #14284C: hue angle of 218.57º 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 #14284C is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 40 | 76 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.70 |
| HSL | 218.57º | 0.58% | 0.19% | - |
| HSV(B) | 218.57º | 0.74% | 0.3% | - |
| XYZ | 2.35 | 2.19 | 7.14 | - |
| YUV | 38.12 | 149.37 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 76 | 0.74 | 0.47 | 0 | 0.70 | 218.57 | 0.58 | 0.19 |
| Hex | 14 | 28 | 4C | 4A | 2F | 0 | 46 | DB | 3A | 13 |
| Octal | 24 | 50 | 114 | 112 | 57 | 0 | 106 | 333 | 72 | 23 |
| Binary | 10100 | 101000 | 1001100 | 1001010 | 101111 | 0 | 1000110 | 11011011 | 111010 | 10011 |
Color Harmonies of #14284C
Complementary color
Monochromatic Colors of #14284C
Black with #14284C
Text Example
Text Example
White with #14284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14284C; }
p { color: rgb(20,40,76); }
H1.HeaderClassName
{
color: #14284C;
}
.AnyTagClassName
{
color: #14284C;
}
</style>
background-color css
<style>
a { background-color: #14284C; }
a { background-color: rgb(20,40,76); }
div.DivClassName
{
background-color: #14284C;
}
.BgClassName
{
background-color: #14284C;
}
</style>
border-color css
<style>
span { border-color: #14284C; }
span { border-color: rgb(20,40,76); }
td.TdClassName
{
border-color: #14284C;
}
.TagClassName
{
border-color: #14284C;
}
</style>