COLOR #094B83

HEX: #094B83 RGB: (9,75,131)

Color info

#094B83 contains mainly green and blue colors. Web safe color of #094B83 is #003399 (or #039).

RGB color model

#094B83 color RGB value is (9,75,131).

RGB: (9,75,131) (4%, 29%, 51%)

RGB channels and saturation

R 9 of 255 = 4%
G 75 of 255 = 29%
B 131 of 255 = 51%

9
75
131

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

Portions of RGB colors in percentages

R + G + B = 9 + 75 + 131 = 215 (100%)
R 9 of 215 ~ 4.19%
G 75 of 215 ~ 34.88%
B 131 of 215 ~ 60.93'%

%34.88
%60.93

CMYK color model

#094B83 color CMYK value is (93,43,0,49).

  • cyan value is 93.13%
  • magenta value is 42.75%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (93,43,0,49)
C93M43Y0K49 (93%, 43%, 0%, 49%)
(0.93 / 0.43 / 0.00 / 0.49)

CMYK percentages

%93.13
%42.75
%0
%48.63

Codes

Color #094B83 in popluar color models

09 4B 83
RGB 9 75 131
HSL 208° 87.14% 27.45%
HSB/HSV 208° 93.13% 51.37%
CMYK 93.13% 42.75% 0.00%
48.63%

Color #094B83 in popluar number systems.

HEX 09 4B 83
Decimal 9 75 131
Binary 1001 1001011 10000011
Octal 11 113 203

Shades and tints

Shades of #094B83

#094B83
(9,75,131)
#094578
(9,69,120)
#093F6D
(9,63,109)
#093962
(9,57,98)
#093357
(9,51,87)
#092D4C
(9,45,76)
#092741
(9,39,65)
#092136
(9,33,54)
#091B2B
(9,27,43)
#091520
(9,21,32)
#090F15
(9,15,21)
#000000
(0,0,0)

Tints of #094B83

#094B83
(9,75,131)
#1F5B8E
(31,91,142)
#356B99
(53,107,153)
#4B7BA4
(75,123,164)
#618BAF
(97,139,175)
#779BBA
(119,155,186)
#8DABC5
(141,171,197)
#A3BBD0
(163,187,208)
#B9CBDB
(185,203,219)
#CFDBE6
(207,219,230)
#E5EBF1
(229,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094B83 color. Also use rgb(9,75,131) instead hex code.

Text Font Color

.myTextColor { color: #094B83; }

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

This text font color is #094B83.

Background Color

.myBgColor { background-color: #094B83; }

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

This div background color is #094B83.

Border color

.myBorderColor { border: 1px solid #094B83; }

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

This div border color is #094B83.

Opacity

.myOpacity80 { color: #094B83; opacity: 0.8; }

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

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

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

This text has shadow with #094B83 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #094B83.

Preview

Color preview on black background

This text has color #094B83 on black background.


Color preview on white background

This text has color #094B83 on white background.


Black color preview on #094B83 background

This text has black color on #094B83 background.


White color preview on #094B83 background

This text has white color on #094B83 background.


Related colors

Complementary color

Complementary color for #hex is #F6B47C.


I love getcolorcode.com

Triadic colors

1 #83094B and #4B8309 with #094B83 are triadic colors.

2 #834B09 and #4B0983 with #094B83 are triadic colors.