COLOR #09285C

HEX: #09285C RGB: (9,40,92)

Color info

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

RGB color model

#09285C color RGB value is (9,40,92).

RGB: (9,40,92) (4%, 16%, 36%)

RGB channels and saturation

R 9 of 255 = 4%
G 40 of 255 = 16%
B 92 of 255 = 36%

9
40
92

R + G + B ~ 19%. #09285C is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 40 + 92 = 141 (100%)
R 9 of 141 ~ 6.38%
G 40 of 141 ~ 28.37%
B 92 of 141 ~ 65.25'%

%28.37
%65.25

CMYK color model

#09285C color CMYK value is (90,57,0,64).

  • cyan value is 90.22%
  • magenta value is 56.52%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (90,57,0,64)
C90M57Y0K64 (90%, 57%, 0%, 64%)
(0.90 / 0.57 / 0.00 / 0.64)

CMYK percentages

%90.22
%56.52
%0
%63.92

Codes

Color #09285C in popluar color models

09 28 5C
RGB 9 40 92
HSL 218° 82.18% 19.80%
HSB/HSV 218° 90.22% 36.08%
CMYK 90.22% 56.52% 0.00%
63.92%

Color #09285C in popluar number systems.

HEX 09 28 5C
Decimal 9 40 92
Binary 1001 101000 1011100
Octal 11 50 134

Shades and tints

Shades of #09285C

#09285C
(9,40,92)
#092554
(9,37,84)
#09224C
(9,34,76)
#091F44
(9,31,68)
#091C3C
(9,28,60)
#091934
(9,25,52)
#09162C
(9,22,44)
#091324
(9,19,36)
#09101C
(9,16,28)
#090D14
(9,13,20)
#090A0C
(9,10,12)
#000000
(0,0,0)

Tints of #09285C

#09285C
(9,40,92)
#1F3B6A
(31,59,106)
#354E78
(53,78,120)
#4B6186
(75,97,134)
#617494
(97,116,148)
#7787A2
(119,135,162)
#8D9AB0
(141,154,176)
#A3ADBE
(163,173,190)
#B9C0CC
(185,192,204)
#CFD3DA
(207,211,218)
#E5E6E8
(229,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09285C color. Also use rgb(9,40,92) instead hex code.

Text Font Color

.myTextColor { color: #09285C; }

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

This text font color is #09285C.

Background Color

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

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

This div background color is #09285C.

Border color

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

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

This div border color is #09285C.

Opacity

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

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

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

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

This text has shadow with #09285C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09285C.

Preview

Color preview on black background

This text has color #09285C on black background.


Color preview on white background

This text has color #09285C on white background.


Black color preview on #09285C background

This text has black color on #09285C background.


White color preview on #09285C background

This text has white color on #09285C background.


Related colors

Complementary color

Complementary color for #hex is #F6D7A3.


I love getcolorcode.com

Triadic colors

1 #5C0928 and #285C09 with #09285C are triadic colors.

2 #5C2809 and #28095C with #09285C are triadic colors.