Color Hex Logo

#1514aa Color Hex

#1514AA
(21,20,170)
0 Favorites   0 Comments

Color spaces of #1514aa

RGB 2120170
HSL0.670.790.37
HSV240°88°67°
CMYK 0.880.880.00   0.33
XYZ7.81513.562038.3058
Yxy3.56200.15730.0717
Hunter Lab18.873340.8856-107.1257
CIE-Lab22.167152.9079-75.3828

#1514aa color RGB value is (21,20,170).

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

The process color (four color CMYK) of #1514aa color hex is 0.88, 0.88, 0.00, 0.33. Web safe color of #1514aa is #000099. Color #1514aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00010100 10101010
Octal 25 24 252
Decimal 21 20 170
Hex 15 14 AA

RGB Percentages of Color #1514aa

%9.95
%9.48
%80.57

CMYK Percentages of Color #1514aa

%88
%88
%0
%33

Triadic Colors of #1514aa

#1514aa #aa1514 #14aa15

Analogous Colors of #1514aa

#1514aa #6014aa #145eaa

Monochromatic Colors of #1514aa

#1514aa

Complementary Color

#1514aa #a9aa14

#1514aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1514aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1514aa Color CSS Codes

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

#1514aa Text Font Color

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

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


#1514aa Background Color

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

This div background color is #1514aa


#1514aa Border Color

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

This div border color is #1514aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1514aa


Comments

No comments written yet.

Please login to write comment.