COLOR #0909B1

HEX: #0909B1
RGB: (9,9,177)

Color info

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

RGB color model

#0909B1 color RGB value is (9,9,177).

  • red value is 9;
  • green value is 9;
  • blue value is 177.
RGB:
(9,9,177)
(4%,4%,69%)

RGB channels and saturation

R 9 of 255 = 4%
G 9 of 255 = 4%
B 177 of 255 = 69%

9
9
177

R + G + B ~ 26%. #0909B1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 9 + 177 = 195 (100%)
R 9 of 195 ~ 4.62%
G 9 of 195 ~ 4.62%
B 177 of 195 ~ 90.77%

%90.77

CMYK color model

#0909B1 color CMYK value is (95,95,0,31).

  • cyan value is 94.92%
  • magenta value is 94.92%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(95,95,0,31)
C95M95Y0K31 
(95%,95%,0%,31%)
(0.95/0.95/0.00/0.31)	

CMYK percentages

%94.92
%94.92
%0
%30.59

Codes

Color #0909B1 in popluar color models

0909B1
RGB99177
HSL240°90.32%36.47%
HSB/HSV240°94.92%69.41%
CMYK94.92%94.92%0.00%
30.59%

Color #0909B1 in popluar number systems.

HEX0909B1
Decimal99177
Binary1001100110110001
Octal1111261

Shades and tints

Shades of #0909B1

#0909B1
(9,9,177)
#0909A1
(9,9,161)
#090991
(9,9,145)
#090981
(9,9,129)
#090971
(9,9,113)
#090961
(9,9,97)
#090951
(9,9,81)
#090941
(9,9,65)
#090931
(9,9,49)
#090921
(9,9,33)
#090911
(9,9,17)
#000000
(0,0,0)

Tints of #0909B1

#0909B1
(9,9,177)
#1F1FB8
(31,31,184)
#3535BF
(53,53,191)
#4B4BC6
(75,75,198)
#6161CD
(97,97,205)
#7777D4
(119,119,212)
#8D8DDB
(141,141,219)
#A3A3E2
(163,163,226)
#B9B9E9
(185,185,233)
#CFCFF0
(207,207,240)
#E5E5F7
(229,229,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0909B1; }

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

This text font color is #0909B1.


Background Color

.myBgColor { background-color: #0909B1; }

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

This div background color is #0909B1.


Border color

.myBorderColor { border: 1px solid #0909B1; }

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

This div border color is #0909B1.


Opacity

.myOpacity80 { color: #0909B1; opacity: 0.8; }

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

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

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

This text has shadow with #0909B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0909B1 on black background.


Color preview on white background

This text has color #0909B1 on white background.



Black color preview on #0909B1 background

This text has black color on #0909B1 background.


White color preview on #0909B1 background

This text has white color on #0909B1 background.