COLOR #00008C

HEX: #00008C
RGB: (0,0,140)

Color info

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

RGB color model

#00008C color RGB value is (0,0,140).

  • red value is 0;
  • green value is 0;
  • blue value is 140.
RGB:
(0,0,140)
(0%,0%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 140 of 255 = 55%

0
0
140

R + G + B ~ 18%. #00008C is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#00008C color CMYK value is (100,100,0,45).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(100,100,0,45)
C100M100Y0K45 
(100%,100%,0%,45%)
(1.00/1.00/0.00/0.45)	

CMYK percentages

%100
%100
%0
%45.1

Codes

Color #00008C in popluar color models

00008C
RGB00140
HSL240°100.00%27.45%
HSB/HSV240°100.00%54.90%
CMYK100.00%100.00%0.00%
45.10%

Color #00008C in popluar number systems.

HEX00008C
Decimal00140
Binary0010001100
Octal00214

Shades and tints

Shades of #00008C

#00008C
(0,0,140)
#000080
(0,0,128)
#000074
(0,0,116)
#000068
(0,0,104)
#00005C
(0,0,92)
#000050
(0,0,80)
#000044
(0,0,68)
#000038
(0,0,56)
#00002C
(0,0,44)
#000020
(0,0,32)
#000014
(0,0,20)
#000000
(0,0,0)

Tints of #00008C

#00008C
(0,0,140)
#171796
(23,23,150)
#2E2EA0
(46,46,160)
#4545AA
(69,69,170)
#5C5CB4
(92,92,180)
#7373BE
(115,115,190)
#8A8AC8
(138,138,200)
#A1A1D2
(161,161,210)
#B8B8DC
(184,184,220)
#CFCFE6
(207,207,230)
#E6E6F0
(230,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00008C; }

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

This text font color is #00008C.


Background Color

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

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

This div background color is #00008C.


Border color

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

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

This div border color is #00008C.


Opacity

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

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

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

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

This text has shadow with #00008C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00008C on black background.


Color preview on white background

This text has color #00008C on white background.



Black color preview on #00008C background

This text has black color on #00008C background.


White color preview on #00008C background

This text has white color on #00008C background.