COLOR #09318D

HEX: #09318D
RGB: (9,49,141)

Color info

#09318D contains mainly blue color. Web safe color of #09318D is #003399 (or #039).

RGB color model

#09318D color RGB value is (9,49,141).

  • red value is 9;
  • green value is 49;
  • blue value is 141.
RGB:
(9,49,141)
(4%,19%,55%)

RGB channels and saturation

R 9 of 255 = 4%
G 49 of 255 = 19%
B 141 of 255 = 55%

9
49
141

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

Portions of RGB colors in percentages

R + G + B =
9 + 49 + 141 = 199 (100%)
R 9 of 199 ~ 4.52%
G 49 of 199 ~ 24.62%
B 141 of 199 ~ 70.85%

%24.62
%70.85

CMYK color model

#09318D color CMYK value is (94,65,0,45).

  • cyan value is 93.62%
  • magenta value is 65.25%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(94,65,0,45)
C94M65Y0K45 
(94%,65%,0%,45%)
(0.94/0.65/0.00/0.45)	

CMYK percentages

%93.62
%65.25
%0
%44.71

Codes

Color #09318D in popluar color models

09318D
RGB949141
HSL222°88.00%29.41%
HSB/HSV222°93.62%55.29%
CMYK93.62%65.25%0.00%
44.71%

Color #09318D in popluar number systems.

HEX09318D
Decimal949141
Binary100111000110001101
Octal1161215

Shades and tints

Shades of #09318D

#09318D
(9,49,141)
#092D81
(9,45,129)
#092975
(9,41,117)
#092569
(9,37,105)
#09215D
(9,33,93)
#091D51
(9,29,81)
#091945
(9,25,69)
#091539
(9,21,57)
#09112D
(9,17,45)
#090D21
(9,13,33)
#090915
(9,9,21)
#000000
(0,0,0)

Tints of #09318D

#09318D
(9,49,141)
#1F4397
(31,67,151)
#3555A1
(53,85,161)
#4B67AB
(75,103,171)
#6179B5
(97,121,181)
#778BBF
(119,139,191)
#8D9DC9
(141,157,201)
#A3AFD3
(163,175,211)
#B9C1DD
(185,193,221)
#CFD3E7
(207,211,231)
#E5E5F1
(229,229,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09318D color. Also use rgb(9,49,141) instead hex code.

Text Font Color

.myTextColor { color: #09318D; }

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

This text font color is #09318D.


Background Color

.myBgColor { background-color: #09318D; }

<div style="background-color:#09318D">Inner text</div>

This div background color is #09318D.


Border color

.myBorderColor { border: 1px solid #09318D; }

<div style="border:3px solid #09318D">Div</div>

This div border color is #09318D.


Opacity

.myOpacity80 { color: #09318D; opacity: 0.8; }

<p style="color:#09318D;opacity:0.8;">80%</p>

Text with #09318D 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 #09318D;}

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

This text has shadow with #09318D color.

.textShadow {text-shadow: 3px 3px 1px #09318D, 3px 3px 1px red;}

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

This text has shadow with #09318D primary color and red secondary color.


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

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

This text has shadow with #09318D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09318D on black background.


Color preview on white background

This text has color #09318D on white background.



Black color preview on #09318D background

This text has black color on #09318D background.


White color preview on #09318D background

This text has white color on #09318D background.