COLOR #0961B8

HEX: #0961B8
RGB: (9,97,184)

Color info

#0961B8 contains mainly blue color. Web safe color of #0961B8 is #0066CC (or #06C).

RGB color model

#0961B8 color RGB value is (9,97,184).

  • red value is 9;
  • green value is 97;
  • blue value is 184.
RGB:
(9,97,184)
(4%,38%,72%)

RGB channels and saturation

R 9 of 255 = 4%
G 97 of 255 = 38%
B 184 of 255 = 72%

9
97
184

R + G + B ~ 38%. #0961B8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 97 + 184 = 290 (100%)
R 9 of 290 ~ 3.1%
G 97 of 290 ~ 33.45%
B 184 of 290 ~ 63.45%

%33.45
%63.45

CMYK color model

#0961B8 color CMYK value is (95,47,0,28).

  • cyan value is 95.11%
  • magenta value is 47.28%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(95,47,0,28)
C95M47Y0K28 
(95%,47%,0%,28%)
(0.95/0.47/0.00/0.28)	

CMYK percentages

%95.11
%47.28
%0
%27.84

Codes

Color #0961B8 in popluar color models

0961B8
RGB997184
HSL210°90.67%37.84%
HSB/HSV210°95.11%72.16%
CMYK95.11%47.28%0.00%
27.84%

Color #0961B8 in popluar number systems.

HEX0961B8
Decimal997184
Binary1001110000110111000
Octal11141270

Shades and tints

Shades of #0961B8

#0961B8
(9,97,184)
#0959A8
(9,89,168)
#095198
(9,81,152)
#094988
(9,73,136)
#094178
(9,65,120)
#093968
(9,57,104)
#093158
(9,49,88)
#092948
(9,41,72)
#092138
(9,33,56)
#091928
(9,25,40)
#091118
(9,17,24)
#000000
(0,0,0)

Tints of #0961B8

#0961B8
(9,97,184)
#1F6FBE
(31,111,190)
#357DC4
(53,125,196)
#4B8BCA
(75,139,202)
#6199D0
(97,153,208)
#77A7D6
(119,167,214)
#8DB5DC
(141,181,220)
#A3C3E2
(163,195,226)
#B9D1E8
(185,209,232)
#CFDFEE
(207,223,238)
#E5EDF4
(229,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0961B8 color. Also use rgb(9,97,184) instead hex code.

Text Font Color

.myTextColor { color: #0961B8; }

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

This text font color is #0961B8.


Background Color

.myBgColor { background-color: #0961B8; }

<div style="background-color:#0961B8">Inner text</div>

This div background color is #0961B8.


Border color

.myBorderColor { border: 1px solid #0961B8; }

<div style="border:3px solid #0961B8">Div</div>

This div border color is #0961B8.


Opacity

.myOpacity80 { color: #0961B8; opacity: 0.8; }

<p style="color:#0961B8;opacity:0.8;">80%</p>

Text with #0961B8 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 #0961B8;}

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

This text has shadow with #0961B8 color.

.textShadow {text-shadow: 3px 3px 1px #0961B8, 3px 3px 1px red;}

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

This text has shadow with #0961B8 primary color and red secondary color.


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

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

This text has shadow with #0961B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0961B8 on black background.


Color preview on white background

This text has color #0961B8 on white background.



Black color preview on #0961B8 background

This text has black color on #0961B8 background.


White color preview on #0961B8 background

This text has white color on #0961B8 background.