Color Hex Logo

#144696 Color Hex

#144696
(20,70,150)
0 Favorites   0 Comments

Color spaces of #144696

RGB 2070150
HSL0.600.760.33
HSV217°87°59°
CMYK 0.870.530.00   0.41
XYZ7.98376.731029.7326
Yxy6.73100.17960.1514
Hunter Lab25.94429.5268-49.7867
CIE-Lab31.186515.5836-48.3980

#144696 color RGB value is (20,70,150).

#144696 hex color red value is 20, green value is 70 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #144696 hue: 0.60 , saturation: 0.76 and the lightness value of 144696 is 0.33.

The process color (four color CMYK) of #144696 color hex is 0.87, 0.53, 0.00, 0.41. Web safe color of #144696 is #003399. Color #144696 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000110 10010110
Octal 24 106 226
Decimal 20 70 150
Hex 14 46 96

RGB Percentages of Color #144696

%8.33
%29.17
%62.50

CMYK Percentages of Color #144696

%87
%53
%0
%41

Triadic Colors of #144696

#144696 #961446 #469614

Analogous Colors of #144696

#144696 #231496 #148796

Monochromatic Colors of #144696

#144696

Complementary Color

#144696 #966414

#144696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144696 Color CSS Codes

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

#144696 Text Font Color

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

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


#144696 Background Color

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

This div background color is #144696


#144696 Border Color

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

This div border color is #144696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144696


Comments

No comments written yet.

Please login to write comment.