#14294D

Color #14294D Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #14294D

Tints of Midnight #14294D

Color information

#14294D (or 0x14294D) is unknown color: approx Midnight. HEX triplet: 14, 29 and 4D. RGB value is (20,41,77). Sum of RGB (Red+Green+Blue) = 20+41+77=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 77 (30.47% from 255 or 55.80% from 138); Max value from RGB is 77 - color contains mainly: blue. Hex color #14294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14294D is #EBD6B2. Grayscale: #262626. Windows color (decimal): -15455923 or 5056788. OLE color: 5056788.

HSL color Cylindrical-coordinate representation of color #14294D: hue angle of 217.89º degrees, saturation: 0.59, 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 #14294D is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB204177-
CMYK0.740.4700.70
HSL217.89º58.76%19.02%-
HSV(B)217.89º74.03%30.2%-
XYZ2.422.277.33-
YUV38.83149.54114.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 77 (30.47% from 255) = 55.80%
R=14.49%
G=29.71%
B=55.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2041770.740.4700.70217.8958.7619.02
Hex14294D4A2F046da3b13
Octal24511151125701063327323
Binary1010010100110011011001010101111010001101101101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14294D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14294D; }

 p { color: rgb(20,41,77); }

 H1.HeaderClassName
 {
   color: #14294D;
 }
 .AnyTagClassName
 {
   color: #14294D;
 }
</style>
background-color css

<style>
 a { background-color: #14294D; }

 a { background-color: rgb(20,41,77); }

 div.DivClassName
 {
   background-color: #14294D;
 }
 .BgClassName
 {
   background-color: #14294D;
 }
</style>
border-color css

<style>
 span { border-color: #14294D; }

 span { border-color: rgb(20,41,77); }

 td.TdClassName
 {
   border-color: #14294D;
 }
 .TagClassName
 {
   border-color: #14294D;
 }
</style>