Color Hex Logo

#141941 Color Hex

#141941
(20,25,65)
0 Favorites   0 Comments

Color spaces of #141941

RGB 202565
HSL0.650.530.17
HSV233°69°25°
CMYK 0.690.620.00   0.75
XYZ1.59031.22565.1538
Yxy1.22560.19950.1538
Hunter Lab11.07076.2678-19.8521
CIE-Lab10.744912.6045-26.2349

#141941 color RGB value is (20,25,65).

#141941 hex color red value is 20, green value is 25 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #141941 hue: 0.65 , saturation: 0.53 and the lightness value of 141941 is 0.17.

The process color (four color CMYK) of #141941 color hex is 0.69, 0.62, 0.00, 0.75. Web safe color of #141941 is #000033. Color #141941 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00011001 01000001
Octal 24 31 101
Decimal 20 25 65
Hex 14 19 41

RGB Percentages of Color #141941

%18.18
%22.73
%59.09

CMYK Percentages of Color #141941

%69
%62
%0
%75

Triadic Colors of #141941

#141941 #411419 #194114

Analogous Colors of #141941

#141941 #261441 #143041

Monochromatic Colors of #141941

#141941

Complementary Color

#141941 #413c14

#141941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#141941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#141941 Color CSS Codes

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

#141941 Text Font Color

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

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


#141941 Background Color

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

This div background color is #141941


#141941 Border Color

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

This div border color is #141941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #141941


Comments

No comments written yet.

Please login to write comment.