Color Hex Logo

#142637 Color Hex

#142637
(20,38,55)
0 Favorites   0 Comments

Color spaces of #142637

RGB 203855
HSL0.580.470.15
HSV209°64°22°
CMYK 0.640.310.00   0.78
XYZ1.67121.81083.8759
Yxy1.81080.22710.2461
Hunter Lab13.4566-1.3808-7.6577
CIE-Lab14.4613-1.2817-13.2717

#142637 color RGB value is (20,38,55).

#142637 hex color red value is 20, green value is 38 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #142637 hue: 0.58 , saturation: 0.47 and the lightness value of 142637 is 0.15.

The process color (four color CMYK) of #142637 color hex is 0.64, 0.31, 0.00, 0.78. Web safe color of #142637 is #003333. Color #142637 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100110 00110111
Octal 24 46 67
Decimal 20 38 55
Hex 14 26 37

RGB Percentages of Color #142637

%17.70
%33.63
%48.67

CMYK Percentages of Color #142637

%64
%31
%0
%78

Triadic Colors of #142637

#142637 #371426 #263714

Analogous Colors of #142637

#142637 #141537 #143737

Monochromatic Colors of #142637

#142637

Complementary Color

#142637 #372514

#142637 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142637 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142637 Color CSS Codes

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

#142637 Text Font Color

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

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


#142637 Background Color

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

This div background color is #142637


#142637 Border Color

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

This div border color is #142637


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142637


Comments

No comments written yet.

Please login to write comment.