Color Hex Logo

#141eaf Color Hex

#141EAF
(20,30,175)
0 Favorites   0 Comments

Color spaces of #141eaf

RGB 2030175
HSL0.660.790.38
HSV236°89°69°
CMYK 0.890.830.00   0.31
XYZ8.49064.172440.9153
Yxy4.17240.15850.0779
Hunter Lab20.426538.4502-104.4626
CIE-Lab24.233450.0935-74.9561

#141eaf color RGB value is (20,30,175).

#141eaf hex color red value is 20, green value is 30 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #141eaf hue: 0.66 , saturation: 0.79 and the lightness value of 141eaf is 0.38.

The process color (four color CMYK) of #141eaf color hex is 0.89, 0.83, 0.00, 0.31. Web safe color of #141eaf is #003399. Color #141eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011110 10101111
Octal 24 36 257
Decimal 20 30 175
Hex 14 1E AF

RGB Percentages of Color #141eaf

%8.89
%13.33
%77.78

CMYK Percentages of Color #141eaf

%89
%83
%0
%31

Triadic Colors of #141eaf

#141eaf #af141e #1eaf14

Analogous Colors of #141eaf

#141eaf #5714af #146caf

Monochromatic Colors of #141eaf

#141eaf

Complementary Color

#141eaf #afa514

#141eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#141eaf Color CSS Codes

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

#141eaf Text Font Color

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

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


#141eaf Background Color

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

This div background color is #141eaf


#141eaf Border Color

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

This div border color is #141eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,30,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #141eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #141eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #141eaf;
  box-shadow:         1px 1px 3px 2px #141eaf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141eaf


Comments

No comments written yet.

Please login to write comment.