COLOR #094570

HEX: #094570
RGB: (9,69,112)

Color info

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

RGB color model

#094570 color RGB value is (9,69,112).

  • red value is 9;
  • green value is 69;
  • blue value is 112.
RGB:
(9,69,112)
(4%,27%,44%)

RGB channels and saturation

R 9 of 255 = 4%
G 69 of 255 = 27%
B 112 of 255 = 44%

9
69
112

R + G + B ~ 25%. #094570 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 69 + 112 = 190 (100%)
R 9 of 190 ~ 4.74%
G 69 of 190 ~ 36.32%
B 112 of 190 ~ 58.95%

%36.32
%58.95

CMYK color model

#094570 color CMYK value is (92,38,0,56).

  • cyan value is 91.96%
  • magenta value is 38.39%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(92,38,0,56)
C92M38Y0K56 
(92%,38%,0%,56%)
(0.92/0.38/0.00/0.56)	

CMYK percentages

%91.96
%38.39
%0
%56.08

Codes

Color #094570 in popluar color models

094570
RGB969112
HSL205°85.12%23.73%
HSB/HSV205°91.96%43.92%
CMYK91.96%38.39%0.00%
56.08%

Color #094570 in popluar number systems.

HEX094570
Decimal969112
Binary100110001011110000
Octal11105160

Shades and tints

Shades of #094570

#094570
(9,69,112)
#093F66
(9,63,102)
#09395C
(9,57,92)
#093352
(9,51,82)
#092D48
(9,45,72)
#09273E
(9,39,62)
#092134
(9,33,52)
#091B2A
(9,27,42)
#091520
(9,21,32)
#090F16
(9,15,22)
#09090C
(9,9,12)
#000000
(0,0,0)

Tints of #094570

#094570
(9,69,112)
#1F557D
(31,85,125)
#35658A
(53,101,138)
#4B7597
(75,117,151)
#6185A4
(97,133,164)
#7795B1
(119,149,177)
#8DA5BE
(141,165,190)
#A3B5CB
(163,181,203)
#B9C5D8
(185,197,216)
#CFD5E5
(207,213,229)
#E5E5F2
(229,229,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #094570 color. Also use rgb(9,69,112) instead hex code.

Text Font Color

.myTextColor { color: #094570; }

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

This text font color is #094570.


Background Color

.myBgColor { background-color: #094570; }

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

This div background color is #094570.


Border color

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

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

This div border color is #094570.


Opacity

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

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

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

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

This text has shadow with #094570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #094570 on black background.


Color preview on white background

This text has color #094570 on white background.



Black color preview on #094570 background

This text has black color on #094570 background.


White color preview on #094570 background

This text has white color on #094570 background.