Color Hex Logo

#142949 Color Hex

#142949
(20,41,73)
0 Favorites   0 Comments

Color spaces of #142949

RGB 204173
HSL0.600.570.18
HSV216°73°29°
CMYK 0.730.440.00   0.71
XYZ2.28402.21566.6106
Yxy2.21560.20560.1994
Hunter Lab14.88491.3412-15.9121
CIE-Lab16.58033.8531-22.4333

#142949 color RGB value is (20,41,73).

#142949 hex color red value is 20, green value is 41 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #142949 hue: 0.60 , saturation: 0.57 and the lightness value of 142949 is 0.18.

The process color (four color CMYK) of #142949 color hex is 0.73, 0.44, 0.00, 0.71. Web safe color of #142949 is #003333. Color #142949 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 01001001
Octal 24 51 111
Decimal 20 41 73
Hex 14 29 49

RGB Percentages of Color #142949

%14.93
%30.60
%54.48

CMYK Percentages of Color #142949

%73
%44
%0
%71

Triadic Colors of #142949

#142949 #491429 #294914

Analogous Colors of #142949

#142949 #191449 #144449

Monochromatic Colors of #142949

#142949

Complementary Color

#142949 #493414

#142949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142949 Color CSS Codes

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

#142949 Text Font Color

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

This sample text font color is #142949
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.


#142949 Background Color

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

This div background color is #142949


#142949 Border Color

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

This div border color is #142949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142949


Comments

No comments written yet.

Please login to write comment.