COLOR #09066F

HEX: #09066F RGB: (9,6,111)

Color info

#09066F contains mainly blue color. Web safe color of #09066F is #000066 (or #006).

RGB color model

#09066F color RGB value is (9,6,111).

RGB: (9,6,111) (4%, 2%, 44%)

RGB channels and saturation

R 9 of 255 = 4%
G 6 of 255 = 2%
B 111 of 255 = 44%

9
6
111

R + G + B ~ 17%. #09066F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 6 + 111 = 126 (100%)
R 9 of 126 ~ 7.14%
G 6 of 126 ~ 4.76%
B 111 of 126 ~ 88.1'%

%88.1

CMYK color model

#09066F color CMYK value is (92,95,0,56).

  • cyan value is 91.89%
  • magenta value is 94.59%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (92,95,0,56)
C92M95Y0K56 (92%, 95%, 0%, 56%)
(0.92 / 0.95 / 0.00 / 0.56)

CMYK percentages

%91.89
%94.59
%0
%56.47

Codes

Color #09066F in popluar color models

09 06 6F
RGB 9 6 111
HSL 242° 89.74% 22.94%
HSB/HSV 242° 94.59% 43.53%
CMYK 91.89% 94.59% 0.00%
56.47%

Color #09066F in popluar number systems.

HEX 09 06 6F
Decimal 9 6 111
Binary 1001 110 1101111
Octal 11 6 157

Shades and tints

Shades of #09066F

#09066F
(9,6,111)
#090665
(9,6,101)
#09065B
(9,6,91)
#090651
(9,6,81)
#090647
(9,6,71)
#09063D
(9,6,61)
#090633
(9,6,51)
#090629
(9,6,41)
#09061F
(9,6,31)
#090615
(9,6,21)
#09060B
(9,6,11)
#000000
(0,0,0)

Tints of #09066F

#09066F
(9,6,111)
#1F1C7C
(31,28,124)
#353289
(53,50,137)
#4B4896
(75,72,150)
#615EA3
(97,94,163)
#7774B0
(119,116,176)
#8D8ABD
(141,138,189)
#A3A0CA
(163,160,202)
#B9B6D7
(185,182,215)
#CFCCE4
(207,204,228)
#E5E2F1
(229,226,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09066F color. Also use rgb(9,6,111) instead hex code.

Text Font Color

.myTextColor { color: #09066F; }

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

This text font color is #09066F.

Background Color

.myBgColor { background-color: #09066F; }

<div style="background-color:#09066F">Inner text</div>

This div background color is #09066F.

Border color

.myBorderColor { border: 1px solid #09066F; }

<div style="border:3px solid #09066F">Div</div>

This div border color is #09066F.

Opacity

.myOpacity80 { color: #09066F; opacity: 0.8; }

<p style="color:#09066F;opacity:0.8;">80%</p>

Text with #09066F 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 #09066F;}

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

This text has shadow with #09066F color.


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

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

This text has shadow with #09066F primary color and red secondary color.


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

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

This text has shadow with #09066F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #09066F.

Preview

Color preview on black background

This text has color #09066F on black background.


Color preview on white background

This text has color #09066F on white background.


Black color preview on #09066F background

This text has black color on #09066F background.


White color preview on #09066F background

This text has white color on #09066F background.


Related colors

Complementary color

Complementary color for #hex is #F6F990.


I love getcolorcode.com

Triadic colors

1 #6F0906 and #066F09 with #09066F are triadic colors.

2 #6F0609 and #06096F with #09066F are triadic colors.