Color Hex Logo

#1d396e Color Hex

#1D396E
(29,57,110)
0 Favorites   0 Comments

Color spaces of #1d396e

RGB 2957110
HSL0.610.580.27
HSV219°74°43°
CMYK 0.740.480.00   0.57
XYZ4.78434.313315.3322
Yxy4.31330.19580.1766
Hunter Lab20.76854.7750-29.2325
CIE-Lab24.68139.2631-33.9105

#1d396e color RGB value is (29,57,110).

#1d396e hex color red value is 29, green value is 57 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #1d396e hue: 0.61 , saturation: 0.58 and the lightness value of 1d396e is 0.27.

The process color (four color CMYK) of #1d396e color hex is 0.74, 0.48, 0.00, 0.57. Web safe color of #1d396e is #333366. Color #1d396e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00111001 01101110
Octal 35 71 156
Decimal 29 57 110
Hex 1D 39 6E

RGB Percentages of Color #1d396e

%14.80
%29.08
%56.12

CMYK Percentages of Color #1d396e

%74
%48
%0
%57

Triadic Colors of #1d396e

#1d396e #6e1d39 #396e1d

Analogous Colors of #1d396e

#1d396e #2a1d6e #1d626e

Monochromatic Colors of #1d396e

#1d396e

Complementary Color

#1d396e #6e521d

#1d396e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d396e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d396e Color CSS Codes

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

#1d396e Text Font Color

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

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


#1d396e Background Color

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

This div background color is #1d396e


#1d396e Border Color

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

This div border color is #1d396e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d396e


Comments

No comments written yet.

Please login to write comment.