Color Hex Logo

#142994 Color Hex

#142994
(20,41,148)
0 Favorites   0 Comments

Color spaces of #142994

RGB 2041148
HSL0.640.760.33
HSV230°86°58°
CMYK 0.860.720.00   0.42
XYZ6.42673.872728.4258
Yxy3.87270.16600.1000
Hunter Lab19.679223.8548-71.8667
CIE-Lab23.246034.5339-60.1589

#142994 color RGB value is (20,41,148).

#142994 hex color red value is 20, green value is 41 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #142994 hue: 0.64 , saturation: 0.76 and the lightness value of 142994 is 0.33.

The process color (four color CMYK) of #142994 color hex is 0.86, 0.72, 0.00, 0.42. Web safe color of #142994 is #003399. Color #142994 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 10010100
Octal 24 51 224
Decimal 20 41 148
Hex 14 29 94

RGB Percentages of Color #142994

%9.57
%19.62
%70.81

CMYK Percentages of Color #142994

%86
%72
%0
%42

Triadic Colors of #142994

#142994 #941429 #299414

Analogous Colors of #142994

#142994 #3f1494 #146994

Monochromatic Colors of #142994

#142994

Complementary Color

#142994 #947f14

#142994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142994 Color CSS Codes

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

#142994 Text Font Color

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

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


#142994 Background Color

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

This div background color is #142994


#142994 Border Color

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

This div border color is #142994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142994


Comments

No comments written yet.

Please login to write comment.