Color Hex Logo

#1d37bd Color Hex

#1D37BD
(29,55,189)
0 Favorites   0 Comments

Color spaces of #1d37bd

RGB 2955189
HSL0.640.730.43
HSV230°85°74°
CMYK 0.850.710.00   0.26
XYZ11.05826.667748.8483
Yxy6.66770.16610.1002
Hunter Lab25.821931.2541-94.0859
CIE-Lab31.038141.3406-72.0061

#1d37bd color RGB value is (29,55,189).

#1d37bd hex color red value is 29, green value is 55 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1d37bd hue: 0.64 , saturation: 0.73 and the lightness value of 1d37bd is 0.43.

The process color (four color CMYK) of #1d37bd color hex is 0.85, 0.71, 0.00, 0.26. Web safe color of #1d37bd is #3333cc. Color #1d37bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 00110111 10111101
Octal 35 67 275
Decimal 29 55 189
Hex 1D 37 BD

RGB Percentages of Color #1d37bd

%10.62
%20.15
%69.23

CMYK Percentages of Color #1d37bd

%85
%71
%0
%26

Triadic Colors of #1d37bd

#1d37bd #bd1d37 #37bd1d

Analogous Colors of #1d37bd

#1d37bd #531dbd #1d87bd

Monochromatic Colors of #1d37bd

#1d37bd

Complementary Color

#1d37bd #bda31d

#1d37bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d37bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d37bd Color CSS Codes

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

#1d37bd Text Font Color

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

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


#1d37bd Background Color

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

This div background color is #1d37bd


#1d37bd Border Color

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

This div border color is #1d37bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d37bd


Comments

No comments written yet.

Please login to write comment.