COLOR #09205B

HEX: #09205B
RGB: (9,32,91)

Color info

#09205B contains mainly green and blue colors. Web safe color of #09205B is #003366 (or #036).

RGB color model

#09205B color RGB value is (9,32,91).

  • red value is 9;
  • green value is 32;
  • blue value is 91.
RGB:
(9,32,91)
(4%,13%,36%)

RGB channels and saturation

R 9 of 255 = 4%
G 32 of 255 = 13%
B 91 of 255 = 36%

9
32
91

R + G + B ~ 18%. #09205B is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 32 + 91 = 132 (100%)
R 9 of 132 ~ 6.82%
G 32 of 132 ~ 24.24%
B 91 of 132 ~ 68.94%

%24.24
%68.94

CMYK color model

#09205B color CMYK value is (90,65,0,64).

  • cyan value is 90.11%
  • magenta value is 64.84%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(90,65,0,64)
C90M65Y0K64 
(90%,65%,0%,64%)
(0.90/0.65/0.00/0.64)	

CMYK percentages

%90.11
%64.84
%0
%64.31

Codes

Color #09205B in popluar color models

09205B
RGB93291
HSL223°82.00%19.61%
HSB/HSV223°90.11%35.69%
CMYK90.11%64.84%0.00%
64.31%

Color #09205B in popluar number systems.

HEX09205B
Decimal93291
Binary10011000001011011
Octal1140133

Shades and tints

Shades of #09205B

#09205B
(9,32,91)
#091E53
(9,30,83)
#091C4B
(9,28,75)
#091A43
(9,26,67)
#09183B
(9,24,59)
#091633
(9,22,51)
#09142B
(9,20,43)
#091223
(9,18,35)
#09101B
(9,16,27)
#090E13
(9,14,19)
#090C0B
(9,12,11)
#000000
(0,0,0)

Tints of #09205B

#09205B
(9,32,91)
#1F3469
(31,52,105)
#354877
(53,72,119)
#4B5C85
(75,92,133)
#617093
(97,112,147)
#7784A1
(119,132,161)
#8D98AF
(141,152,175)
#A3ACBD
(163,172,189)
#B9C0CB
(185,192,203)
#CFD4D9
(207,212,217)
#E5E8E7
(229,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09205B color. Also use rgb(9,32,91) instead hex code.

Text Font Color

.myTextColor { color: #09205B; }

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

This text font color is #09205B.


Background Color

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

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

This div background color is #09205B.


Border color

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

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

This div border color is #09205B.


Opacity

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

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

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

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

This text has shadow with #09205B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09205B on black background.


Color preview on white background

This text has color #09205B on white background.



Black color preview on #09205B background

This text has black color on #09205B background.


White color preview on #09205B background

This text has white color on #09205B background.