Color Hex Logo

#003fac Color Hex

#003FAC
(0,63,172)
0 Favorites   0 Comments

Color spaces of #003fac

RGB 063172
HSL0.611.000.34
HSV218°100°67°
CMYK 1.000.630.00   0.33
XYZ9.22396.533639.8047
Yxy6.53360.16600.1176
Hunter Lab25.560919.6819-74.4367
CIE-Lab30.720628.3890-62.4533

#003fac color RGB value is (0,63,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111111 10101100
Octal 0 77 254
Decimal 0 63 172
Hex 0 3F AC

RGB Percentages of Color #003fac

%0.00
%26.81
%73.19

CMYK Percentages of Color #003fac

%100
%63
%0
%33

Triadic Colors of #003fac

#003fac #ac003f #3fac00

Analogous Colors of #003fac

#003fac #1700ac #0095ac

Monochromatic Colors of #003fac

#003fac

Complementary Color

#003fac #ac6d00

#003fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#003fac Color CSS Codes

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

#003fac Text Font Color

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

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


#003fac Background Color

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

This div background color is #003fac


#003fac Border Color

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

This div border color is #003fac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,63,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 #003fac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003fac


Comments

No comments written yet.

Please login to write comment.