Color Hex Logo

#001dbe Color Hex

#001DBE
(0,29,190)
0 Favorites   0 Comments

Color spaces of #001dbe

RGB 029190
HSL0.641.000.37
HSV231°100°75°
CMYK 1.000.850.00   0.25
XYZ9.73364.596449.0894
Yxy4.59640.15350.0725
Hunter Lab21.439243.5220-120.7489
CIE-Lab25.552554.8221-81.7155

#001dbe color RGB value is (0,29,190).

#001dbe hex color red value is 0, green value is 29 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #001dbe hue: 0.64 , saturation: 1.00 and the lightness value of 001dbe is 0.37.

The process color (four color CMYK) of #001dbe color hex is 1.00, 0.85, 0.00, 0.25. Web safe color of #001dbe is #0033cc. Color #001dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011101 10111110
Octal 0 35 276
Decimal 0 29 190
Hex 0 1D BE

RGB Percentages of Color #001dbe

%0.00
%13.24
%86.76

CMYK Percentages of Color #001dbe

%100
%85
%0
%25

Triadic Colors of #001dbe

#001dbe #be001d #1dbe00

Analogous Colors of #001dbe

#001dbe #4200be #007cbe

Monochromatic Colors of #001dbe

#001dbe

Complementary Color

#001dbe #bea100

#001dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#001dbe Color CSS Codes

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

#001dbe Text Font Color

<p style="color:#001dbe">Text here</p>

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


#001dbe Background Color

<div style="background-color:#001dbe">
Div content here</div>

This div background color is #001dbe


#001dbe Border Color

<div style="border:3px solid #001dbe">
Div here</div>

This div border color is #001dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001dbe


Comments

No comments written yet.

Please login to write comment.