Color Hex Logo

#003ea5 Color Hex

#003EA5
(0,62,165)
0 Favorites   0 Comments

Color spaces of #003ea5

RGB 062165
HSL0.601.000.32
HSV217°100°65°
CMYK 1.000.620.00   0.35
XYZ8.51426.161936.3379
Yxy6.16190.16690.1208
Hunter Lab24.823217.7839-69.4166
CIE-Lab29.817326.2318-59.7324

#003ea5 color RGB value is (0,62,165).

#003ea5 hex color red value is 0, green value is 62 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #003ea5 hue: 0.60 , saturation: 1.00 and the lightness value of 003ea5 is 0.32.

The process color (four color CMYK) of #003ea5 color hex is 1.00, 0.62, 0.00, 0.35. Web safe color of #003ea5 is #003399. Color #003ea5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00111110 10100101
Octal 0 76 245
Decimal 0 62 165
Hex 0 3E A5

RGB Percentages of Color #003ea5

%0.00
%27.31
%72.69

CMYK Percentages of Color #003ea5

%100
%62
%0
%35

Triadic Colors of #003ea5

#003ea5 #a5003e #3ea500

Analogous Colors of #003ea5

#003ea5 #1500a5 #0091a5

Monochromatic Colors of #003ea5

#003ea5

Complementary Color

#003ea5 #a56700

#003ea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#003ea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#003ea5 Color CSS Codes

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

#003ea5 Text Font Color

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

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


#003ea5 Background Color

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

This div background color is #003ea5


#003ea5 Border Color

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

This div border color is #003ea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #003ea5


Comments

No comments written yet.

Please login to write comment.