Color Hex Logo

#142581 Color Hex

#142581
(20,37,129)
0 Favorites   0 Comments

Color spaces of #142581

RGB 2037129
HSL0.640.730.29
HSV231°84°51°
CMYK 0.840.710.00   0.49
XYZ4.91253.056821.1000
Yxy3.05680.16900.1052
Hunter Lab17.483719.5577-59.3148
CIE-Lab20.270029.9119-53.2022

#142581 color RGB value is (20,37,129).

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

The process color (four color CMYK) of #142581 color hex is 0.84, 0.71, 0.00, 0.49. Web safe color of #142581 is #003399. Color #142581 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 10000001
Octal 24 45 201
Decimal 20 37 129
Hex 14 25 81

RGB Percentages of Color #142581

%10.75
%19.89
%69.35

CMYK Percentages of Color #142581

%84
%71
%0
%49

Triadic Colors of #142581

#142581 #811425 #258114

Analogous Colors of #142581

#142581 #3a1481 #145b81

Monochromatic Colors of #142581

#142581

Complementary Color

#142581 #817014

#142581 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#142581 Color Preview on White Background

Lorem ipsum dolor sit amet.

#142581 Color CSS Codes

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

#142581 Text Font Color

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

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


#142581 Background Color

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

This div background color is #142581


#142581 Border Color

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

This div border color is #142581


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,37,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 #142581">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #142581


Comments

No comments written yet.

Please login to write comment.