COLOR #00009C

HEX: #00009C
RGB: (0,0,156)

Color info

#00009C contains only blue color. Web safe color of #00009C is #000099 (or #009).

RGB color model

#00009C color RGB value is (0,0,156).

  • red value is 0;
  • green value is 0;
  • blue value is 156.
RGB:
(0,0,156)
(0%,0%,61%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 156 of 255 = 61%

0
0
156

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

Portions of RGB colors in percentages

R + G + B =
0 + 0 + 156 = 156 (100%)
R 0 of 156 ~ 0%
G 0 of 156 ~ 0%
B 156 of 156 ~ 100%

%100

CMYK color model

#00009C color CMYK value is (100,100,0,39).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(100,100,0,39)
C100M100Y0K39 
(100%,100%,0%,39%)
(1.00/1.00/0.00/0.39)	

CMYK percentages

%100
%100
%0
%38.82

Codes

Color #00009C in popluar color models

00009C
RGB00156
HSL240°100.00%30.59%
HSB/HSV240°100.00%61.18%
CMYK100.00%100.00%0.00%
38.82%

Color #00009C in popluar number systems.

HEX00009C
Decimal00156
Binary0010011100
Octal00234

Shades and tints

Shades of #00009C

#00009C
(0,0,156)
#00008E
(0,0,142)
#000080
(0,0,128)
#000072
(0,0,114)
#000064
(0,0,100)
#000056
(0,0,86)
#000048
(0,0,72)
#00003A
(0,0,58)
#00002C
(0,0,44)
#00001E
(0,0,30)
#000010
(0,0,16)
#000000
(0,0,0)

Tints of #00009C

#00009C
(0,0,156)
#1717A5
(23,23,165)
#2E2EAE
(46,46,174)
#4545B7
(69,69,183)
#5C5CC0
(92,92,192)
#7373C9
(115,115,201)
#8A8AD2
(138,138,210)
#A1A1DB
(161,161,219)
#B8B8E4
(184,184,228)
#CFCFED
(207,207,237)
#E6E6F6
(230,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00009C color. Also use rgb(0,0,156) instead hex code.

Text Font Color

.myTextColor { color: #00009C; }

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

This text font color is #00009C.


Background Color

.myBgColor { background-color: #00009C; }

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

This div background color is #00009C.


Border color

.myBorderColor { border: 1px solid #00009C; }

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

This div border color is #00009C.


Opacity

.myOpacity80 { color: #00009C; opacity: 0.8; }

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

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

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

This text has shadow with #00009C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00009C on black background.


Color preview on white background

This text has color #00009C on white background.



Black color preview on #00009C background

This text has black color on #00009C background.


White color preview on #00009C background

This text has white color on #00009C background.