COLOR #094859

HEX: #094859
RGB: (9,72,89)

Color info

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

RGB color model

#094859 color RGB value is (9,72,89).

  • red value is 9;
  • green value is 72;
  • blue value is 89.
RGB:
(9,72,89)
(4%,28%,35%)

RGB channels and saturation

R 9 of 255 = 4%
G 72 of 255 = 28%
B 89 of 255 = 35%

9
72
89

R + G + B ~ 22%. #094859 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 72 + 89 = 170 (100%)
R 9 of 170 ~ 5.29%
G 72 of 170 ~ 42.35%
B 89 of 170 ~ 52.35%

%42.35
%52.35

CMYK color model

#094859 color CMYK value is (90,19,0,65).

  • cyan value is 89.89%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(90,19,0,65)
C90M19Y0K65 
(90%,19%,0%,65%)
(0.90/0.19/0.00/0.65)	

CMYK percentages

%89.89
%19.1
%0
%65.1

Codes

Color #094859 in popluar color models

094859
RGB97289
HSL193°81.63%19.22%
HSB/HSV193°89.89%34.90%
CMYK89.89%19.10%0.00%
65.10%

Color #094859 in popluar number systems.

HEX094859
Decimal97289
Binary100110010001011001
Octal11110131

Shades and tints

Shades of #094859

#094859
(9,72,89)
#094251
(9,66,81)
#093C49
(9,60,73)
#093641
(9,54,65)
#093039
(9,48,57)
#092A31
(9,42,49)
#092429
(9,36,41)
#091E21
(9,30,33)
#091819
(9,24,25)
#091211
(9,18,17)
#090C09
(9,12,9)
#000000
(0,0,0)

Tints of #094859

#094859
(9,72,89)
#1F5868
(31,88,104)
#356877
(53,104,119)
#4B7886
(75,120,134)
#618895
(97,136,149)
#7798A4
(119,152,164)
#8DA8B3
(141,168,179)
#A3B8C2
(163,184,194)
#B9C8D1
(185,200,209)
#CFD8E0
(207,216,224)
#E5E8EF
(229,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094859 color. Also use rgb(9,72,89) instead hex code.

Text Font Color

.myTextColor { color: #094859; }

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

This text font color is #094859.


Background Color

.myBgColor { background-color: #094859; }

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

This div background color is #094859.


Border color

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

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

This div border color is #094859.


Opacity

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

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

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

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

This text has shadow with #094859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094859 on black background.


Color preview on white background

This text has color #094859 on white background.



Black color preview on #094859 background

This text has black color on #094859 background.


White color preview on #094859 background

This text has white color on #094859 background.