COLOR #09328B

HEX: #09328B
RGB: (9,50,139)

Color info

#09328B contains mainly blue color. Web safe color of #09328B is #003399 (or #039).

RGB color model

#09328B color RGB value is (9,50,139).

  • red value is 9;
  • green value is 50;
  • blue value is 139.
RGB:
(9,50,139)
(4%,20%,55%)

RGB channels and saturation

R 9 of 255 = 4%
G 50 of 255 = 20%
B 139 of 255 = 55%

9
50
139

R + G + B ~ 26%. #09328B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 50 + 139 = 198 (100%)
R 9 of 198 ~ 4.55%
G 50 of 198 ~ 25.25%
B 139 of 198 ~ 70.2%

%25.25
%70.2

CMYK color model

#09328B color CMYK value is (94,64,0,45).

  • cyan value is 93.53%
  • magenta value is 64.03%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(94,64,0,45)
C94M64Y0K45 
(94%,64%,0%,45%)
(0.94/0.64/0.00/0.45)	

CMYK percentages

%93.53
%64.03
%0
%45.49

Codes

Color #09328B in popluar color models

09328B
RGB950139
HSL221°87.84%29.02%
HSB/HSV221°93.53%54.51%
CMYK93.53%64.03%0.00%
45.49%

Color #09328B in popluar number systems.

HEX09328B
Decimal950139
Binary100111001010001011
Octal1162213

Shades and tints

Shades of #09328B

#09328B
(9,50,139)
#092E7F
(9,46,127)
#092A73
(9,42,115)
#092667
(9,38,103)
#09225B
(9,34,91)
#091E4F
(9,30,79)
#091A43
(9,26,67)
#091637
(9,22,55)
#09122B
(9,18,43)
#090E1F
(9,14,31)
#090A13
(9,10,19)
#000000
(0,0,0)

Tints of #09328B

#09328B
(9,50,139)
#1F4495
(31,68,149)
#35569F
(53,86,159)
#4B68A9
(75,104,169)
#617AB3
(97,122,179)
#778CBD
(119,140,189)
#8D9EC7
(141,158,199)
#A3B0D1
(163,176,209)
#B9C2DB
(185,194,219)
#CFD4E5
(207,212,229)
#E5E6EF
(229,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09328B color. Also use rgb(9,50,139) instead hex code.

Text Font Color

.myTextColor { color: #09328B; }

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

This text font color is #09328B.


Background Color

.myBgColor { background-color: #09328B; }

<div style="background-color:#09328B">Inner text</div>

This div background color is #09328B.


Border color

.myBorderColor { border: 1px solid #09328B; }

<div style="border:3px solid #09328B">Div</div>

This div border color is #09328B.


Opacity

.myOpacity80 { color: #09328B; opacity: 0.8; }

<p style="color:#09328B;opacity:0.8;">80%</p>

Text with #09328B 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 #09328B;}

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

This text has shadow with #09328B color.

.textShadow {text-shadow: 3px 3px 1px #09328B, 3px 3px 1px red;}

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

This text has shadow with #09328B primary color and red secondary color.


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

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

This text has shadow with #09328B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09328B on black background.


Color preview on white background

This text has color #09328B on white background.



Black color preview on #09328B background

This text has black color on #09328B background.


White color preview on #09328B background

This text has white color on #09328B background.