COLOR #0960B3

HEX: #0960B3
RGB: (9,96,179)

Color info

#0960B3 contains mainly blue color. Web safe color of #0960B3 is #006699 (or #069).

RGB color model

#0960B3 color RGB value is (9,96,179).

  • red value is 9;
  • green value is 96;
  • blue value is 179.
RGB:
(9,96,179)
(4%,38%,70%)

RGB channels and saturation

R 9 of 255 = 4%
G 96 of 255 = 38%
B 179 of 255 = 70%

9
96
179

R + G + B ~ 37%. #0960B3 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 96 + 179 = 284 (100%)
R 9 of 284 ~ 3.17%
G 96 of 284 ~ 33.8%
B 179 of 284 ~ 63.03%

%33.8
%63.03

CMYK color model

#0960B3 color CMYK value is (95,46,0,30).

  • cyan value is 94.97%
  • magenta value is 46.37%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(95,46,0,30)
C95M46Y0K30 
(95%,46%,0%,30%)
(0.95/0.46/0.00/0.30)	

CMYK percentages

%94.97
%46.37
%0
%29.8

Codes

Color #0960B3 in popluar color models

0960B3
RGB996179
HSL209°90.43%36.86%
HSB/HSV209°94.97%70.20%
CMYK94.97%46.37%0.00%
29.80%

Color #0960B3 in popluar number systems.

HEX0960B3
Decimal996179
Binary1001110000010110011
Octal11140263

Shades and tints

Shades of #0960B3

#0960B3
(9,96,179)
#0958A3
(9,88,163)
#095093
(9,80,147)
#094883
(9,72,131)
#094073
(9,64,115)
#093863
(9,56,99)
#093053
(9,48,83)
#092843
(9,40,67)
#092033
(9,32,51)
#091823
(9,24,35)
#091013
(9,16,19)
#000000
(0,0,0)

Tints of #0960B3

#0960B3
(9,96,179)
#1F6EB9
(31,110,185)
#357CBF
(53,124,191)
#4B8AC5
(75,138,197)
#6198CB
(97,152,203)
#77A6D1
(119,166,209)
#8DB4D7
(141,180,215)
#A3C2DD
(163,194,221)
#B9D0E3
(185,208,227)
#CFDEE9
(207,222,233)
#E5ECEF
(229,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0960B3 color. Also use rgb(9,96,179) instead hex code.

Text Font Color

.myTextColor { color: #0960B3; }

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

This text font color is #0960B3.


Background Color

.myBgColor { background-color: #0960B3; }

<div style="background-color:#0960B3">Inner text</div>

This div background color is #0960B3.


Border color

.myBorderColor { border: 1px solid #0960B3; }

<div style="border:3px solid #0960B3">Div</div>

This div border color is #0960B3.


Opacity

.myOpacity80 { color: #0960B3; opacity: 0.8; }

<p style="color:#0960B3;opacity:0.8;">80%</p>

Text with #0960B3 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 #0960B3;}

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

This text has shadow with #0960B3 color.

.textShadow {text-shadow: 3px 3px 1px #0960B3, 3px 3px 1px red;}

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

This text has shadow with #0960B3 primary color and red secondary color.


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

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

This text has shadow with #0960B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0960B3 on black background.


Color preview on white background

This text has color #0960B3 on white background.



Black color preview on #0960B3 background

This text has black color on #0960B3 background.


White color preview on #0960B3 background

This text has white color on #0960B3 background.