COLOR #065FA3

HEX: #065FA3
RGB: (6,95,163)

Color info

#065FA3 contains mainly blue color. Web safe color of #065FA3 is #006699 (or #069).

RGB color model

#065FA3 color RGB value is (6,95,163).

  • red value is 6;
  • green value is 95;
  • blue value is 163.
RGB:
(6,95,163)
(2%,37%,64%)

RGB channels and saturation

R 6 of 255 = 2%
G 95 of 255 = 37%
B 163 of 255 = 64%

6
95
163

R + G + B ~ 34%. #065FA3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
6 + 95 + 163 = 264 (100%)
R 6 of 264 ~ 2.27%
G 95 of 264 ~ 35.98%
B 163 of 264 ~ 61.74%

%35.98
%61.74

CMYK color model

#065FA3 color CMYK value is (96,42,0,36).

  • cyan value is 96.32%
  • magenta value is 41.72%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(96,42,0,36)
C96M42Y0K36 
(96%,42%,0%,36%)
(0.96/0.42/0.00/0.36)	

CMYK percentages

%96.32
%41.72
%0
%36.08

Codes

Color #065FA3 in popluar color models

065FA3
RGB695163
HSL206°92.90%33.14%
HSB/HSV206°96.32%63.92%
CMYK96.32%41.72%0.00%
36.08%

Color #065FA3 in popluar number systems.

HEX065FA3
Decimal695163
Binary110101111110100011
Octal6137243

Shades and tints

Shades of #065FA3

#065FA3
(6,95,163)
#065795
(6,87,149)
#064F87
(6,79,135)
#064779
(6,71,121)
#063F6B
(6,63,107)
#06375D
(6,55,93)
#062F4F
(6,47,79)
#062741
(6,39,65)
#061F33
(6,31,51)
#061725
(6,23,37)
#060F17
(6,15,23)
#000000
(0,0,0)

Tints of #065FA3

#065FA3
(6,95,163)
#1C6DAB
(28,109,171)
#327BB3
(50,123,179)
#4889BB
(72,137,187)
#5E97C3
(94,151,195)
#74A5CB
(116,165,203)
#8AB3D3
(138,179,211)
#A0C1DB
(160,193,219)
#B6CFE3
(182,207,227)
#CCDDEB
(204,221,235)
#E2EBF3
(226,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #065FA3 color. Also use rgb(6,95,163) instead hex code.

Text Font Color

.myTextColor { color: #065FA3; }

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

This text font color is #065FA3.


Background Color

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

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

This div background color is #065FA3.


Border color

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

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

This div border color is #065FA3.


Opacity

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

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

Text with #065FA3 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 #065FA3;}

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

This text has shadow with #065FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #065FA3 on black background.


Color preview on white background

This text has color #065FA3 on white background.



Black color preview on #065FA3 background

This text has black color on #065FA3 background.


White color preview on #065FA3 background

This text has white color on #065FA3 background.