Color Hex Logo

#14337a Color Hex

#14337A
(20,51,122)
0 Favorites   0 Comments

Color spaces of #14337a

RGB 2051122
HSL0.620.720.28
HSV222°84°48°
CMYK 0.840.580.00   0.52
XYZ4.98523.921518.9065
Yxy3.92150.17920.1410
Hunter Lab19.802810.2812-42.7446
CIE-Lab23.410217.2906-43.6298

#14337a color RGB value is (20,51,122).

#14337a hex color red value is 20, green value is 51 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #14337a hue: 0.62 , saturation: 0.72 and the lightness value of 14337a is 0.28.

The process color (four color CMYK) of #14337a color hex is 0.84, 0.58, 0.00, 0.52. Web safe color of #14337a is #003366. Color #14337a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110011 01111010
Octal 24 63 172
Decimal 20 51 122
Hex 14 33 7A

RGB Percentages of Color #14337a

%10.36
%26.42
%63.21

CMYK Percentages of Color #14337a

%84
%58
%0
%52

Triadic Colors of #14337a

#14337a #7a1433 #337a14

Analogous Colors of #14337a

#14337a #28147a #14667a

Monochromatic Colors of #14337a

#14337a

Complementary Color

#14337a #7a5b14

#14337a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14337a Color Preview on White Background

Lorem ipsum dolor sit amet.

#14337a Color CSS Codes

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

#14337a Text Font Color

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

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


#14337a Background Color

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

This div background color is #14337a


#14337a Border Color

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

This div border color is #14337a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14337a


Comments

No comments written yet.

Please login to write comment.