Color Hex Logo

#003aac Color Hex

#003AAC
(0,58,172)
0 Favorites   0 Comments

Color spaces of #003aac

RGB 058172
HSL0.611.000.34
HSV220°100°67°
CMYK 1.000.660.00   0.33
XYZ8.95956.004739.7165
Yxy6.00470.16390.1098
Hunter Lab24.504522.3815-78.9432
CIE-Lab29.424331.7599-64.5827

#003aac color RGB value is (0,58,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111010 10101100
Octal 0 72 254
Decimal 0 58 172
Hex 0 3A AC

RGB Percentages of Color #003aac

%0.00
%25.22
%74.78

CMYK Percentages of Color #003aac

%100
%66
%0
%33

Triadic Colors of #003aac

#003aac #ac003a #3aac00

Analogous Colors of #003aac

#003aac #1c00ac #0090ac

Monochromatic Colors of #003aac

#003aac

Complementary Color

#003aac #ac7200

#003aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#003aac Color CSS Codes

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

#003aac Text Font Color

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

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


#003aac Background Color

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

This div background color is #003aac


#003aac Border Color

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

This div border color is #003aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003aac


Comments

No comments written yet.

Please login to write comment.