Color Hex Logo

#001dc3 Color Hex

#001DC3
(0,29,195)
0 Favorites   0 Comments

Color spaces of #001dc3

RGB 029195
HSL0.641.000.38
HSV231°100°76°
CMYK 1.000.850.00   0.24
XYZ10.28974.818952.0176
Yxy4.81890.15330.0718
Hunter Lab21.952045.2535-125.1276
CIE-Lab26.212556.3502-83.5683

#001dc3 color RGB value is (0,29,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00011101 11000011
Octal 0 35 303
Decimal 0 29 195
Hex 0 1D C3

RGB Percentages of Color #001dc3

%0.00
%12.95
%87.05

CMYK Percentages of Color #001dc3

%100
%85
%0
%24

Triadic Colors of #001dc3

#001dc3 #c3001d #1dc300

Analogous Colors of #001dc3

#001dc3 #4500c3 #007fc3

Monochromatic Colors of #001dc3

#001dc3

Complementary Color

#001dc3 #c3a600

#001dc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#001dc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#001dc3 Color CSS Codes

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

#001dc3 Text Font Color

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

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


#001dc3 Background Color

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

This div background color is #001dc3


#001dc3 Border Color

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

This div border color is #001dc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #001dc3


Comments

No comments written yet.

Please login to write comment.