COLOR #090949

HEX: #090949 RGB: (9,9,73)

Color info

#090949 contains mainly blue color. Web safe color of #090949 is #000033 (or #003).

RGB color model

#090949 color RGB value is (9,9,73).

RGB: (9,9,73) (4%, 4%, 29%)

RGB channels and saturation

R 9 of 255 = 4%
G 9 of 255 = 4%
B 73 of 255 = 29%

9
9
73

R + G + B ~ 12%. #090949 is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 9 + 73 = 91 (100%)
R 9 of 91 ~ 9.89%
G 9 of 91 ~ 9.89%
B 73 of 91 ~ 80.22'%

%9.89
%9.89
%80.22

CMYK color model

#090949 color CMYK value is (88,88,0,71).

  • cyan value is 87.67%
  • magenta value is 87.67%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK: (88,88,0,71) C88M88Y0K71 (88%,88%,0%,71%) (0.88/0.88/0.00/0.71) 

CMYK percentages

%87.67
%87.67
%0
%71.37

Codes

Color #090949 in popluar color models

09 09 49
RGB 9 9 73
HSL 240° 78.05% 16.08%
HSB/HSV 240° 87.67% 28.63%
CMYK 87.67% 87.67% 0.00%
71.37%

Color #090949 in popluar number systems.

HEX 09 09 49
Decimal 9 9 73
Binary 1001 1001 1001001
Octal 11 11 111

Shades and tints

Shades of #090949

#090949
(9,9,73)
#090943
(9,9,67)
#09093D
(9,9,61)
#090937
(9,9,55)
#090931
(9,9,49)
#09092B
(9,9,43)
#090925
(9,9,37)
#09091F
(9,9,31)
#090919
(9,9,25)
#090913
(9,9,19)
#09090D
(9,9,13)
#000000
(0,0,0)

Tints of #090949

#090949
(9,9,73)
#1F1F59
(31,31,89)
#353569
(53,53,105)
#4B4B79
(75,75,121)
#616189
(97,97,137)
#777799
(119,119,153)
#8D8DA9
(141,141,169)
#A3A3B9
(163,163,185)
#B9B9C9
(185,185,201)
#CFCFD9
(207,207,217)
#E5E5E9
(229,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090949; }

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

This text font color is #090949.

Background Color

.myBgColor { background-color: #090949; }

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

This div background color is #090949.

Border color

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

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

This div border color is #090949.

Opacity

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

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

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

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

This text has shadow with #090949 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090949.

Preview

Color preview on black background

This text has color #090949 on black background.


Color preview on white background

This text has color #090949 on white background.


Black color preview on #090949 background

This text has black color on #090949 background.


White color preview on #090949 background

This text has white color on #090949 background.


Related colors

Complementary color

Complementary color for #hex is #F6F6B6.


I love getcolorcode.com