COLOR #090F4F

HEX: #090F4F RGB: (9,15,79)

Color info

#090F4F contains mainly blue color. Web safe color of #090F4F is #000066 (or #006).

RGB color model

#090F4F color RGB value is (9,15,79).

RGB: (9,15,79) (4%, 6%, 31%)

RGB channels and saturation

R 9 of 255 = 4%
G 15 of 255 = 6%
B 79 of 255 = 31%

9
15
79

R + G + B ~ 14%. #090F4F is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 15 + 79 = 103 (100%)
R 9 of 103 ~ 8.74%
G 15 of 103 ~ 14.56%
B 79 of 103 ~ 76.7'%

%14.56
%76.7

CMYK color model

#090F4F color CMYK value is (89,81,0,69).

  • cyan value is 88.61%
  • magenta value is 81.01%
  • yellow value is 0.00%
  • key color value is 69.02%

CMYK: (89,81,0,69)
C89M81Y0K69 (89%, 81%, 0%, 69%)
(0.89 / 0.81 / 0.00 / 0.69)

CMYK percentages

%88.61
%81.01
%0
%69.02

Codes

Color #090F4F in popluar color models

09 0F 4F
RGB 9 15 79
HSL 235° 79.55% 17.25%
HSB/HSV 235° 88.61% 30.98%
CMYK 88.61% 81.01% 0.00%
69.02%

Color #090F4F in popluar number systems.

HEX 09 0F 4F
Decimal 9 15 79
Binary 1001 1111 1001111
Octal 11 17 117

Shades and tints

Shades of #090F4F

#090F4F
(9,15,79)
#090E48
(9,14,72)
#090D41
(9,13,65)
#090C3A
(9,12,58)
#090B33
(9,11,51)
#090A2C
(9,10,44)
#090925
(9,9,37)
#09081E
(9,8,30)
#090717
(9,7,23)
#090610
(9,6,16)
#090509
(9,5,9)
#000000
(0,0,0)

Tints of #090F4F

#090F4F
(9,15,79)
#1F245F
(31,36,95)
#35396F
(53,57,111)
#4B4E7F
(75,78,127)
#61638F
(97,99,143)
#77789F
(119,120,159)
#8D8DAF
(141,141,175)
#A3A2BF
(163,162,191)
#B9B7CF
(185,183,207)
#CFCCDF
(207,204,223)
#E5E1EF
(229,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090F4F; }

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

This text font color is #090F4F.

Background Color

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

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

This div background color is #090F4F.

Border color

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

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

This div border color is #090F4F.

Opacity

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

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

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

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

This text has shadow with #090F4F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090F4F.

Preview

Color preview on black background

This text has color #090F4F on black background.


Color preview on white background

This text has color #090F4F on white background.


Black color preview on #090F4F background

This text has black color on #090F4F background.


White color preview on #090F4F background

This text has white color on #090F4F background.


Related colors

Complementary color

Complementary color for #hex is #F6F0B0.


I love getcolorcode.com

Triadic colors

1 #4F090F and #0F4F09 with #090F4F are triadic colors.

2 #4F0F09 and #0F094F with #090F4F are triadic colors.