Color Hex Logo

#1d44af Color Hex

#1D44AF
(29,68,175)
0 Favorites   0 Comments

Color spaces of #1d44af

RGB 2968175
HSL0.620.720.40
HSV224°83°69°
CMYK 0.830.610.00   0.31
XYZ10.31177.490641.4598
Yxy7.49060.17400.1264
Hunter Lab27.369019.3571-70.6570
CIE-Lab32.898627.7001-60.6534

#1d44af color RGB value is (29,68,175).

#1d44af hex color red value is 29, green value is 68 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1d44af hue: 0.62 , saturation: 0.72 and the lightness value of 1d44af is 0.40.

The process color (four color CMYK) of #1d44af color hex is 0.83, 0.61, 0.00, 0.31. Web safe color of #1d44af is #333399. Color #1d44af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01000100 10101111
Octal 35 104 257
Decimal 29 68 175
Hex 1D 44 AF

RGB Percentages of Color #1d44af

%10.66
%25.00
%64.34

CMYK Percentages of Color #1d44af

%83
%61
%0
%31

Triadic Colors of #1d44af

#1d44af #af1d44 #44af1d

Analogous Colors of #1d44af

#1d44af #3f1daf #1d8daf

Monochromatic Colors of #1d44af

#1d44af

Complementary Color

#1d44af #af881d

#1d44af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d44af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d44af Color CSS Codes

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

#1d44af Text Font Color

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

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


#1d44af Background Color

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

This div background color is #1d44af


#1d44af Border Color

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

This div border color is #1d44af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d44af


Comments

No comments written yet.

Please login to write comment.