COLOR #09529C

HEX: #09529C
RGB: (9,82,156)

Color info

#09529C contains mainly blue color. Web safe color of #09529C is #006699 (or #069).

RGB color model

#09529C color RGB value is (9,82,156).

  • red value is 9;
  • green value is 82;
  • blue value is 156.
RGB:
(9,82,156)
(4%,32%,61%)

RGB channels and saturation

R 9 of 255 = 4%
G 82 of 255 = 32%
B 156 of 255 = 61%

9
82
156

R + G + B ~ 32%. #09529C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 82 + 156 = 247 (100%)
R 9 of 247 ~ 3.64%
G 82 of 247 ~ 33.2%
B 156 of 247 ~ 63.16%

%33.2
%63.16

CMYK color model

#09529C color CMYK value is (94,47,0,39).

  • cyan value is 94.23%
  • magenta value is 47.44%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(94,47,0,39)
C94M47Y0K39 
(94%,47%,0%,39%)
(0.94/0.47/0.00/0.39)	

CMYK percentages

%94.23
%47.44
%0
%38.82

Codes

Color #09529C in popluar color models

09529C
RGB982156
HSL210°89.09%32.35%
HSB/HSV210°94.23%61.18%
CMYK94.23%47.44%0.00%
38.82%

Color #09529C in popluar number systems.

HEX09529C
Decimal982156
Binary1001101001010011100
Octal11122234

Shades and tints

Shades of #09529C

#09529C
(9,82,156)
#094B8E
(9,75,142)
#094480
(9,68,128)
#093D72
(9,61,114)
#093664
(9,54,100)
#092F56
(9,47,86)
#092848
(9,40,72)
#09213A
(9,33,58)
#091A2C
(9,26,44)
#09131E
(9,19,30)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #09529C

#09529C
(9,82,156)
#1F61A5
(31,97,165)
#3570AE
(53,112,174)
#4B7FB7
(75,127,183)
#618EC0
(97,142,192)
#779DC9
(119,157,201)
#8DACD2
(141,172,210)
#A3BBDB
(163,187,219)
#B9CAE4
(185,202,228)
#CFD9ED
(207,217,237)
#E5E8F6
(229,232,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09529C color. Also use rgb(9,82,156) instead hex code.

Text Font Color

.myTextColor { color: #09529C; }

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

This text font color is #09529C.


Background Color

.myBgColor { background-color: #09529C; }

<div style="background-color:#09529C">Inner text</div>

This div background color is #09529C.


Border color

.myBorderColor { border: 1px solid #09529C; }

<div style="border:3px solid #09529C">Div</div>

This div border color is #09529C.


Opacity

.myOpacity80 { color: #09529C; opacity: 0.8; }

<p style="color:#09529C;opacity:0.8;">80%</p>

Text with #09529C 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 #09529C;}

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

This text has shadow with #09529C color.

.textShadow {text-shadow: 3px 3px 1px #09529C, 3px 3px 1px red;}

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

This text has shadow with #09529C primary color and red secondary color.


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

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

This text has shadow with #09529C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09529C on black background.


Color preview on white background

This text has color #09529C on white background.



Black color preview on #09529C background

This text has black color on #09529C background.


White color preview on #09529C background

This text has white color on #09529C background.