Color Hex Logo

#1d436a Color Hex

#1D436A
(29,67,106)
0 Favorites   0 Comments

Color spaces of #1d436a

RGB 2967106
HSL0.580.570.26
HSV210°73°42°
CMYK 0.730.370.00   0.58
XYZ5.11545.316114.3922
Yxy5.31610.20610.2142
Hunter Lab23.0567-0.7468-20.8697
CIE-Lab27.61700.7733-26.6775

#1d436a color RGB value is (29,67,106).

#1d436a hex color red value is 29, green value is 67 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #1d436a hue: 0.58 , saturation: 0.57 and the lightness value of 1d436a is 0.26.

The process color (four color CMYK) of #1d436a color hex is 0.73, 0.37, 0.00, 0.58. Web safe color of #1d436a is #333366. Color #1d436a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000011 01101010
Octal 35 103 152
Decimal 29 67 106
Hex 1D 43 6A

RGB Percentages of Color #1d436a

%14.36
%33.17
%52.48

CMYK Percentages of Color #1d436a

%73
%37
%0
%58

Triadic Colors of #1d436a

#1d436a #6a1d43 #436a1d

Analogous Colors of #1d436a

#1d436a #1e1d6a #1d6a6a

Monochromatic Colors of #1d436a

#1d436a

Complementary Color

#1d436a #6a441d

#1d436a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d436a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d436a Color CSS Codes

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

#1d436a Text Font Color

<p style="color:#1d436a">Text here</p>

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


#1d436a Background Color

<div style="background-color:#1d436a">
Div content here</div>

This div background color is #1d436a


#1d436a Border Color

<div style="border:3px solid #1d436a">
Div here</div>

This div border color is #1d436a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,67,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d436a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d436a;
  -webkit-box-shadow: 1px 1px 3px 2px #1d436a;
  box-shadow:         1px 1px 3px 2px #1d436a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,67,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d436a


Comments

No comments written yet.

Please login to write comment.