COLOR #000999

HEX: #000999
RGB: (0,9,153)

Color info

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

RGB color model

#000999 color RGB value is (0,9,153).

  • red value is 0;
  • green value is 9;
  • blue value is 153.
RGB:
(0,9,153)
(0%,4%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 9 of 255 = 4%
B 153 of 255 = 60%

0
9
153

R + G + B ~ 21%. #000999 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 9 + 153 = 162 (100%)
R 0 of 162 ~ 0%
G 9 of 162 ~ 5.56%
B 153 of 162 ~ 94.44%

%94.44

CMYK color model

#000999 color CMYK value is (100,94,0,40).

  • cyan value is 100.00%
  • magenta value is 94.12%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(100,94,0,40)
C100M94Y0K40 
(100%,94%,0%,40%)
(1.00/0.94/0.00/0.40)	

CMYK percentages

%100
%94.12
%0
%40

Codes

Color #000999 in popluar color models

000999
RGB09153
HSL236°100.00%30.00%
HSB/HSV236°100.00%60.00%
CMYK100.00%94.12%0.00%
40.00%

Color #000999 in popluar number systems.

HEX000999
Decimal09153
Binary0100110011001
Octal011231

Shades and tints

Shades of #000999

#000999
(0,9,153)
#00098C
(0,9,140)
#00097F
(0,9,127)
#000972
(0,9,114)
#000965
(0,9,101)
#000958
(0,9,88)
#00094B
(0,9,75)
#00093E
(0,9,62)
#000931
(0,9,49)
#000924
(0,9,36)
#000917
(0,9,23)
#000000
(0,0,0)

Tints of #000999

#000999
(0,9,153)
#171FA2
(23,31,162)
#2E35AB
(46,53,171)
#454BB4
(69,75,180)
#5C61BD
(92,97,189)
#7377C6
(115,119,198)
#8A8DCF
(138,141,207)
#A1A3D8
(161,163,216)
#B8B9E1
(184,185,225)
#CFCFEA
(207,207,234)
#E6E5F3
(230,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #000999 color. Also use rgb(0,9,153) instead hex code.

Text Font Color

.myTextColor { color: #000999; }

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

This text font color is #000999.


Background Color

.myBgColor { background-color: #000999; }

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

This div background color is #000999.


Border color

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

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

This div border color is #000999.


Opacity

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

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

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

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

This text has shadow with #000999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000999 on black background.


Color preview on white background

This text has color #000999 on white background.



Black color preview on #000999 background

This text has black color on #000999 background.


White color preview on #000999 background

This text has white color on #000999 background.