COLOR #09286A

HEX: #09286A
RGB: (9,40,106)

Color info

#09286A contains mainly blue color. Web safe color of #09286A is #003366 (or #036).

RGB color model

#09286A color RGB value is (9,40,106).

  • red value is 9;
  • green value is 40;
  • blue value is 106.
RGB:
(9,40,106)
(4%,16%,42%)

RGB channels and saturation

R 9 of 255 = 4%
G 40 of 255 = 16%
B 106 of 255 = 42%

9
40
106

R + G + B ~ 21%. #09286A is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 40 + 106 = 155 (100%)
R 9 of 155 ~ 5.81%
G 40 of 155 ~ 25.81%
B 106 of 155 ~ 68.39%

%25.81
%68.39

CMYK color model

#09286A color CMYK value is (92,62,0,58).

  • cyan value is 91.51%
  • magenta value is 62.26%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(92,62,0,58)
C92M62Y0K58 
(92%,62%,0%,58%)
(0.92/0.62/0.00/0.58)	

CMYK percentages

%91.51
%62.26
%0
%58.43

Codes

Color #09286A in popluar color models

09286A
RGB940106
HSL221°84.35%22.55%
HSB/HSV221°91.51%41.57%
CMYK91.51%62.26%0.00%
58.43%

Color #09286A in popluar number systems.

HEX09286A
Decimal940106
Binary10011010001101010
Octal1150152

Shades and tints

Shades of #09286A

#09286A
(9,40,106)
#092561
(9,37,97)
#092258
(9,34,88)
#091F4F
(9,31,79)
#091C46
(9,28,70)
#09193D
(9,25,61)
#091634
(9,22,52)
#09132B
(9,19,43)
#091022
(9,16,34)
#090D19
(9,13,25)
#090A10
(9,10,16)
#000000
(0,0,0)

Tints of #09286A

#09286A
(9,40,106)
#1F3B77
(31,59,119)
#354E84
(53,78,132)
#4B6191
(75,97,145)
#61749E
(97,116,158)
#7787AB
(119,135,171)
#8D9AB8
(141,154,184)
#A3ADC5
(163,173,197)
#B9C0D2
(185,192,210)
#CFD3DF
(207,211,223)
#E5E6EC
(229,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09286A color. Also use rgb(9,40,106) instead hex code.

Text Font Color

.myTextColor { color: #09286A; }

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

This text font color is #09286A.


Background Color

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

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

This div background color is #09286A.


Border color

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

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

This div border color is #09286A.


Opacity

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

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

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

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

This text has shadow with #09286A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09286A on black background.


Color preview on white background

This text has color #09286A on white background.



Black color preview on #09286A background

This text has black color on #09286A background.


White color preview on #09286A background

This text has white color on #09286A background.