Color Hex Logo

#143aaa Color Hex

#143AAA
(20,58,170)
0 Favorites   0 Comments

Color spaces of #143aaa

RGB 2058170
HSL0.620.790.37
HSV225°88°67°
CMYK 0.880.660.00   0.33
XYZ9.05726.077138.7258
Yxy6.07710.16820.1128
Hunter Lab24.651822.4413-75.8832
CIE-Lab29.606231.8002-63.0710

#143aaa color RGB value is (20,58,170).

#143aaa hex color red value is 20, green value is 58 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #143aaa hue: 0.62 , saturation: 0.79 and the lightness value of 143aaa is 0.37.

The process color (four color CMYK) of #143aaa color hex is 0.88, 0.66, 0.00, 0.33. Web safe color of #143aaa is #003399. Color #143aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00111010 10101010
Octal 24 72 252
Decimal 20 58 170
Hex 14 3A AA

RGB Percentages of Color #143aaa

%8.06
%23.39
%68.55

CMYK Percentages of Color #143aaa

%88
%66
%0
%33

Triadic Colors of #143aaa

#143aaa #aa143a #3aaa14

Analogous Colors of #143aaa

#143aaa #3914aa #1485aa

Monochromatic Colors of #143aaa

#143aaa

Complementary Color

#143aaa #aa8414

#143aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#143aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#143aaa Color CSS Codes

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

#143aaa Text Font Color

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

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


#143aaa Background Color

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

This div background color is #143aaa


#143aaa Border Color

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

This div border color is #143aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,58,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #143aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #143aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #143aaa;
  box-shadow:         1px 1px 3px 2px #143aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #143aaa


Comments

No comments written yet.

Please login to write comment.