Color Hex Logo

#0d1dbd Color Hex

#0D1DBD
(13,29,189)
0 Favorites   0 Comments

Color spaces of #0d1dbd

RGB 1329189
HSL0.650.870.40
HSV235°93°74°
CMYK 0.930.850.00   0.26
XYZ9.79074.638448.5234
Yxy4.63840.15550.0737
Hunter Lab21.536943.4565-118.5063
CIE-Lab25.678754.7347-80.9063

#0d1dbd color RGB value is (13,29,189).

#0d1dbd hex color red value is 13, green value is 29 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0d1dbd hue: 0.65 , saturation: 0.87 and the lightness value of 0d1dbd is 0.40.

The process color (four color CMYK) of #0d1dbd color hex is 0.93, 0.85, 0.00, 0.26. Web safe color of #0d1dbd is #0033cc. Color #0d1dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 00011101 10111101
Octal 15 35 275
Decimal 13 29 189
Hex D 1D BD

RGB Percentages of Color #0d1dbd

%5.63
%12.55
%81.82

CMYK Percentages of Color #0d1dbd

%93
%85
%0
%26

Triadic Colors of #0d1dbd

#0d1dbd #bd0d1d #1dbd0d

Analogous Colors of #0d1dbd

#0d1dbd #550dbd #0d75bd

Monochromatic Colors of #0d1dbd

#0d1dbd

Complementary Color

#0d1dbd #bdad0d

#0d1dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0d1dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0d1dbd Color CSS Codes

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

#0d1dbd Text Font Color

<p style="color:#0d1dbd">Text here</p>

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


#0d1dbd Background Color

<div style="background-color:#0d1dbd">
Div content here</div>

This div background color is #0d1dbd


#0d1dbd Border Color

<div style="border:3px solid #0d1dbd">
Div here</div>

This div border color is #0d1dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,29,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 #0d1dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0d1dbd


Comments

No comments written yet.

Please login to write comment.