Color Hex Logo

#142976 Color Hex

#142976
(20,41,118)
0 Favorites   0 Comments

Color spaces of #142976

RGB 2041118
HSL0.630.710.27
HSV227°83°46°
CMYK 0.830.650.00   0.54
XYZ4.35143.042617.4975
Yxy3.04260.17480.1222
Hunter Lab17.443114.0039-47.2649
CIE-Lab20.213722.7748-46.2974

#142976 color RGB value is (20,41,118).

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

The process color (four color CMYK) of #142976 color hex is 0.83, 0.65, 0.00, 0.54. Web safe color of #142976 is #003366. Color #142976 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101001 01110110
Octal 24 51 166
Decimal 20 41 118
Hex 14 29 76

RGB Percentages of Color #142976

%11.17
%22.91
%65.92

CMYK Percentages of Color #142976

%83
%65
%0
%54

Triadic Colors of #142976

#142976 #761429 #297614

Analogous Colors of #142976

#142976 #301476 #145a76

Monochromatic Colors of #142976

#142976

Complementary Color

#142976 #766114

#142976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142976 Color CSS Codes

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

#142976 Text Font Color

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

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


#142976 Background Color

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

This div background color is #142976


#142976 Border Color

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

This div border color is #142976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142976


Comments

No comments written yet.

Please login to write comment.