Color Hex Logo

#14356b Color Hex

#14356B
(20,53,107)
0 Favorites   0 Comments

Color spaces of #14356b

RGB 2053107
HSL0.600.690.25
HSV217°81°42°
CMYK 0.810.500.00   0.58
XYZ4.21543.756514.4128
Yxy3.75650.18830.1678
Hunter Lab19.38174.9047-30.5226
CIE-Lab22.84959.5303-34.9459

#14356b color RGB value is (20,53,107).

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

The process color (four color CMYK) of #14356b color hex is 0.81, 0.50, 0.00, 0.58. Web safe color of #14356b is #003366. Color #14356b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110101 01101011
Octal 24 65 153
Decimal 20 53 107
Hex 14 35 6B

RGB Percentages of Color #14356b

%11.11
%29.44
%59.44

CMYK Percentages of Color #14356b

%81
%50
%0
%58

Triadic Colors of #14356b

#14356b #6b1435 #356b14

Analogous Colors of #14356b

#14356b #1e146b #14616b

Monochromatic Colors of #14356b

#14356b

Complementary Color

#14356b #6b4a14

#14356b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14356b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14356b Color CSS Codes

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

#14356b Text Font Color

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

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


#14356b Background Color

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

This div background color is #14356b


#14356b Border Color

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

This div border color is #14356b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,53,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 #14356b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14356b


Comments

No comments written yet.

Please login to write comment.