Color Hex Logo

#003aad Color Hex

#003AAD
(0,58,173)
0 Favorites   0 Comments

Color spaces of #003aad

RGB 058173
HSL0.611.000.34
HSV220°100°68°
CMYK 1.000.660.00   0.32
XYZ9.05596.043240.2243
Yxy6.04320.16370.1092
Hunter Lab24.582922.7360-79.8064
CIE-Lab29.521232.1555-65.0221

#003aad color RGB value is (0,58,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111010 10101101
Octal 0 72 255
Decimal 0 58 173
Hex 0 3A AD

RGB Percentages of Color #003aad

%0.00
%25.11
%74.89

CMYK Percentages of Color #003aad

%100
%66
%0
%32

Triadic Colors of #003aad

#003aad #ad003a #3aad00

Analogous Colors of #003aad

#003aad #1c00ad #0091ad

Monochromatic Colors of #003aad

#003aad

Complementary Color

#003aad #ad7300

#003aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#003aad Color CSS Codes

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

#003aad Text Font Color

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

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


#003aad Background Color

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

This div background color is #003aad


#003aad Border Color

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

This div border color is #003aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003aad


Comments

No comments written yet.

Please login to write comment.