COLOR #0067A5

HEX: #0067A5
RGB: (0,103,165)

Color info

#0067A5 contains mainly blue color. Web safe color of #0067A5 is #006699 (or #069).

RGB color model

#0067A5 color RGB value is (0,103,165).

  • red value is 0;
  • green value is 103;
  • blue value is 165.
RGB:
(0,103,165)
(0%,40%,65%)

RGB channels and saturation

R 0 of 255 = 0%
G 103 of 255 = 40%
B 165 of 255 = 65%

0
103
165

R + G + B ~ 35%. #0067A5 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 103 + 165 = 268 (100%)
R 0 of 268 ~ 0%
G 103 of 268 ~ 38.43%
B 165 of 268 ~ 61.57%

%38.43
%61.57

CMYK color model

#0067A5 color CMYK value is (100,38,0,35).

  • cyan value is 100.00%
  • magenta value is 37.58%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(100,38,0,35)
C100M38Y0K35 
(100%,38%,0%,35%)
(1.00/0.38/0.00/0.35)	

CMYK percentages

%100
%37.58
%0
%35.29

Codes

Color #0067A5 in popluar color models

0067A5
RGB0103165
HSL203°100.00%32.35%
HSB/HSV203°100.00%64.71%
CMYK100.00%37.58%0.00%
35.29%

Color #0067A5 in popluar number systems.

HEX0067A5
Decimal0103165
Binary0110011110100101
Octal0147245

Shades and tints

Shades of #0067A5

#0067A5
(0,103,165)
#005E96
(0,94,150)
#005587
(0,85,135)
#004C78
(0,76,120)
#004369
(0,67,105)
#003A5A
(0,58,90)
#00314B
(0,49,75)
#00283C
(0,40,60)
#001F2D
(0,31,45)
#00161E
(0,22,30)
#000D0F
(0,13,15)
#000000
(0,0,0)

Tints of #0067A5

#0067A5
(0,103,165)
#1774AD
(23,116,173)
#2E81B5
(46,129,181)
#458EBD
(69,142,189)
#5C9BC5
(92,155,197)
#73A8CD
(115,168,205)
#8AB5D5
(138,181,213)
#A1C2DD
(161,194,221)
#B8CFE5
(184,207,229)
#CFDCED
(207,220,237)
#E6E9F5
(230,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0067A5 color. Also use rgb(0,103,165) instead hex code.

Text Font Color

.myTextColor { color: #0067A5; }

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

This text font color is #0067A5.


Background Color

.myBgColor { background-color: #0067A5; }

<div style="background-color:#0067A5">Inner text</div>

This div background color is #0067A5.


Border color

.myBorderColor { border: 1px solid #0067A5; }

<div style="border:3px solid #0067A5">Div</div>

This div border color is #0067A5.


Opacity

.myOpacity80 { color: #0067A5; opacity: 0.8; }

<p style="color:#0067A5;opacity:0.8;">80%</p>

Text with #0067A5 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 #0067A5;}

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

This text has shadow with #0067A5 color.

.textShadow {text-shadow: 3px 3px 1px #0067A5, 3px 3px 1px red;}

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

This text has shadow with #0067A5 primary color and red secondary color.


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

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

This text has shadow with #0067A5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0067A5 on black background.


Color preview on white background

This text has color #0067A5 on white background.



Black color preview on #0067A5 background

This text has black color on #0067A5 background.


White color preview on #0067A5 background

This text has white color on #0067A5 background.