COLOR #0955A0

HEX: #0955A0 RGB: (9,85,160)

Color info

#0955A0 contains mainly blue color. Web safe color of #0955A0 is #006699 (or #069).

RGB color model

#0955A0 color RGB value is (9,85,160).

RGB: (9,85,160) (4%, 33%, 63%)

RGB channels and saturation

R 9 of 255 = 4%
G 85 of 255 = 33%
B 160 of 255 = 63%

9
85
160

R + G + B ~ 33%. #0955A0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 85 + 160 = 254 (100%)
R 9 of 254 ~ 3.54%
G 85 of 254 ~ 33.46%
B 160 of 254 ~ 62.99'%

%33.46
%62.99

CMYK color model

#0955A0 color CMYK value is (94,47,0,37).

  • cyan value is 94.38%
  • magenta value is 46.88%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (94,47,0,37)
C94M47Y0K37 (94%, 47%, 0%, 37%)
(0.94 / 0.47 / 0.00 / 0.37)

CMYK percentages

%94.38
%46.88
%0
%37.25

Codes

Color #0955A0 in popluar color models

09 55 A0
RGB 9 85 160
HSL 210° 89.35% 33.14%
HSB/HSV 210° 94.38% 62.75%
CMYK 94.38% 46.88% 0.00%
37.25%

Color #0955A0 in popluar number systems.

HEX 09 55 A0
Decimal 9 85 160
Binary 1001 1010101 10100000
Octal 11 125 240

Shades and tints

Shades of #0955A0

#0955A0
(9,85,160)
#094E92
(9,78,146)
#094784
(9,71,132)
#094076
(9,64,118)
#093968
(9,57,104)
#09325A
(9,50,90)
#092B4C
(9,43,76)
#09243E
(9,36,62)
#091D30
(9,29,48)
#091622
(9,22,34)
#090F14
(9,15,20)
#000000
(0,0,0)

Tints of #0955A0

#0955A0
(9,85,160)
#1F64A8
(31,100,168)
#3573B0
(53,115,176)
#4B82B8
(75,130,184)
#6191C0
(97,145,192)
#77A0C8
(119,160,200)
#8DAFD0
(141,175,208)
#A3BED8
(163,190,216)
#B9CDE0
(185,205,224)
#CFDCE8
(207,220,232)
#E5EBF0
(229,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0955A0 color. Also use rgb(9,85,160) instead hex code.

Text Font Color

.myTextColor { color: #0955A0; }

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

This text font color is #0955A0.

Background Color

.myBgColor { background-color: #0955A0; }

<div style="background-color:#0955A0">Inner text</div>

This div background color is #0955A0.

Border color

.myBorderColor { border: 1px solid #0955A0; }

<div style="border:3px solid #0955A0">Div</div>

This div border color is #0955A0.

Opacity

.myOpacity80 { color: #0955A0; opacity: 0.8; }

<p style="color:#0955A0;opacity:0.8;">80%</p>

Text with #0955A0 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 #0955A0;}

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

This text has shadow with #0955A0 color.


.textShadow {text-shadow: 3px 3px 1px #0955A0', 3px 3px 1px red;}

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

This text has shadow with #0955A0 primary color and red secondary color.


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

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

This text has shadow with #0955A0 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0955A0; -webkit-box-shadow: 1px 1px 3px 2px #0955A0; box-shadow:1px 1px 3px 2px #0955A0;">
Div content here
</div>

This div box has shadow with color #0955A0.

Preview

Color preview on black background

This text has color #0955A0 on black background.


Color preview on white background

This text has color #0955A0 on white background.


Black color preview on #0955A0 background

This text has black color on #0955A0 background.


White color preview on #0955A0 background

This text has white color on #0955A0 background.


Related colors

Complementary color

Complementary color for #hex is #F6AA5F.


I love getcolorcode.com

Triadic colors

1 #A00955 and #55A009 with #0955A0 are triadic colors.

2 #A05509 and #5509A0 with #0955A0 are triadic colors.