COLOR #065A7D

HEX: #065A7D RGB: (6,90,125)

Color info

#065A7D contains mainly green and blue colors. Web safe color of #065A7D is #006666 (or #066).

RGB color model

#065A7D color RGB value is (6,90,125).

RGB: (6,90,125) (2%, 35%, 49%)

RGB channels and saturation

R 6 of 255 = 2%
G 90 of 255 = 35%
B 125 of 255 = 49%

6
90
125

R + G + B ~ 29%. #065A7D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 6 + 90 + 125 = 221 (100%)
R 6 of 221 ~ 2.71%
G 90 of 221 ~ 40.72%
B 125 of 221 ~ 56.56'%

%40.72
%56.56

CMYK color model

#065A7D color CMYK value is (95,28,0,51).

  • cyan value is 95.20%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (95,28,0,51)
C95M28Y0K51 (95%, 28%, 0%, 51%)
(0.95 / 0.28 / 0.00 / 0.51)

CMYK percentages

%95.2
%28
%0
%50.98

Codes

Color #065A7D in popluar color models

06 5A 7D
RGB 6 90 125
HSL 198° 90.84% 25.69%
HSB/HSV 198° 95.20% 49.02%
CMYK 95.20% 28.00% 0.00%
50.98%

Color #065A7D in popluar number systems.

HEX 06 5A 7D
Decimal 6 90 125
Binary 110 1011010 1111101
Octal 6 132 175

Shades and tints

Shades of #065A7D

#065A7D
(6,90,125)
#065272
(6,82,114)
#064A67
(6,74,103)
#06425C
(6,66,92)
#063A51
(6,58,81)
#063246
(6,50,70)
#062A3B
(6,42,59)
#062230
(6,34,48)
#061A25
(6,26,37)
#06121A
(6,18,26)
#060A0F
(6,10,15)
#000000
(0,0,0)

Tints of #065A7D

#065A7D
(6,90,125)
#1C6988
(28,105,136)
#327893
(50,120,147)
#48879E
(72,135,158)
#5E96A9
(94,150,169)
#74A5B4
(116,165,180)
#8AB4BF
(138,180,191)
#A0C3CA
(160,195,202)
#B6D2D5
(182,210,213)
#CCE1E0
(204,225,224)
#E2F0EB
(226,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065A7D color. Also use rgb(6,90,125) instead hex code.

Text Font Color

.myTextColor { color: #065A7D; }

<p style="color:#065A7D">This sample text font color is #065A7D.</p>

This text font color is #065A7D.

Background Color

.myBgColor { background-color: #065A7D; }

<div style="background-color:#065A7D">Inner text</div>

This div background color is #065A7D.

Border color

.myBorderColor { border: 1px solid #065A7D; }

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

This div border color is #065A7D.

Opacity

.myOpacity80 { color: #065A7D; opacity: 0.8; }

<p style="color:#065A7D;opacity:0.8;">80%</p>

Text with #065A7D color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #065A7D;}

<p style="text-shadow: 3px 3px 1px #065A7D">Text here.</p>

This text has shadow with #065A7D color.


.textShadow {text-shadow: 3px 3px 1px #065A7D', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #065A7D, 5px 5px 20px red">Text here.</p>

This text has shadow with #065A7D primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#065A7D, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#065A7D, Direction=45, Strength=4)">Text</p>

This text has shadow with #065A7D and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #065A7D;
-webkit-box-shadow: 1px 1px 3px 2px #065A7D;
box-shadow: 1px 1px 3px 2px #065A7D;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #065A7D; -webkit-box-shadow: 1px 1px 3px 2px #065A7D; box-shadow:1px 1px 3px 2px #065A7D;">
Div content here
</div>

This div box has shadow with color #065A7D.

Preview

Color preview on black background

This text has color #065A7D on black background.


Color preview on white background

This text has color #065A7D on white background.


Black color preview on #065A7D background

This text has black color on #065A7D background.


White color preview on #065A7D background

This text has white color on #065A7D background.


Related colors

Complementary color

Complementary color for #hex is #F9A582.


I love getcolorcode.com

Triadic colors

1 #7D065A and #5A7D06 with #065A7D are triadic colors.

2 #7D5A06 and #5A067D with #065A7D are triadic colors.