COLOR #09204A

HEX: #09204A
RGB: (9,32,74)

Color info

#09204A contains mainly green and blue colors. Web safe color of #09204A is #003333 (or #033).

RGB color model

#09204A color RGB value is (9,32,74).

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

RGB channels and saturation

R 9 of 255 = 4%
G 32 of 255 = 13%
B 74 of 255 = 29%

9
32
74

R + G + B ~ 15%. #09204A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 32 + 74 = 115 (100%)
R 9 of 115 ~ 7.83%
G 32 of 115 ~ 27.83%
B 74 of 115 ~ 64.35%

%27.83
%64.35

CMYK color model

#09204A color CMYK value is (88,57,0,71).

  • cyan value is 87.84%
  • magenta value is 56.76%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(88,57,0,71)
C88M57Y0K71 
(88%,57%,0%,71%)
(0.88/0.57/0.00/0.71)	

CMYK percentages

%87.84
%56.76
%0
%70.98

Codes

Color #09204A in popluar color models

09204A
RGB93274
HSL219°78.31%16.27%
HSB/HSV219°87.84%29.02%
CMYK87.84%56.76%0.00%
70.98%

Color #09204A in popluar number systems.

HEX09204A
Decimal93274
Binary10011000001001010
Octal1140112

Shades and tints

Shades of #09204A

#09204A
(9,32,74)
#091E44
(9,30,68)
#091C3E
(9,28,62)
#091A38
(9,26,56)
#091832
(9,24,50)
#09162C
(9,22,44)
#091426
(9,20,38)
#091220
(9,18,32)
#09101A
(9,16,26)
#090E14
(9,14,20)
#090C0E
(9,12,14)
#000000
(0,0,0)

Tints of #09204A

#09204A
(9,32,74)
#1F345A
(31,52,90)
#35486A
(53,72,106)
#4B5C7A
(75,92,122)
#61708A
(97,112,138)
#77849A
(119,132,154)
#8D98AA
(141,152,170)
#A3ACBA
(163,172,186)
#B9C0CA
(185,192,202)
#CFD4DA
(207,212,218)
#E5E8EA
(229,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09204A color. Also use rgb(9,32,74) instead hex code.

Text Font Color

.myTextColor { color: #09204A; }

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

This text font color is #09204A.


Background Color

.myBgColor { background-color: #09204A; }

<div style="background-color:#09204A">Inner text</div>

This div background color is #09204A.


Border color

.myBorderColor { border: 1px solid #09204A; }

<div style="border:3px solid #09204A">Div</div>

This div border color is #09204A.


Opacity

.myOpacity80 { color: #09204A; opacity: 0.8; }

<p style="color:#09204A;opacity:0.8;">80%</p>

Text with #09204A 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 #09204A;}

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

This text has shadow with #09204A color.

.textShadow {text-shadow: 3px 3px 1px #09204A, 3px 3px 1px red;}

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

This text has shadow with #09204A primary color and red secondary color.


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

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

This text has shadow with #09204A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09204A on black background.


Color preview on white background

This text has color #09204A on white background.



Black color preview on #09204A background

This text has black color on #09204A background.


White color preview on #09204A background

This text has white color on #09204A background.