COLOR #09318C

HEX: #09318C
RGB: (9,49,140)

Color info

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

RGB color model

#09318C color RGB value is (9,49,140).

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

RGB channels and saturation

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

9
49
140

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

Portions of RGB colors in percentages

R + G + B =
9 + 49 + 140 = 198 (100%)
R 9 of 198 ~ 4.55%
G 49 of 198 ~ 24.75%
B 140 of 198 ~ 70.71%

%24.75
%70.71

CMYK color model

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

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

CMYK percentages

%93.57
%65
%0
%45.1

Codes

Color #09318C in popluar color models

09318C
RGB949140
HSL222°87.92%29.22%
HSB/HSV222°93.57%54.90%
CMYK93.57%65.00%0.00%
45.10%

Color #09318C in popluar number systems.

HEX09318C
Decimal949140
Binary100111000110001100
Octal1161214

Shades and tints

Shades of #09318C

#09318C
(9,49,140)
#092D80
(9,45,128)
#092974
(9,41,116)
#092568
(9,37,104)
#09215C
(9,33,92)
#091D50
(9,29,80)
#091944
(9,25,68)
#091538
(9,21,56)
#09112C
(9,17,44)
#090D20
(9,13,32)
#090914
(9,9,20)
#000000
(0,0,0)

Tints of #09318C

#09318C
(9,49,140)
#1F4396
(31,67,150)
#3555A0
(53,85,160)
#4B67AA
(75,103,170)
#6179B4
(97,121,180)
#778BBE
(119,139,190)
#8D9DC8
(141,157,200)
#A3AFD2
(163,175,210)
#B9C1DC
(185,193,220)
#CFD3E6
(207,211,230)
#E5E5F0
(229,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09318C; }

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

This text font color is #09318C.


Background Color

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

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

This div background color is #09318C.


Border color

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

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

This div border color is #09318C.


Opacity

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

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

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

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

This text has shadow with #09318C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09318C on black background.


Color preview on white background

This text has color #09318C on white background.



Black color preview on #09318C background

This text has black color on #09318C background.


White color preview on #09318C background

This text has white color on #09318C background.