COLOR #090289

HEX: #090289
RGB: (9,2,137)

Color info

#090289 contains mainly blue color. Web safe color of #090289 is #000099 (or #009).

RGB color model

#090289 color RGB value is (9,2,137).

  • red value is 9;
  • green value is 2;
  • blue value is 137.
RGB:
(9,2,137)
(4%,1%,54%)

RGB channels and saturation

R 9 of 255 = 4%
G 2 of 255 = 1%
B 137 of 255 = 54%

9
2
137

R + G + B ~ 20%. #090289 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 2 + 137 = 148 (100%)
R 9 of 148 ~ 6.08%
G 2 of 148 ~ 1.35%
B 137 of 148 ~ 92.57%

%92.57

CMYK color model

#090289 color CMYK value is (93,99,0,46).

  • cyan value is 93.43%
  • magenta value is 98.54%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(93,99,0,46)
C93M99Y0K46 
(93%,99%,0%,46%)
(0.93/0.99/0.00/0.46)	

CMYK percentages

%93.43
%98.54
%0
%46.27

Codes

Color #090289 in popluar color models

090289
RGB92137
HSL243°97.12%27.25%
HSB/HSV243°98.54%53.73%
CMYK93.43%98.54%0.00%
46.27%

Color #090289 in popluar number systems.

HEX090289
Decimal92137
Binary10011010001001
Octal112211

Shades and tints

Shades of #090289

#090289
(9,2,137)
#09027D
(9,2,125)
#090271
(9,2,113)
#090265
(9,2,101)
#090259
(9,2,89)
#09024D
(9,2,77)
#090241
(9,2,65)
#090235
(9,2,53)
#090229
(9,2,41)
#09021D
(9,2,29)
#090211
(9,2,17)
#000000
(0,0,0)

Tints of #090289

#090289
(9,2,137)
#1F1993
(31,25,147)
#35309D
(53,48,157)
#4B47A7
(75,71,167)
#615EB1
(97,94,177)
#7775BB
(119,117,187)
#8D8CC5
(141,140,197)
#A3A3CF
(163,163,207)
#B9BAD9
(185,186,217)
#CFD1E3
(207,209,227)
#E5E8ED
(229,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090289; }

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

This text font color is #090289.


Background Color

.myBgColor { background-color: #090289; }

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

This div background color is #090289.


Border color

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

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

This div border color is #090289.


Opacity

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

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

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

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

This text has shadow with #090289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090289 on black background.


Color preview on white background

This text has color #090289 on white background.



Black color preview on #090289 background

This text has black color on #090289 background.


White color preview on #090289 background

This text has white color on #090289 background.