Color Hex Logo

#14039f Color Hex

#14039F
(20,3,159)
0 Favorites   0 Comments

Color spaces of #14039f

RGB 203159
HSL0.680.960.32
HSV247°98°62°
CMYK 0.870.980.00   0.38
XYZ6.57912.717132.9786
Yxy2.71710.15560.0643
Hunter Lab16.483642.3982-107.0823
CIE-Lab18.873354.9795-74.1874

#14039f color RGB value is (20,3,159).

#14039f hex color red value is 20, green value is 3 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #14039f hue: 0.68 , saturation: 0.96 and the lightness value of 14039f is 0.32.

The process color (four color CMYK) of #14039f color hex is 0.87, 0.98, 0.00, 0.38. Web safe color of #14039f is #000099. Color #14039f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00000011 10011111
Octal 24 3 237
Decimal 20 3 159
Hex 14 3 9F

RGB Percentages of Color #14039f

%10.99
%1.65
%87.36

CMYK Percentages of Color #14039f

%87
%98
%0
%38

Triadic Colors of #14039f

#14039f #9f1403 #039f14

Analogous Colors of #14039f

#14039f #62039f #03409f

Monochromatic Colors of #14039f

#14039f

Complementary Color

#14039f #8e9f03

#14039f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14039f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14039f Color CSS Codes

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

#14039f Text Font Color

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

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


#14039f Background Color

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

This div background color is #14039f


#14039f Border Color

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

This div border color is #14039f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14039f


Comments

No comments written yet.

Please login to write comment.