COLOR #00008B

HEX: #00008B
RGB: (0,0,139)

Color info

Color name is DarkBlue. #00008B contains only blue color. Web safe color of #00008B is #000099 (or #009).

RGB color model

#00008B color RGB value is (0,0,139).

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

RGB channels and saturation

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

0
0
139

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#00008B 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.49%
CMYK:
(100,100,0,45)
C100M100Y0K45 
(100%,100%,0%,45%)
(1.00/1.00/0.00/0.45)	

CMYK percentages

%100
%100
%0
%45.49

Codes

Color #00008B in popluar color models

00008B
RGB00139
HSL240°100.00%27.25%
HSB/HSV240°100.00%54.51%
CMYK100.00%100.00%0.00%
45.49%

Color #00008B in popluar number systems.

HEX00008B
Decimal00139
Binary0010001011
Octal00213

Shades and tints

Shades of #00008B

#00008B
(0,0,139)
#00007F
(0,0,127)
#000073
(0,0,115)
#000067
(0,0,103)
#00005B
(0,0,91)
#00004F
(0,0,79)
#000043
(0,0,67)
#000037
(0,0,55)
#00002B
(0,0,43)
#00001F
(0,0,31)
#000013
(0,0,19)
#000000
(0,0,0)

Tints of #00008B

#00008B
(0,0,139)
#171795
(23,23,149)
#2E2E9F
(46,46,159)
#4545A9
(69,69,169)
#5C5CB3
(92,92,179)
#7373BD
(115,115,189)
#8A8AC7
(138,138,199)
#A1A1D1
(161,161,209)
#B8B8DB
(184,184,219)
#CFCFE5
(207,207,229)
#E6E6EF
(230,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00008B; }

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

This text font color is #00008B.


Background Color

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

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

This div background color is #00008B.


Border color

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

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

This div border color is #00008B.


Opacity

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

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

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

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

This text has shadow with #00008B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00008B on black background.


Color preview on white background

This text has color #00008B on white background.



Black color preview on #00008B background

This text has black color on #00008B background.


White color preview on #00008B background

This text has white color on #00008B background.