COLOR #0975C3

HEX: #0975C3
RGB: (9,117,195)

Color info

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

RGB color model

#0975C3 color RGB value is (9,117,195).

  • red value is 9;
  • green value is 117;
  • blue value is 195.
RGB:
(9,117,195)
(4%,46%,76%)

RGB channels and saturation

R 9 of 255 = 4%
G 117 of 255 = 46%
B 195 of 255 = 76%

9
117
195

R + G + B ~ 42%. #0975C3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 117 + 195 = 321 (100%)
R 9 of 321 ~ 2.8%
G 117 of 321 ~ 36.45%
B 195 of 321 ~ 60.75%

%36.45
%60.75

CMYK color model

#0975C3 color CMYK value is (95,40,0,24).

  • cyan value is 95.38%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(95,40,0,24)
C95M40Y0K24 
(95%,40%,0%,24%)
(0.95/0.40/0.00/0.24)	

CMYK percentages

%95.38
%40
%0
%23.53

Codes

Color #0975C3 in popluar color models

0975C3
RGB9117195
HSL205°91.18%40.00%
HSB/HSV205°95.38%76.47%
CMYK95.38%40.00%0.00%
23.53%

Color #0975C3 in popluar number systems.

HEX0975C3
Decimal9117195
Binary1001111010111000011
Octal11165303

Shades and tints

Shades of #0975C3

#0975C3
(9,117,195)
#096BB2
(9,107,178)
#0961A1
(9,97,161)
#095790
(9,87,144)
#094D7F
(9,77,127)
#09436E
(9,67,110)
#09395D
(9,57,93)
#092F4C
(9,47,76)
#09253B
(9,37,59)
#091B2A
(9,27,42)
#091119
(9,17,25)
#000000
(0,0,0)

Tints of #0975C3

#0975C3
(9,117,195)
#1F81C8
(31,129,200)
#358DCD
(53,141,205)
#4B99D2
(75,153,210)
#61A5D7
(97,165,215)
#77B1DC
(119,177,220)
#8DBDE1
(141,189,225)
#A3C9E6
(163,201,230)
#B9D5EB
(185,213,235)
#CFE1F0
(207,225,240)
#E5EDF5
(229,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0975C3 color. Also use rgb(9,117,195) instead hex code.

Text Font Color

.myTextColor { color: #0975C3; }

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

This text font color is #0975C3.


Background Color

.myBgColor { background-color: #0975C3; }

<div style="background-color:#0975C3">Inner text</div>

This div background color is #0975C3.


Border color

.myBorderColor { border: 1px solid #0975C3; }

<div style="border:3px solid #0975C3">Div</div>

This div border color is #0975C3.


Opacity

.myOpacity80 { color: #0975C3; opacity: 0.8; }

<p style="color:#0975C3;opacity:0.8;">80%</p>

Text with #0975C3 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 #0975C3;}

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

This text has shadow with #0975C3 color.

.textShadow {text-shadow: 3px 3px 1px #0975C3, 3px 3px 1px red;}

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

This text has shadow with #0975C3 primary color and red secondary color.


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

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

This text has shadow with #0975C3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0975C3 on black background.


Color preview on white background

This text has color #0975C3 on white background.



Black color preview on #0975C3 background

This text has black color on #0975C3 background.


White color preview on #0975C3 background

This text has white color on #0975C3 background.