Color Hex Logo

#1d124d Color Hex

#1D124D
(29,18,77)
0 Favorites   0 Comments

Color spaces of #1d124d

RGB 291877
HSL0.700.620.19
HSV251°77°30°
CMYK 0.620.770.00   0.70
XYZ2.06261.22967.1498
Yxy1.22960.19750.1178
Hunter Lab11.088713.7973-30.4669
CIE-Lab10.774024.0590-34.5258

#1d124d color RGB value is (29,18,77).

#1d124d hex color red value is 29, green value is 18 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #1d124d hue: 0.70 , saturation: 0.62 and the lightness value of 1d124d is 0.19.

The process color (four color CMYK) of #1d124d color hex is 0.62, 0.77, 0.00, 0.70. Web safe color of #1d124d is #330066. Color #1d124d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00010010 01001101
Octal 35 22 115
Decimal 29 18 77
Hex 1D 12 4D

RGB Percentages of Color #1d124d

%23.39
%14.52
%62.10

CMYK Percentages of Color #1d124d

%62
%77
%0
%70

Triadic Colors of #1d124d

#1d124d #4d1d12 #124d1d

Analogous Colors of #1d124d

#1d124d #3b124d #12254d

Monochromatic Colors of #1d124d

#1d124d

Complementary Color

#1d124d #424d12

#1d124d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d124d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d124d Color CSS Codes

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

#1d124d Text Font Color

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

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


#1d124d Background Color

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

This div background color is #1d124d


#1d124d Border Color

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

This div border color is #1d124d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d124d


Comments

No comments written yet.

Please login to write comment.