COLOR #09084D

HEX: #09084D RGB: (9,8,77)

Color info

#09084D contains mainly blue color. Web safe color of #09084D is #000033 (or #003).

RGB color model

#09084D color RGB value is (9,8,77).

RGB: (9,8,77) (4%, 3%, 30%)

RGB channels and saturation

R 9 of 255 = 4%
G 8 of 255 = 3%
B 77 of 255 = 30%

9
8
77

R + G + B ~ 12%. #09084D is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 8 + 77 = 94 (100%)
R 9 of 94 ~ 9.57%
G 8 of 94 ~ 8.51%
B 77 of 94 ~ 81.91'%

%81.91

CMYK color model

#09084D color CMYK value is (88,90,0,70).

  • cyan value is 88.31%
  • magenta value is 89.61%
  • yellow value is 0.00%
  • key color value is 69.80%

CMYK: (88,90,0,70)
C88M90Y0K70 (88%, 90%, 0%, 70%)
(0.88 / 0.90 / 0.00 / 0.70)

CMYK percentages

%88.31
%89.61
%0
%69.8

Codes

Color #09084D in popluar color models

09 08 4D
RGB 9 8 77
HSL 241° 81.18% 16.67%
HSB/HSV 241° 89.61% 30.20%
CMYK 88.31% 89.61% 0.00%
69.80%

Color #09084D in popluar number systems.

HEX 09 08 4D
Decimal 9 8 77
Binary 1001 1000 1001101
Octal 11 10 115

Shades and tints

Shades of #09084D

#09084D
(9,8,77)
#090846
(9,8,70)
#09083F
(9,8,63)
#090838
(9,8,56)
#090831
(9,8,49)
#09082A
(9,8,42)
#090823
(9,8,35)
#09081C
(9,8,28)
#090815
(9,8,21)
#09080E
(9,8,14)
#090807
(9,8,7)
#000000
(0,0,0)

Tints of #09084D

#09084D
(9,8,77)
#1F1E5D
(31,30,93)
#35346D
(53,52,109)
#4B4A7D
(75,74,125)
#61608D
(97,96,141)
#77769D
(119,118,157)
#8D8CAD
(141,140,173)
#A3A2BD
(163,162,189)
#B9B8CD
(185,184,205)
#CFCEDD
(207,206,221)
#E5E4ED
(229,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09084D color. Also use rgb(9,8,77) instead hex code.

Text Font Color

.myTextColor { color: #09084D; }

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

This text font color is #09084D.

Background Color

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

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

This div background color is #09084D.

Border color

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

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

This div border color is #09084D.

Opacity

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

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

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

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

This text has shadow with #09084D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09084D.

Preview

Color preview on black background

This text has color #09084D on black background.


Color preview on white background

This text has color #09084D on white background.


Black color preview on #09084D background

This text has black color on #09084D background.


White color preview on #09084D background

This text has white color on #09084D background.


Related colors

Complementary color

Complementary color for #hex is #F6F7B2.


I love getcolorcode.com

Triadic colors

1 #4D0908 and #084D09 with #09084D are triadic colors.

2 #4D0809 and #08094D with #09084D are triadic colors.