Color Hex Logo

#14498a Color Hex

#14498A
(20,73,138)
0 Favorites   0 Comments

Color spaces of #14498a

RGB 2073138
HSL0.590.750.31
HSV213°86°54°
CMYK 0.860.470.00   0.46
XYZ7.25856.748824.9648
Yxy6.74880.18620.1732
Hunter Lab25.97854.4114-38.7916
CIE-Lab31.22818.5627-40.9830

#14498a color RGB value is (20,73,138).

#14498a hex color red value is 20, green value is 73 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #14498a hue: 0.59 , saturation: 0.75 and the lightness value of 14498a is 0.31.

The process color (four color CMYK) of #14498a color hex is 0.86, 0.47, 0.00, 0.46. Web safe color of #14498a is #003399. Color #14498a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001001 10001010
Octal 24 111 212
Decimal 20 73 138
Hex 14 49 8A

RGB Percentages of Color #14498a

%8.66
%31.60
%59.74

CMYK Percentages of Color #14498a

%86
%47
%0
%46

Triadic Colors of #14498a

#14498a #8a1449 #498a14

Analogous Colors of #14498a

#14498a #1a148a #14848a

Monochromatic Colors of #14498a

#14498a

Complementary Color

#14498a #8a5514

#14498a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14498a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14498a Color CSS Codes

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

#14498a Text Font Color

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

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


#14498a Background Color

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

This div background color is #14498a


#14498a Border Color

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

This div border color is #14498a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,73,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14498a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14498a;
  -webkit-box-shadow: 1px 1px 3px 2px #14498a;
  box-shadow:         1px 1px 3px 2px #14498a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14498a


Comments

No comments written yet.

Please login to write comment.