COLOR #09306C

HEX: #09306C
RGB: (9,48,108)

Color info

#09306C contains mainly blue color. Web safe color of #09306C is #003366 (or #036).

RGB color model

#09306C color RGB value is (9,48,108).

  • red value is 9;
  • green value is 48;
  • blue value is 108.
RGB:
(9,48,108)
(4%,19%,42%)

RGB channels and saturation

R 9 of 255 = 4%
G 48 of 255 = 19%
B 108 of 255 = 42%

9
48
108

R + G + B ~ 22%. #09306C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 48 + 108 = 165 (100%)
R 9 of 165 ~ 5.45%
G 48 of 165 ~ 29.09%
B 108 of 165 ~ 65.45%

%29.09
%65.45

CMYK color model

#09306C color CMYK value is (92,56,0,58).

  • cyan value is 91.67%
  • magenta value is 55.56%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(92,56,0,58)
C92M56Y0K58 
(92%,56%,0%,58%)
(0.92/0.56/0.00/0.58)	

CMYK percentages

%91.67
%55.56
%0
%57.65

Codes

Color #09306C in popluar color models

09306C
RGB948108
HSL216°84.62%22.94%
HSB/HSV216°91.67%42.35%
CMYK91.67%55.56%0.00%
57.65%

Color #09306C in popluar number systems.

HEX09306C
Decimal948108
Binary10011100001101100
Octal1160154

Shades and tints

Shades of #09306C

#09306C
(9,48,108)
#092C63
(9,44,99)
#09285A
(9,40,90)
#092451
(9,36,81)
#092048
(9,32,72)
#091C3F
(9,28,63)
#091836
(9,24,54)
#09142D
(9,20,45)
#091024
(9,16,36)
#090C1B
(9,12,27)
#090812
(9,8,18)
#000000
(0,0,0)

Tints of #09306C

#09306C
(9,48,108)
#1F4279
(31,66,121)
#355486
(53,84,134)
#4B6693
(75,102,147)
#6178A0
(97,120,160)
#778AAD
(119,138,173)
#8D9CBA
(141,156,186)
#A3AEC7
(163,174,199)
#B9C0D4
(185,192,212)
#CFD2E1
(207,210,225)
#E5E4EE
(229,228,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09306C color. Also use rgb(9,48,108) instead hex code.

Text Font Color

.myTextColor { color: #09306C; }

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

This text font color is #09306C.


Background Color

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

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

This div background color is #09306C.


Border color

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

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

This div border color is #09306C.


Opacity

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

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

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

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

This text has shadow with #09306C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09306C on black background.


Color preview on white background

This text has color #09306C on white background.



Black color preview on #09306C background

This text has black color on #09306C background.


White color preview on #09306C background

This text has white color on #09306C background.