Shades of Midnight #14243C
Tints of Midnight #14243C
RGB
CMYK
RGB Variations
Color information
#14243C (or 0x14243C) is known color: Midnight. HEX triplet: 14, 24 and 3C. RGB value is (20,36,60). Sum of RGB (Red+Green+Blue) = 20+36+60=116 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.24% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #14243C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14243C is #EBDBC3. Grayscale: #212121. Windows color (decimal): -15457220 or 3941396. OLE color: 3941396.
HSL color Cylindrical-coordinate representation of color #14243C: hue angle of 216º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14243C is Cyan = 0.67, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 20 | 36 | 60 | - |
| CMYK | 0.67 | 0.40 | 0 | 0.76 |
| HSL | 216º | 0.5% | 0.16% | - |
| HSV(B) | 216º | 0.67% | 0.24% | - |
| XYZ | 1.73 | 1.74 | 4.52 | - |
| YUV | 33.95 | 142.7 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 60 | 0.67 | 0.40 | 0 | 0.76 | 216 | 0.5 | 0.16 |
| Hex | 14 | 24 | 3C | 43 | 28 | 0 | 4C | D8 | 32 | 10 |
| Octal | 24 | 44 | 74 | 103 | 50 | 0 | 114 | 330 | 62 | 20 |
| Binary | 10100 | 100100 | 111100 | 1000011 | 101000 | 0 | 1001100 | 11011000 | 110010 | 10000 |
Color Harmonies of #14243C
Complementary color
Monochromatic Colors of #14243C
Black with #14243C
Text Example
Text Example
White with #14243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14243C; }
p { color: rgb(20,36,60); }
H1.HeaderClassName
{
color: #14243C;
}
.AnyTagClassName
{
color: #14243C;
}
</style>
background-color css
<style>
a { background-color: #14243C; }
a { background-color: rgb(20,36,60); }
div.DivClassName
{
background-color: #14243C;
}
.BgClassName
{
background-color: #14243C;
}
</style>
border-color css
<style>
span { border-color: #14243C; }
span { border-color: rgb(20,36,60); }
td.TdClassName
{
border-color: #14243C;
}
.TagClassName
{
border-color: #14243C;
}
</style>