Color Hex Logo

#142969 Color Hex

#142969
(20,41,105)
0 Favorites   0 Comments

Color spaces of #142969

RGB 2041105
HSL0.630.680.25
HSV225°81°41°
CMYK 0.810.610.00   0.59
XYZ3.63122.754513.7049
Yxy2.75450.18070.1371
Hunter Lab16.596710.0099-37.3417
CIE-Lab19.032617.3969-39.8300

#142969 color RGB value is (20,41,105).

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

The process color (four color CMYK) of #142969 color hex is 0.81, 0.61, 0.00, 0.59. Web safe color of #142969 is #003366. Color #142969 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 01101001
Octal 24 51 151
Decimal 20 41 105
Hex 14 29 69

RGB Percentages of Color #142969

%12.05
%24.70
%63.25

CMYK Percentages of Color #142969

%81
%61
%0
%59

Triadic Colors of #142969

#142969 #691429 #296914

Analogous Colors of #142969

#142969 #291469 #145469

Monochromatic Colors of #142969

#142969

Complementary Color

#142969 #695414

#142969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142969 Color CSS Codes

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

#142969 Text Font Color

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

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


#142969 Background Color

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

This div background color is #142969


#142969 Border Color

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

This div border color is #142969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142969


Comments

No comments written yet.

Please login to write comment.