Color Hex Logo

#1445ab Color Hex

#1445AB
(20,69,171)
0 Favorites   0 Comments

Color spaces of #1445ab

RGB 2069171
HSL0.610.790.37
HSV221°88°67°
CMYK 0.880.600.00   0.33
XYZ9.76737.345239.4311
Yxy7.34520.17270.1299
Hunter Lab27.102016.9011-67.2904
CIE-Lab32.580224.8000-58.7984

#1445ab color RGB value is (20,69,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000101 10101011
Octal 24 105 253
Decimal 20 69 171
Hex 14 45 AB

RGB Percentages of Color #1445ab

%7.69
%26.54
%65.77

CMYK Percentages of Color #1445ab

%88
%60
%0
%33

Triadic Colors of #1445ab

#1445ab #ab1445 #45ab14

Analogous Colors of #1445ab

#1445ab #2f14ab #1491ab

Monochromatic Colors of #1445ab

#1445ab

Complementary Color

#1445ab #ab7a14

#1445ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1445ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1445ab Color CSS Codes

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

#1445ab Text Font Color

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

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


#1445ab Background Color

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

This div background color is #1445ab


#1445ab Border Color

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

This div border color is #1445ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,69,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1445ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1445ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1445ab;
  box-shadow:         1px 1px 3px 2px #1445ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1445ab


Comments

No comments written yet.

Please login to write comment.