COLOR #094675

HEX: #094675
RGB: (9,70,117)

Color info

#094675 contains mainly green and blue colors. Web safe color of #094675 is #003366 (or #036).

RGB color model

#094675 color RGB value is (9,70,117).

  • red value is 9;
  • green value is 70;
  • blue value is 117.
RGB:
(9,70,117)
(4%,27%,46%)

RGB channels and saturation

R 9 of 255 = 4%
G 70 of 255 = 27%
B 117 of 255 = 46%

9
70
117

R + G + B ~ 26%. #094675 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 70 + 117 = 196 (100%)
R 9 of 196 ~ 4.59%
G 70 of 196 ~ 35.71%
B 117 of 196 ~ 59.69%

%35.71
%59.69

CMYK color model

#094675 color CMYK value is (92,40,0,54).

  • cyan value is 92.31%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(92,40,0,54)
C92M40Y0K54 
(92%,40%,0%,54%)
(0.92/0.40/0.00/0.54)	

CMYK percentages

%92.31
%40.17
%0
%54.12

Codes

Color #094675 in popluar color models

094675
RGB970117
HSL206°85.71%24.71%
HSB/HSV206°92.31%45.88%
CMYK92.31%40.17%0.00%
54.12%

Color #094675 in popluar number systems.

HEX094675
Decimal970117
Binary100110001101110101
Octal11106165

Shades and tints

Shades of #094675

#094675
(9,70,117)
#09406B
(9,64,107)
#093A61
(9,58,97)
#093457
(9,52,87)
#092E4D
(9,46,77)
#092843
(9,40,67)
#092239
(9,34,57)
#091C2F
(9,28,47)
#091625
(9,22,37)
#09101B
(9,16,27)
#090A11
(9,10,17)
#000000
(0,0,0)

Tints of #094675

#094675
(9,70,117)
#1F5681
(31,86,129)
#35668D
(53,102,141)
#4B7699
(75,118,153)
#6186A5
(97,134,165)
#7796B1
(119,150,177)
#8DA6BD
(141,166,189)
#A3B6C9
(163,182,201)
#B9C6D5
(185,198,213)
#CFD6E1
(207,214,225)
#E5E6ED
(229,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094675 color. Also use rgb(9,70,117) instead hex code.

Text Font Color

.myTextColor { color: #094675; }

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

This text font color is #094675.


Background Color

.myBgColor { background-color: #094675; }

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

This div background color is #094675.


Border color

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

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

This div border color is #094675.


Opacity

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

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

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

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

This text has shadow with #094675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094675 on black background.


Color preview on white background

This text has color #094675 on white background.



Black color preview on #094675 background

This text has black color on #094675 background.


White color preview on #094675 background

This text has white color on #094675 background.