COLOR #09467B

HEX: #09467B
RGB: (9,70,123)

Color info

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

RGB color model

#09467B color RGB value is (9,70,123).

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

RGB channels and saturation

R 9 of 255 = 4%
G 70 of 255 = 27%
B 123 of 255 = 48%

9
70
123

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

Portions of RGB colors in percentages

R + G + B =
9 + 70 + 123 = 202 (100%)
R 9 of 202 ~ 4.46%
G 70 of 202 ~ 34.65%
B 123 of 202 ~ 60.89%

%34.65
%60.89

CMYK color model

#09467B color CMYK value is (93,43,0,52).

  • cyan value is 92.68%
  • magenta value is 43.09%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(93,43,0,52)
C93M43Y0K52 
(93%,43%,0%,52%)
(0.93/0.43/0.00/0.52)	

CMYK percentages

%92.68
%43.09
%0
%51.76

Codes

Color #09467B in popluar color models

09467B
RGB970123
HSL208°86.36%25.88%
HSB/HSV208°92.68%48.24%
CMYK92.68%43.09%0.00%
51.76%

Color #09467B in popluar number systems.

HEX09467B
Decimal970123
Binary100110001101111011
Octal11106173

Shades and tints

Shades of #09467B

#09467B
(9,70,123)
#094070
(9,64,112)
#093A65
(9,58,101)
#09345A
(9,52,90)
#092E4F
(9,46,79)
#092844
(9,40,68)
#092239
(9,34,57)
#091C2E
(9,28,46)
#091623
(9,22,35)
#091018
(9,16,24)
#090A0D
(9,10,13)
#000000
(0,0,0)

Tints of #09467B

#09467B
(9,70,123)
#1F5687
(31,86,135)
#356693
(53,102,147)
#4B769F
(75,118,159)
#6186AB
(97,134,171)
#7796B7
(119,150,183)
#8DA6C3
(141,166,195)
#A3B6CF
(163,182,207)
#B9C6DB
(185,198,219)
#CFD6E7
(207,214,231)
#E5E6F3
(229,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09467B; }

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

This text font color is #09467B.


Background Color

.myBgColor { background-color: #09467B; }

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

This div background color is #09467B.


Border color

.myBorderColor { border: 1px solid #09467B; }

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

This div border color is #09467B.


Opacity

.myOpacity80 { color: #09467B; opacity: 0.8; }

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

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

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

This text has shadow with #09467B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09467B on black background.


Color preview on white background

This text has color #09467B on white background.



Black color preview on #09467B background

This text has black color on #09467B background.


White color preview on #09467B background

This text has white color on #09467B background.