Color Hex Logo

#003dac Color Hex

#003DAC
(0,61,172)
0 Favorites   0 Comments

Color spaces of #003dac

RGB 061172
HSL0.611.000.34
HSV219°100°67°
CMYK 1.000.650.00   0.33
XYZ9.11516.316039.7684
Yxy6.31600.16510.1144
Hunter Lab25.131720.7605-76.2285
CIE-Lab30.196129.7430-63.3142

#003dac color RGB value is (0,61,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111101 10101100
Octal 0 75 254
Decimal 0 61 172
Hex 0 3D AC

RGB Percentages of Color #003dac

%0.00
%26.18
%73.82

CMYK Percentages of Color #003dac

%100
%65
%0
%33

Triadic Colors of #003dac

#003dac #ac003d #3dac00

Analogous Colors of #003dac

#003dac #1900ac #0093ac

Monochromatic Colors of #003dac

#003dac

Complementary Color

#003dac #ac6f00

#003dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#003dac Color CSS Codes

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

#003dac Text Font Color

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

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


#003dac Background Color

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

This div background color is #003dac


#003dac Border Color

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

This div border color is #003dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003dac


Comments

No comments written yet.

Please login to write comment.