COLOR #0967A9

HEX: #0967A9
RGB: (9,103,169)

Color info

#0967A9 contains mainly blue color. Web safe color of #0967A9 is #006699 (or #069).

RGB color model

#0967A9 color RGB value is (9,103,169).

  • red value is 9;
  • green value is 103;
  • blue value is 169.
RGB:
(9,103,169)
(4%,40%,66%)

RGB channels and saturation

R 9 of 255 = 4%
G 103 of 255 = 40%
B 169 of 255 = 66%

9
103
169

R + G + B ~ 37%. #0967A9 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 103 + 169 = 281 (100%)
R 9 of 281 ~ 3.2%
G 103 of 281 ~ 36.65%
B 169 of 281 ~ 60.14%

%36.65
%60.14

CMYK color model

#0967A9 color CMYK value is (95,39,0,34).

  • cyan value is 94.67%
  • magenta value is 39.05%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(95,39,0,34)
C95M39Y0K34 
(95%,39%,0%,34%)
(0.95/0.39/0.00/0.34)	

CMYK percentages

%94.67
%39.05
%0
%33.73

Codes

Color #0967A9 in popluar color models

0967A9
RGB9103169
HSL205°89.89%34.90%
HSB/HSV205°94.67%66.27%
CMYK94.67%39.05%0.00%
33.73%

Color #0967A9 in popluar number systems.

HEX0967A9
Decimal9103169
Binary1001110011110101001
Octal11147251

Shades and tints

Shades of #0967A9

#0967A9
(9,103,169)
#095E9A
(9,94,154)
#09558B
(9,85,139)
#094C7C
(9,76,124)
#09436D
(9,67,109)
#093A5E
(9,58,94)
#09314F
(9,49,79)
#092840
(9,40,64)
#091F31
(9,31,49)
#091622
(9,22,34)
#090D13
(9,13,19)
#000000
(0,0,0)

Tints of #0967A9

#0967A9
(9,103,169)
#1F74B0
(31,116,176)
#3581B7
(53,129,183)
#4B8EBE
(75,142,190)
#619BC5
(97,155,197)
#77A8CC
(119,168,204)
#8DB5D3
(141,181,211)
#A3C2DA
(163,194,218)
#B9CFE1
(185,207,225)
#CFDCE8
(207,220,232)
#E5E9EF
(229,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0967A9 color. Also use rgb(9,103,169) instead hex code.

Text Font Color

.myTextColor { color: #0967A9; }

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

This text font color is #0967A9.


Background Color

.myBgColor { background-color: #0967A9; }

<div style="background-color:#0967A9">Inner text</div>

This div background color is #0967A9.


Border color

.myBorderColor { border: 1px solid #0967A9; }

<div style="border:3px solid #0967A9">Div</div>

This div border color is #0967A9.


Opacity

.myOpacity80 { color: #0967A9; opacity: 0.8; }

<p style="color:#0967A9;opacity:0.8;">80%</p>

Text with #0967A9 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 #0967A9;}

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

This text has shadow with #0967A9 color.

.textShadow {text-shadow: 3px 3px 1px #0967A9, 3px 3px 1px red;}

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

This text has shadow with #0967A9 primary color and red secondary color.


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

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

This text has shadow with #0967A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0967A9 on black background.


Color preview on white background

This text has color #0967A9 on white background.



Black color preview on #0967A9 background

This text has black color on #0967A9 background.


White color preview on #0967A9 background

This text has white color on #0967A9 background.