Color Hex Logo

#1d139b Color Hex

#1D139B
(29,19,155)
0 Favorites   0 Comments

Color spaces of #1d139b

RGB 2919155
HSL0.680.780.34
HSV244°88°61°
CMYK 0.810.880.00   0.39
XYZ6.65603.093531.2566
Yxy3.09350.16230.0754
Hunter Lab17.588336.7706-93.0536
CIE-Lab20.414549.1331-69.1505

#1d139b color RGB value is (29,19,155).

#1d139b hex color red value is 29, green value is 19 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #1d139b hue: 0.68 , saturation: 0.78 and the lightness value of 1d139b is 0.34.

The process color (four color CMYK) of #1d139b color hex is 0.81, 0.88, 0.00, 0.39. Web safe color of #1d139b is #330099. Color #1d139b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00010011 10011011
Octal 35 23 233
Decimal 29 19 155
Hex 1D 13 9B

RGB Percentages of Color #1d139b

%14.29
%9.36
%76.35

CMYK Percentages of Color #1d139b

%81
%88
%0
%39

Triadic Colors of #1d139b

#1d139b #9b1d13 #139b1d

Analogous Colors of #1d139b

#1d139b #61139b #134d9b

Monochromatic Colors of #1d139b

#1d139b

Complementary Color

#1d139b #919b13

#1d139b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d139b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d139b Color CSS Codes

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

#1d139b Text Font Color

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

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


#1d139b Background Color

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

This div background color is #1d139b


#1d139b Border Color

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

This div border color is #1d139b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d139b


Comments

No comments written yet.

Please login to write comment.