Color Hex Logo

#1444aa Color Hex

#1444AA
(20,68,170)
0 Favorites   0 Comments

Color spaces of #1444aa

RGB 2068170
HSL0.610.790.37
HSV221°88°67°
CMYK 0.880.600.00   0.33
XYZ9.61137.185238.9105
Yxy7.18520.17250.1290
Hunter Lab26.805217.0939-67.3018
CIE-Lab32.224925.0781-58.7809

#1444aa color RGB value is (20,68,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000100 10101010
Octal 24 104 252
Decimal 20 68 170
Hex 14 44 AA

RGB Percentages of Color #1444aa

%7.75
%26.36
%65.89

CMYK Percentages of Color #1444aa

%88
%60
%0
%33

Triadic Colors of #1444aa

#1444aa #aa1444 #44aa14

Analogous Colors of #1444aa

#1444aa #2f14aa #148faa

Monochromatic Colors of #1444aa

#1444aa

Complementary Color

#1444aa #aa7a14

#1444aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1444aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1444aa Color CSS Codes

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

#1444aa Text Font Color

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

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


#1444aa Background Color

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

This div background color is #1444aa


#1444aa Border Color

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

This div border color is #1444aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1444aa


Comments

No comments written yet.

Please login to write comment.