COLOR #0065A3

HEX: #0065A3
RGB: (0,101,163)

Color info

#0065A3 contains mainly blue color. Web safe color of #0065A3 is #006699 (or #069).

RGB color model

#0065A3 color RGB value is (0,101,163).

  • red value is 0;
  • green value is 101;
  • blue value is 163.
RGB:
(0,101,163)
(0%,40%,64%)

RGB channels and saturation

R 0 of 255 = 0%
G 101 of 255 = 40%
B 163 of 255 = 64%

0
101
163

R + G + B ~ 35%. #0065A3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 101 + 163 = 264 (100%)
R 0 of 264 ~ 0%
G 101 of 264 ~ 38.26%
B 163 of 264 ~ 61.74%

%38.26
%61.74

CMYK color model

#0065A3 color CMYK value is (100,38,0,36).

  • cyan value is 100.00%
  • magenta value is 38.04%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(100,38,0,36)
C100M38Y0K36 
(100%,38%,0%,36%)
(1.00/0.38/0.00/0.36)	

CMYK percentages

%100
%38.04
%0
%36.08

Codes

Color #0065A3 in popluar color models

0065A3
RGB0101163
HSL203°100.00%31.96%
HSB/HSV203°100.00%63.92%
CMYK100.00%38.04%0.00%
36.08%

Color #0065A3 in popluar number systems.

HEX0065A3
Decimal0101163
Binary0110010110100011
Octal0145243

Shades and tints

Shades of #0065A3

#0065A3
(0,101,163)
#005C95
(0,92,149)
#005387
(0,83,135)
#004A79
(0,74,121)
#00416B
(0,65,107)
#00385D
(0,56,93)
#002F4F
(0,47,79)
#002641
(0,38,65)
#001D33
(0,29,51)
#001425
(0,20,37)
#000B17
(0,11,23)
#000000
(0,0,0)

Tints of #0065A3

#0065A3
(0,101,163)
#1773AB
(23,115,171)
#2E81B3
(46,129,179)
#458FBB
(69,143,187)
#5C9DC3
(92,157,195)
#73ABCB
(115,171,203)
#8AB9D3
(138,185,211)
#A1C7DB
(161,199,219)
#B8D5E3
(184,213,227)
#CFE3EB
(207,227,235)
#E6F1F3
(230,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0065A3 color. Also use rgb(0,101,163) instead hex code.

Text Font Color

.myTextColor { color: #0065A3; }

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

This text font color is #0065A3.


Background Color

.myBgColor { background-color: #0065A3; }

<div style="background-color:#0065A3">Inner text</div>

This div background color is #0065A3.


Border color

.myBorderColor { border: 1px solid #0065A3; }

<div style="border:3px solid #0065A3">Div</div>

This div border color is #0065A3.


Opacity

.myOpacity80 { color: #0065A3; opacity: 0.8; }

<p style="color:#0065A3;opacity:0.8;">80%</p>

Text with #0065A3 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 #0065A3;}

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

This text has shadow with #0065A3 color.

.textShadow {text-shadow: 3px 3px 1px #0065A3, 3px 3px 1px red;}

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

This text has shadow with #0065A3 primary color and red secondary color.


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

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

This text has shadow with #0065A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0065A3 on black background.


Color preview on white background

This text has color #0065A3 on white background.



Black color preview on #0065A3 background

This text has black color on #0065A3 background.


White color preview on #0065A3 background

This text has white color on #0065A3 background.