#14294F

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

Shades of Midnight #14294F

Tints of Midnight #14294F

Color information

#14294F (or 0x14294F) is unknown color: approx Midnight. HEX triplet: 14, 29 and 4F. RGB value is (20,41,79). Sum of RGB (Red+Green+Blue) = 20+41+79=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 79 (31.25% from 255 or 56.43% from 140); Max value from RGB is 79 - color contains mainly: blue. Hex color #14294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14294F is #EBD6B0. Grayscale: #262626. Windows color (decimal): -15455921 or 5187860. OLE color: 5187860.

HSL color Cylindrical-coordinate representation of color #14294F: hue angle of 218.64º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14294F is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB204179-
CMYK0.750.4800.69
HSL218.64º59.6%19.41%-
HSV(B)218.64º74.68%30.98%-
XYZ2.492.37.71-
YUV39.05150.54114.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 79 (31.25% from 255) = 56.43%
R=14.29%
G=29.29%
B=56.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2041790.750.4800.69218.6459.619.41
Hex14294F4B30045db3c13
Octal24511171136001053337423
Binary1010010100110011111001011110000010001011101101111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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