Color Hex Logo

#141981 Color Hex

#141981
(20,25,129)
0 Favorites   0 Comments

Color spaces of #141981

RGB 2025129
HSL0.660.730.29
HSV237°84°51°
CMYK 0.840.810.00   0.49
XYZ4.59862.429020.9953
Yxy2.42900.16410.0867
Hunter Lab15.585225.3942-68.9614
CIE-Lab17.594437.3898-57.6235

#141981 color RGB value is (20,25,129).

#141981 hex color red value is 20, green value is 25 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #141981 hue: 0.66 , saturation: 0.73 and the lightness value of 141981 is 0.29.

The process color (four color CMYK) of #141981 color hex is 0.84, 0.81, 0.00, 0.49. Web safe color of #141981 is #000099. Color #141981 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011001 10000001
Octal 24 31 201
Decimal 20 25 129
Hex 14 19 81

RGB Percentages of Color #141981

%11.49
%14.37
%74.14

CMYK Percentages of Color #141981

%84
%81
%0
%49

Triadic Colors of #141981

#141981 #811419 #198114

Analogous Colors of #141981

#141981 #461481 #145081

Monochromatic Colors of #141981

#141981

Complementary Color

#141981 #817c14

#141981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141981 Color CSS Codes

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

#141981 Text Font Color

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

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


#141981 Background Color

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

This div background color is #141981


#141981 Border Color

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

This div border color is #141981


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141981


Comments

No comments written yet.

Please login to write comment.