Color Hex Logo

#144465 Color Hex

#144465
(20,68,101)
0 Favorites   0 Comments

Color spaces of #144465

RGB 2068101
HSL0.570.670.24
HSV204°80°40°
CMYK 0.800.330.00   0.60
XYZ4.70465.222613.0720
Yxy5.22260.20460.2271
Hunter Lab22.8530-3.2461-17.9170
CIE-Lab27.3598-3.3130-23.9055

#144465 color RGB value is (20,68,101).

#144465 hex color red value is 20, green value is 68 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #144465 hue: 0.57 , saturation: 0.67 and the lightness value of 144465 is 0.24.

The process color (four color CMYK) of #144465 color hex is 0.80, 0.33, 0.00, 0.60. Web safe color of #144465 is #003366. Color #144465 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000100 01100101
Octal 24 104 145
Decimal 20 68 101
Hex 14 44 65

RGB Percentages of Color #144465

%10.58
%35.98
%53.44

CMYK Percentages of Color #144465

%80
%33
%0
%60

Triadic Colors of #144465

#144465 #651444 #446514

Analogous Colors of #144465

#144465 #141b65 #14655e

Monochromatic Colors of #144465

#144465

Complementary Color

#144465 #653514

#144465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144465 Color CSS Codes

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

#144465 Text Font Color

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

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


#144465 Background Color

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

This div background color is #144465


#144465 Border Color

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

This div border color is #144465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144465


Comments

No comments written yet.

Please login to write comment.