Color Hex Logo

#003dad Color Hex

#003DAD
(0,61,173)
0 Favorites   0 Comments

Color spaces of #003dad

RGB 061173
HSL0.611.000.34
HSV219°100°68°
CMYK 1.000.650.00   0.32
XYZ9.21166.354640.2762
Yxy6.35460.16500.1138
Hunter Lab25.208321.1127-77.0838
CIE-Lab30.290030.1430-63.7582

#003dad color RGB value is (0,61,173).

#003dad hex color red value is 0, green value is 61 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #003dad hue: 0.61 , saturation: 1.00 and the lightness value of 003dad is 0.34.

The process color (four color CMYK) of #003dad color hex is 1.00, 0.65, 0.00, 0.32. Web safe color of #003dad is #003399. Color #003dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111101 10101101
Octal 0 75 255
Decimal 0 61 173
Hex 0 3D AD

RGB Percentages of Color #003dad

%0.00
%26.07
%73.93

CMYK Percentages of Color #003dad

%100
%65
%0
%32

Triadic Colors of #003dad

#003dad #ad003d #3dad00

Analogous Colors of #003dad

#003dad #1900ad #0094ad

Monochromatic Colors of #003dad

#003dad

Complementary Color

#003dad #ad7000

#003dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#003dad Color CSS Codes

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

#003dad Text Font Color

<p style="color:#003dad">Text here</p>

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


#003dad Background Color

<div style="background-color:#003dad">
Div content here</div>

This div background color is #003dad


#003dad Border Color

<div style="border:3px solid #003dad">
Div here</div>

This div border color is #003dad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,61,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #003dad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #003dad;
  -webkit-box-shadow: 1px 1px 3px 2px #003dad;
  box-shadow:         1px 1px 3px 2px #003dad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003dad


Comments

No comments written yet.

Please login to write comment.