COLOR #090F49

HEX: #090F49 RGB: (9,15,73)

Color info

#090F49 contains mainly green and blue colors. Web safe color of #090F49 is #000033 (or #003).

RGB color model

#090F49 color RGB value is (9,15,73).

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

RGB channels and saturation

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

9
15
73

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

Portions of RGB colors in percentages

R + G + B = 9 + 15 + 73 = 97 (100%)
R 9 of 97 ~ 9.28%
G 15 of 97 ~ 15.46%
B 73 of 97 ~ 75.26'%

%15.46
%75.26

CMYK color model

#090F49 color CMYK value is (88,79,0,71).

  • cyan value is 87.67%
  • magenta value is 79.45%
  • yellow value is 0.00%
  • key color value is 71.37%

CMYK: (88,79,0,71)
C88M79Y0K71 (88%, 79%, 0%, 71%)
(0.88 / 0.79 / 0.00 / 0.71)

CMYK percentages

%87.67
%79.45
%0
%71.37

Codes

Color #090F49 in popluar color models

09 0F 49
RGB 9 15 73
HSL 234° 78.05% 16.08%
HSB/HSV 234° 87.67% 28.63%
CMYK 87.67% 79.45% 0.00%
71.37%

Color #090F49 in popluar number systems.

HEX 09 0F 49
Decimal 9 15 73
Binary 1001 1111 1001001
Octal 11 17 111

Shades and tints

Shades of #090F49

#090F49
(9,15,73)
#090E43
(9,14,67)
#090D3D
(9,13,61)
#090C37
(9,12,55)
#090B31
(9,11,49)
#090A2B
(9,10,43)
#090925
(9,9,37)
#09081F
(9,8,31)
#090719
(9,7,25)
#090613
(9,6,19)
#09050D
(9,5,13)
#000000
(0,0,0)

Tints of #090F49

#090F49
(9,15,73)
#1F2459
(31,36,89)
#353969
(53,57,105)
#4B4E79
(75,78,121)
#616389
(97,99,137)
#777899
(119,120,153)
#8D8DA9
(141,141,169)
#A3A2B9
(163,162,185)
#B9B7C9
(185,183,201)
#CFCCD9
(207,204,217)
#E5E1E9
(229,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090F49; }

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

This text font color is #090F49.

Background Color

.myBgColor { background-color: #090F49; }

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

This div background color is #090F49.

Border color

.myBorderColor { border: 1px solid #090F49; }

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

This div border color is #090F49.

Opacity

.myOpacity80 { color: #090F49; opacity: 0.8; }

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

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

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

This text has shadow with #090F49 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090F49.

Preview

Color preview on black background

This text has color #090F49 on black background.


Color preview on white background

This text has color #090F49 on white background.


Black color preview on #090F49 background

This text has black color on #090F49 background.


White color preview on #090F49 background

This text has white color on #090F49 background.


Related colors

Complementary color

Complementary color for #hex is #F6F0B6.


I love getcolorcode.com

Triadic colors

1 #49090F and #0F4909 with #090F49 are triadic colors.

2 #490F09 and #0F0949 with #090F49 are triadic colors.