Color Hex Logo

#142446 Color Hex

#142446
(20,36,70)
0 Favorites   0 Comments

Color spaces of #142446

RGB 203670
HSL0.610.560.18
HSV221°71°27°
CMYK 0.710.490.00   0.73
XYZ2.02491.85276.0452
Yxy1.85270.20410.1867
Hunter Lab13.61142.7346-16.8044
CIE-Lab14.69446.3055-23.3766

#142446 color RGB value is (20,36,70).

#142446 hex color red value is 20, green value is 36 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #142446 hue: 0.61 , saturation: 0.56 and the lightness value of 142446 is 0.18.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100100 01000110
Octal 24 44 106
Decimal 20 36 70
Hex 14 24 46

RGB Percentages of Color #142446

%15.87
%28.57
%55.56

CMYK Percentages of Color #142446

%71
%49
%0
%73

Triadic Colors of #142446

#142446 #461424 #244614

Analogous Colors of #142446

#142446 #1d1446 #143d46

Monochromatic Colors of #142446

#142446

Complementary Color

#142446 #463614

#142446 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142446 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142446 Color CSS Codes

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

#142446 Text Font Color

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

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


#142446 Background Color

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

This div background color is #142446


#142446 Border Color

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

This div border color is #142446


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142446


Comments

No comments written yet.

Please login to write comment.