Color Hex Logo

#14126b Color Hex

#14126B
(20,18,107)
0 Favorites   0 Comments

Color spaces of #14126b

RGB 2018107
HSL0.670.710.25
HSV241°83°42°
CMYK 0.810.830.00   0.58
XYZ3.15861.642914.0605
Yxy1.64290.16750.0871
Hunter Lab12.817621.5566-56.0671
CIE-Lab13.489133.6434-50.2472

#14126b color RGB value is (20,18,107).

#14126b hex color red value is 20, green value is 18 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #14126b hue: 0.67 , saturation: 0.71 and the lightness value of 14126b is 0.25.

The process color (four color CMYK) of #14126b color hex is 0.81, 0.83, 0.00, 0.58. Web safe color of #14126b is #000066. Color #14126b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00010010 01101011
Octal 24 22 153
Decimal 20 18 107
Hex 14 12 6B

RGB Percentages of Color #14126b

%13.79
%12.41
%73.79

CMYK Percentages of Color #14126b

%81
%83
%0
%58

Triadic Colors of #14126b

#14126b #6b1412 #126b14

Analogous Colors of #14126b

#14126b #41126b #123d6b

Monochromatic Colors of #14126b

#14126b

Complementary Color

#14126b #696b12

#14126b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14126b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14126b Color CSS Codes

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

#14126b Text Font Color

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

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


#14126b Background Color

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

This div background color is #14126b


#14126b Border Color

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

This div border color is #14126b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14126b


Comments

No comments written yet.

Please login to write comment.