COLOR #09223B

HEX: #09223B RGB: (9,34,59)

Color info

#09223B contains red, green and blue colors in about the same proportion. Web safe color of #09223B is #003333 (or #033).

RGB color model

#09223B color RGB value is (9,34,59).

RGB: (9,34,59) (4%, 13%, 23%)

RGB channels and saturation

R 9 of 255 = 4%
G 34 of 255 = 13%
B 59 of 255 = 23%

9
34
59

R + G + B ~ 13%. #09223B is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 34 + 59 = 102 (100%)
R 9 of 102 ~ 8.82%
G 34 of 102 ~ 33.33%
B 59 of 102 ~ 57.84'%

%33.33
%57.84

CMYK color model

#09223B color CMYK value is (85,42,0,77).

  • cyan value is 84.75%
  • magenta value is 42.37%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK: (85,42,0,77) C85M42Y0K77 (85%,42%,0%,77%) (0.85/0.42/0.00/0.77) 

CMYK percentages

%84.75
%42.37
%0
%76.86

Codes

Color #09223B in popluar color models

09 22 3B
RGB 9 34 59
HSL 210° 73.53% 13.33%
HSB/HSV 210° 84.75% 23.14%
CMYK 84.75% 42.37% 0.00%
76.86%

Color #09223B in popluar number systems.

HEX 09 22 3B
Decimal 9 34 59
Binary 1001 100010 111011
Octal 11 42 73

Shades and tints

Shades of #09223B

#09223B
(9,34,59)
#091F36
(9,31,54)
#091C31
(9,28,49)
#09192C
(9,25,44)
#091627
(9,22,39)
#091322
(9,19,34)
#09101D
(9,16,29)
#090D18
(9,13,24)
#090A13
(9,10,19)
#09070E
(9,7,14)
#090409
(9,4,9)
#000000
(0,0,0)

Tints of #09223B

#09223B
(9,34,59)
#1F364C
(31,54,76)
#354A5D
(53,74,93)
#4B5E6E
(75,94,110)
#61727F
(97,114,127)
#778690
(119,134,144)
#8D9AA1
(141,154,161)
#A3AEB2
(163,174,178)
#B9C2C3
(185,194,195)
#CFD6D4
(207,214,212)
#E5EAE5
(229,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09223B color. Also use rgb(9,34,59) instead hex code.

Text Font Color

.myTextColor { color: #09223B; }

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

This text font color is #09223B.

Background Color

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

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

This div background color is #09223B.

Border color

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

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

This div border color is #09223B.

Opacity

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

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

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

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

This text has shadow with #09223B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09223B.

Preview

Color preview on black background

This text has color #09223B on black background.


Color preview on white background

This text has color #09223B on white background.


Black color preview on #09223B background

This text has black color on #09223B background.


White color preview on #09223B background

This text has white color on #09223B background.


Related colors

Complementary color

Complementary color for #hex is #F6DDC4.


I love getcolorcode.com

Triadic colors

1 #3B0922 and #223B09 with #09223B are triadic colors.

2 #3B2209 and #22093B with #09223B are triadic colors.