Color Hex Logo

#144485 Color Hex

#144485
(20,68,133)
0 Favorites   0 Comments

Color spaces of #144485

RGB 2068133
HSL0.600.740.30
HSV215°85°52°
CMYK 0.850.490.00   0.48
XYZ6.58935.976422.9966
Yxy5.97640.18530.1681
Hunter Lab24.44675.3308-38.6605
CIE-Lab29.35289.9151-40.9108

#144485 color RGB value is (20,68,133).

#144485 hex color red value is 20, green value is 68 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #144485 hue: 0.60 , saturation: 0.74 and the lightness value of 144485 is 0.30.

The process color (four color CMYK) of #144485 color hex is 0.85, 0.49, 0.00, 0.48. Web safe color of #144485 is #003399. Color #144485 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000100 10000101
Octal 24 104 205
Decimal 20 68 133
Hex 14 44 85

RGB Percentages of Color #144485

%9.05
%30.77
%60.18

CMYK Percentages of Color #144485

%85
%49
%0
%48

Triadic Colors of #144485

#144485 #851444 #448514

Analogous Colors of #144485

#144485 #1d1485 #147d85

Monochromatic Colors of #144485

#144485

Complementary Color

#144485 #855514

#144485 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144485 Color Preview on White Background

Lorem ipsum dolor sit amet.

#144485 Color CSS Codes

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

#144485 Text Font Color

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

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


#144485 Background Color

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

This div background color is #144485


#144485 Border Color

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

This div border color is #144485


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144485


Comments

No comments written yet.

Please login to write comment.