Color Hex Logo

#1d568b Color Hex

#1D568B
(29,86,139)
0 Favorites   0 Comments

Color spaces of #1d568b

RGB 2986139
HSL0.580.650.33
HSV209°79°55°
CMYK 0.790.380.00   0.45
XYZ8.49478.780925.6733
Yxy8.78090.19780.2044
Hunter Lab29.6326-0.6869-30.6253
CIE-Lab35.55901.3123-34.6631

#1d568b color RGB value is (29,86,139).

#1d568b hex color red value is 29, green value is 86 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #1d568b hue: 0.58 , saturation: 0.65 and the lightness value of 1d568b is 0.33.

The process color (four color CMYK) of #1d568b color hex is 0.79, 0.38, 0.00, 0.45. Web safe color of #1d568b is #336699. Color #1d568b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01010110 10001011
Octal 35 126 213
Decimal 29 86 139
Hex 1D 56 8B

RGB Percentages of Color #1d568b

%11.42
%33.86
%54.72

CMYK Percentages of Color #1d568b

%79
%38
%0
%45

Triadic Colors of #1d568b

#1d568b #8b1d56 #568b1d

Analogous Colors of #1d568b

#1d568b #1d1f8b #1d8b89

Monochromatic Colors of #1d568b

#1d568b

Complementary Color

#1d568b #8b521d

#1d568b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d568b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d568b Color CSS Codes

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

#1d568b Text Font Color

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

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


#1d568b Background Color

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

This div background color is #1d568b


#1d568b Border Color

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

This div border color is #1d568b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d568b

#1d568b Color Palettes


Comments

No comments written yet.

Please login to write comment.