Color Hex Logo

#063382 Color Hex

#063382
(6,51,130)
0 Favorites   0 Comments

Color spaces of #063382

RGB 651130
HSL0.610.910.27
HSV218°95°51°
CMYK 0.950.610.00   0.49
XYZ5.28824.018121.6159
Yxy4.01810.17100.1299
Hunter Lab20.045212.0117-49.9042
CIE-Lab23.731219.6246-48.1702

#063382 color RGB value is (6,51,130).

#063382 hex color red value is 6, green value is 51 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #063382 hue: 0.61 , saturation: 0.91 and the lightness value of 063382 is 0.27.

The process color (four color CMYK) of #063382 color hex is 0.95, 0.61, 0.00, 0.49. Web safe color of #063382 is #003399. Color #063382 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 00110011 10000010
Octal 6 63 202
Decimal 6 51 130
Hex 6 33 82

RGB Percentages of Color #063382

%3.21
%27.27
%69.52

CMYK Percentages of Color #063382

%95
%61
%0
%49

Triadic Colors of #063382

#063382 #820633 #338206

Analogous Colors of #063382

#063382 #170682 #067182

Monochromatic Colors of #063382

#063382

Complementary Color

#063382 #825506

#063382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#063382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#063382 Color CSS Codes

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

#063382 Text Font Color

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

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


#063382 Background Color

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

This div background color is #063382


#063382 Border Color

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

This div border color is #063382


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,51,130, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #063382; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #063382;
  -webkit-box-shadow: 1px 1px 3px 2px #063382;
  box-shadow:         1px 1px 3px 2px #063382; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,51,130, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #063382


Comments

No comments written yet.

Please login to write comment.