Color Hex Logo

#14128c Color Hex

#14128C
(20,18,140)
0 Favorites   0 Comments

Color spaces of #14128c

RGB 2018140
HSL0.670.770.31
HSV241°87°55°
CMYK 0.860.870.00   0.45
XYZ5.23842.474825.0125
Yxy2.47480.16010.0756
Hunter Lab15.731531.9082-83.2569
CIE-Lab17.804344.5707-64.2054

#14128c color RGB value is (20,18,140).

#14128c hex color red value is 20, green value is 18 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #14128c hue: 0.67 , saturation: 0.77 and the lightness value of 14128c is 0.31.

The process color (four color CMYK) of #14128c color hex is 0.86, 0.87, 0.00, 0.45. Web safe color of #14128c is #000099. Color #14128c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010010 10001100
Octal 24 22 214
Decimal 20 18 140
Hex 14 12 8C

RGB Percentages of Color #14128c

%11.24
%10.11
%78.65

CMYK Percentages of Color #14128c

%86
%87
%0
%45

Triadic Colors of #14128c

#14128c #8c1412 #128c14

Analogous Colors of #14128c

#14128c #51128c #124d8c

Monochromatic Colors of #14128c

#14128c

Complementary Color

#14128c #8a8c12

#14128c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14128c Color Preview on White Background

Lorem ipsum dolor sit amet.

#14128c Color CSS Codes

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

#14128c Text Font Color

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

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


#14128c Background Color

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

This div background color is #14128c


#14128c Border Color

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

This div border color is #14128c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,18,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14128c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14128c;
  -webkit-box-shadow: 1px 1px 3px 2px #14128c;
  box-shadow:         1px 1px 3px 2px #14128c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14128c


Comments

No comments written yet.

Please login to write comment.