COLOR #00008D

HEX: #00008D
RGB: (0,0,141)

Color info

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

RGB color model

#00008D color RGB value is (0,0,141).

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

RGB channels and saturation

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

0
0
141

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

Portions of RGB colors in percentages

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

%100

CMYK color model

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

CMYK percentages

%100
%100
%0
%44.71

Codes

Color #00008D in popluar color models

00008D
RGB00141
HSL240°100.00%27.65%
HSB/HSV240°100.00%55.29%
CMYK100.00%100.00%0.00%
44.71%

Color #00008D in popluar number systems.

HEX00008D
Decimal00141
Binary0010001101
Octal00215

Shades and tints

Shades of #00008D

#00008D
(0,0,141)
#000081
(0,0,129)
#000075
(0,0,117)
#000069
(0,0,105)
#00005D
(0,0,93)
#000051
(0,0,81)
#000045
(0,0,69)
#000039
(0,0,57)
#00002D
(0,0,45)
#000021
(0,0,33)
#000015
(0,0,21)
#000000
(0,0,0)

Tints of #00008D

#00008D
(0,0,141)
#171797
(23,23,151)
#2E2EA1
(46,46,161)
#4545AB
(69,69,171)
#5C5CB5
(92,92,181)
#7373BF
(115,115,191)
#8A8AC9
(138,138,201)
#A1A1D3
(161,161,211)
#B8B8DD
(184,184,221)
#CFCFE7
(207,207,231)
#E6E6F1
(230,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00008D; }

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

This text font color is #00008D.


Background Color

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

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

This div background color is #00008D.


Border color

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

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

This div border color is #00008D.


Opacity

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

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

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

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

This text has shadow with #00008D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00008D on black background.


Color preview on white background

This text has color #00008D on white background.



Black color preview on #00008D background

This text has black color on #00008D background.


White color preview on #00008D background

This text has white color on #00008D background.