COLOR #094784

HEX: #094784 RGB: (9,71,132)

Color info

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

RGB color model

#094784 color RGB value is (9,71,132).

RGB: (9,71,132) (4%, 28%, 52%)

RGB channels and saturation

R 9 of 255 = 4%
G 71 of 255 = 28%
B 132 of 255 = 52%

9
71
132

R + G + B ~ 28%. #094784 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 71 + 132 = 212 (100%)
R 9 of 212 ~ 4.25%
G 71 of 212 ~ 33.49%
B 132 of 212 ~ 62.26'%

%33.49
%62.26

CMYK color model

#094784 color CMYK value is (93,46,0,48).

  • cyan value is 93.18%
  • magenta value is 46.21%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (93,46,0,48)
C93M46Y0K48 (93%, 46%, 0%, 48%)
(0.93 / 0.46 / 0.00 / 0.48)

CMYK percentages

%93.18
%46.21
%0
%48.24

Codes

Color #094784 in popluar color models

09 47 84
RGB 9 71 132
HSL 210° 87.23% 27.65%
HSB/HSV 210° 93.18% 51.76%
CMYK 93.18% 46.21% 0.00%
48.24%

Color #094784 in popluar number systems.

HEX 09 47 84
Decimal 9 71 132
Binary 1001 1000111 10000100
Octal 11 107 204

Shades and tints

Shades of #094784

#094784
(9,71,132)
#094178
(9,65,120)
#093B6C
(9,59,108)
#093560
(9,53,96)
#092F54
(9,47,84)
#092948
(9,41,72)
#09233C
(9,35,60)
#091D30
(9,29,48)
#091724
(9,23,36)
#091118
(9,17,24)
#090B0C
(9,11,12)
#000000
(0,0,0)

Tints of #094784

#094784
(9,71,132)
#1F578F
(31,87,143)
#35679A
(53,103,154)
#4B77A5
(75,119,165)
#6187B0
(97,135,176)
#7797BB
(119,151,187)
#8DA7C6
(141,167,198)
#A3B7D1
(163,183,209)
#B9C7DC
(185,199,220)
#CFD7E7
(207,215,231)
#E5E7F2
(229,231,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094784 color. Also use rgb(9,71,132) instead hex code.

Text Font Color

.myTextColor { color: #094784; }

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

This text font color is #094784.

Background Color

.myBgColor { background-color: #094784; }

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

This div background color is #094784.

Border color

.myBorderColor { border: 1px solid #094784; }

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

This div border color is #094784.

Opacity

.myOpacity80 { color: #094784; opacity: 0.8; }

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

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

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

This text has shadow with #094784 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #094784.

Preview

Color preview on black background

This text has color #094784 on black background.


Color preview on white background

This text has color #094784 on white background.


Black color preview on #094784 background

This text has black color on #094784 background.


White color preview on #094784 background

This text has white color on #094784 background.


Related colors

Complementary color

Complementary color for #hex is #F6B87B.


I love getcolorcode.com

Triadic colors

1 #840947 and #478409 with #094784 are triadic colors.

2 #844709 and #470984 with #094784 are triadic colors.