Color Hex Logo

#1d288e Color Hex

#1D288E
(29,40,142)
0 Favorites   0 Comments

Color spaces of #1d288e

RGB 2940142
HSL0.650.660.34
HSV234°80°56°
CMYK 0.800.720.00   0.44
XYZ6.14803.731825.9875
Yxy3.73180.17140.1040
Hunter Lab19.317923.0022-66.2378
CIE-Lab22.764233.6227-57.2251

#1d288e color RGB value is (29,40,142).

#1d288e hex color red value is 29, green value is 40 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #1d288e hue: 0.65 , saturation: 0.66 and the lightness value of 1d288e is 0.34.

The process color (four color CMYK) of #1d288e color hex is 0.80, 0.72, 0.00, 0.44. Web safe color of #1d288e is #333399. Color #1d288e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00101000 10001110
Octal 35 50 216
Decimal 29 40 142
Hex 1D 28 8E

RGB Percentages of Color #1d288e

%13.74
%18.96
%67.30

CMYK Percentages of Color #1d288e

%80
%72
%0
%44

Triadic Colors of #1d288e

#1d288e #8e1d28 #288e1d

Analogous Colors of #1d288e

#1d288e #4a1d8e #1d618e

Monochromatic Colors of #1d288e

#1d288e

Complementary Color

#1d288e #8e831d

#1d288e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d288e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d288e Color CSS Codes

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

#1d288e Text Font Color

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

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


#1d288e Background Color

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

This div background color is #1d288e


#1d288e Border Color

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

This div border color is #1d288e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d288e


Comments

No comments written yet.

Please login to write comment.