Color Hex Logo

#065a78 Color Hex

#065A78
(6,90,120)
0 Favorites   0 Comments

Color spaces of #065a78

RGB 690120
HSL0.540.900.25
HSV196°95°47°
CMYK 0.950.250.00   0.53
XYZ7.12148.707119.0746
Yxy8.70710.20400.2495
Hunter Lab29.5078-8.5595-17.6711
CIE-Lab35.4141-10.8247-23.2631

#065a78 color RGB value is (6,90,120).

#065a78 hex color red value is 6, green value is 90 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #065a78 hue: 0.54 , saturation: 0.90 and the lightness value of 065a78 is 0.25.

The process color (four color CMYK) of #065a78 color hex is 0.95, 0.25, 0.00, 0.53. Web safe color of #065a78 is #006666. Color #065a78 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01011010 01111000
Octal 6 132 170
Decimal 6 90 120
Hex 6 5A 78

RGB Percentages of Color #065a78

%2.78
%41.67
%55.56

CMYK Percentages of Color #065a78

%95
%25
%0
%53

Triadic Colors of #065a78

#065a78 #78065a #5a7806

Analogous Colors of #065a78

#065a78 #062178 #06785d

Monochromatic Colors of #065a78

#065a78

Complementary Color

#065a78 #782406

#065a78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#065a78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#065a78 Color CSS Codes

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

#065a78 Text Font Color

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

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


#065a78 Background Color

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

This div background color is #065a78


#065a78 Border Color

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

This div border color is #065a78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #065a78


Comments

No comments written yet.

Please login to write comment.