Color Hex Logo

#14296d Color Hex

#14296D
(20,41,109)
0 Favorites   0 Comments

Color spaces of #14296d

RGB 2041109
HSL0.630.690.25
HSV226°82°43°
CMYK 0.820.620.00   0.57
XYZ3.84172.838714.8134
Yxy2.83870.17870.1321
Hunter Lab16.848411.2159-40.3347
CIE-Lab19.386019.0668-41.8533

#14296d color RGB value is (20,41,109).

#14296d hex color red value is 20, green value is 41 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #14296d hue: 0.63 , saturation: 0.69 and the lightness value of 14296d is 0.25.

The process color (four color CMYK) of #14296d color hex is 0.82, 0.62, 0.00, 0.57. Web safe color of #14296d is #003366. Color #14296d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 01101101
Octal 24 51 155
Decimal 20 41 109
Hex 14 29 6D

RGB Percentages of Color #14296d

%11.76
%24.12
%64.12

CMYK Percentages of Color #14296d

%82
%62
%0
%57

Triadic Colors of #14296d

#14296d #6d1429 #296d14

Analogous Colors of #14296d

#14296d #2c146d #14566d

Monochromatic Colors of #14296d

#14296d

Complementary Color

#14296d #6d5814

#14296d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14296d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14296d Color CSS Codes

.mybgcolor {background-color:#14296d; } 
.myforecolor {color:#14296d; }
.mybordercolor {border:3px solid #14296d; }

#14296d Text Font Color

<p style="color:#14296d">Text here</p>

This sample text font color is #14296d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#14296d Background Color

<div style="background-color:#14296d">
Div content here</div>

This div background color is #14296d


#14296d Border Color

<div style="border:3px solid #14296d">
Div here</div>

This div border color is #14296d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,41,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14296d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14296d;
  -webkit-box-shadow: 1px 1px 3px 2px #14296d;
  box-shadow:         1px 1px 3px 2px #14296d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,41,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #14296d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #14296d;
  -webkit-box-shadow: 1px 1px 3px 2px #14296d;
  box-shadow:         1px 1px 3px 2px #14296d;">
Div content here</div>

This div box has shadow with color #14296d


Comments

No comments written yet.

Please login to write comment.