Color Hex Logo

#065aaa Color Hex

#065AAA
(6,90,170)
0 Favorites   0 Comments

Color spaces of #065aaa

RGB 690170
HSL0.580.930.35
HSV209°96°67°
CMYK 0.960.470.00   0.33
XYZ10.987010.253339.4302
Yxy10.25330.18110.1690
Hunter Lab32.02085.2107-50.5948
CIE-Lab38.29339.5435-48.9472

#065aaa color RGB value is (6,90,170).

#065aaa hex color red value is 6, green value is 90 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #065aaa hue: 0.58 , saturation: 0.93 and the lightness value of 065aaa is 0.35.

The process color (four color CMYK) of #065aaa color hex is 0.96, 0.47, 0.00, 0.33. Web safe color of #065aaa is #006699. Color #065aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011010 10101010
Octal 6 132 252
Decimal 6 90 170
Hex 6 5A AA

RGB Percentages of Color #065aaa

%2.26
%33.83
%63.91

CMYK Percentages of Color #065aaa

%96
%47
%0
%33

Triadic Colors of #065aaa

#065aaa #aa065a #5aaa06

Analogous Colors of #065aaa

#065aaa #0608aa #06aaa8

Monochromatic Colors of #065aaa

#065aaa

Complementary Color

#065aaa #aa5606

#065aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#065aaa Color CSS Codes

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

#065aaa Text Font Color

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

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


#065aaa Background Color

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

This div background color is #065aaa


#065aaa Border Color

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

This div border color is #065aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,90,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #065aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #065aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #065aaa;
  box-shadow:         1px 1px 3px 2px #065aaa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065aaa


Comments

No comments written yet.

Please login to write comment.