COLOR #090387

HEX: #090387
RGB: (9,3,135)

Color info

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

RGB color model

#090387 color RGB value is (9,3,135).

  • red value is 9;
  • green value is 3;
  • blue value is 135.
RGB:
(9,3,135)
(4%,1%,53%)

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 135 of 255 = 53%

9
3
135

R + G + B ~ 19%. #090387 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 135 = 147 (100%)
R 9 of 147 ~ 6.12%
G 3 of 147 ~ 2.04%
B 135 of 147 ~ 91.84%

%91.84

CMYK color model

#090387 color CMYK value is (93,98,0,47).

  • cyan value is 93.33%
  • magenta value is 97.78%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(93,98,0,47)
C93M98Y0K47 
(93%,98%,0%,47%)
(0.93/0.98/0.00/0.47)	

CMYK percentages

%93.33
%97.78
%0
%47.06

Codes

Color #090387 in popluar color models

090387
RGB93135
HSL243°95.65%27.06%
HSB/HSV243°97.78%52.94%
CMYK93.33%97.78%0.00%
47.06%

Color #090387 in popluar number systems.

HEX090387
Decimal93135
Binary10011110000111
Octal113207

Shades and tints

Shades of #090387

#090387
(9,3,135)
#09037B
(9,3,123)
#09036F
(9,3,111)
#090363
(9,3,99)
#090357
(9,3,87)
#09034B
(9,3,75)
#09033F
(9,3,63)
#090333
(9,3,51)
#090327
(9,3,39)
#09031B
(9,3,27)
#09030F
(9,3,15)
#000000
(0,0,0)

Tints of #090387

#090387
(9,3,135)
#1F1991
(31,25,145)
#352F9B
(53,47,155)
#4B45A5
(75,69,165)
#615BAF
(97,91,175)
#7771B9
(119,113,185)
#8D87C3
(141,135,195)
#A39DCD
(163,157,205)
#B9B3D7
(185,179,215)
#CFC9E1
(207,201,225)
#E5DFEB
(229,223,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090387; }

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

This text font color is #090387.


Background Color

.myBgColor { background-color: #090387; }

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

This div background color is #090387.


Border color

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

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

This div border color is #090387.


Opacity

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

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

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

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

This text has shadow with #090387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090387 on black background.


Color preview on white background

This text has color #090387 on white background.



Black color preview on #090387 background

This text has black color on #090387 background.


White color preview on #090387 background

This text has white color on #090387 background.