COLOR #00008A

HEX: #00008A
RGB: (0,0,138)

Color info

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

RGB color model

#00008A color RGB value is (0,0,138).

  • red value is 0;
  • green value is 0;
  • blue value is 138.
RGB:
(0,0,138)
(0%,0%,54%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 138 of 255 = 54%

0
0
138

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

Portions of RGB colors in percentages

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

%100

CMYK color model

#00008A color CMYK value is (100,100,0,46).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(100,100,0,46)
C100M100Y0K46 
(100%,100%,0%,46%)
(1.00/1.00/0.00/0.46)	

CMYK percentages

%100
%100
%0
%45.88

Codes

Color #00008A in popluar color models

00008A
RGB00138
HSL240°100.00%27.06%
HSB/HSV240°100.00%54.12%
CMYK100.00%100.00%0.00%
45.88%

Color #00008A in popluar number systems.

HEX00008A
Decimal00138
Binary0010001010
Octal00212

Shades and tints

Shades of #00008A

#00008A
(0,0,138)
#00007E
(0,0,126)
#000072
(0,0,114)
#000066
(0,0,102)
#00005A
(0,0,90)
#00004E
(0,0,78)
#000042
(0,0,66)
#000036
(0,0,54)
#00002A
(0,0,42)
#00001E
(0,0,30)
#000012
(0,0,18)
#000000
(0,0,0)

Tints of #00008A

#00008A
(0,0,138)
#171794
(23,23,148)
#2E2E9E
(46,46,158)
#4545A8
(69,69,168)
#5C5CB2
(92,92,178)
#7373BC
(115,115,188)
#8A8AC6
(138,138,198)
#A1A1D0
(161,161,208)
#B8B8DA
(184,184,218)
#CFCFE4
(207,207,228)
#E6E6EE
(230,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00008A; }

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

This text font color is #00008A.


Background Color

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

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

This div background color is #00008A.


Border color

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

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

This div border color is #00008A.


Opacity

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

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

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

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

This text has shadow with #00008A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00008A on black background.


Color preview on white background

This text has color #00008A on white background.



Black color preview on #00008A background

This text has black color on #00008A background.


White color preview on #00008A background

This text has white color on #00008A background.