Color Hex Logo

#1d5979 Color Hex

#1D5979
(29,89,121)
0 Favorites   0 Comments

Color spaces of #1d5979

RGB 2989121
HSL0.560.610.29
HSV201°76°47°
CMYK 0.760.260.00   0.53
XYZ7.53038.786419.3882
Yxy8.78640.21090.2461
Hunter Lab29.6419-6.5266-18.0312
CIE-Lab35.5697-7.5360-23.6048

#1d5979 color RGB value is (29,89,121).

#1d5979 hex color red value is 29, green value is 89 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #1d5979 hue: 0.56 , saturation: 0.61 and the lightness value of 1d5979 is 0.29.

The process color (four color CMYK) of #1d5979 color hex is 0.76, 0.26, 0.00, 0.53. Web safe color of #1d5979 is #336666. Color #1d5979 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01011001 01111001
Octal 35 131 171
Decimal 29 89 121
Hex 1D 59 79

RGB Percentages of Color #1d5979

%12.13
%37.24
%50.63

CMYK Percentages of Color #1d5979

%76
%26
%0
%53

Triadic Colors of #1d5979

#1d5979 #791d59 #59791d

Analogous Colors of #1d5979

#1d5979 #1d2b79 #1d796b

Monochromatic Colors of #1d5979

#1d5979

Complementary Color

#1d5979 #793d1d

#1d5979 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d5979 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d5979 Color CSS Codes

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

#1d5979 Text Font Color

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

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


#1d5979 Background Color

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

This div background color is #1d5979


#1d5979 Border Color

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

This div border color is #1d5979


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d5979


Comments

No comments written yet.

Please login to write comment.