Color Hex Logo

#001ddb Color Hex

#001DDB
(0,29,219)
0 Favorites   0 Comments

Color spaces of #001ddb

RGB 029219
HSL0.641.000.43
HSV232°100°86°
CMYK 1.000.870.00   0.14
XYZ13.22555.993267.4776
Yxy5.99320.15250.0691
Hunter Lab24.481053.5902-146.2857
CIE-Lab29.395363.4269-92.2475

#001ddb color RGB value is (0,29,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011101 11011011
Octal 0 35 333
Decimal 0 29 219
Hex 0 1D DB

RGB Percentages of Color #001ddb

%0.00
%11.69
%88.31

CMYK Percentages of Color #001ddb

%100
%87
%0
%14

Triadic Colors of #001ddb

#001ddb #db001d #1ddb00

Analogous Colors of #001ddb

#001ddb #5000db #008bdb

Monochromatic Colors of #001ddb

#001ddb

Complementary Color

#001ddb #dbbe00

#001ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#001ddb Color CSS Codes

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

#001ddb Text Font Color

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

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


#001ddb Background Color

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

This div background color is #001ddb


#001ddb Border Color

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

This div border color is #001ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001ddb


Comments

No comments written yet.

Please login to write comment.