COLOR #00007F

HEX: #00007F
RGB: (0,0,127)

Color info

#00007F contains only blue color. Web safe color of #00007F is #000066 (or #006).

RGB color model

#00007F color RGB value is (0,0,127).

  • red value is 0;
  • green value is 0;
  • blue value is 127.
RGB:
(0,0,127)
(0%,0%,50%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 127 of 255 = 50%

0
0
127

R + G + B ~ 17%. #00007F is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#00007F color CMYK value is (100,100,0,50).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 50.20%
CMYK:
(100,100,0,50)
C100M100Y0K50 
(100%,100%,0%,50%)
(1.00/1.00/0.00/0.50)	

CMYK percentages

%100
%100
%0
%50.2

Codes

Color #00007F in popluar color models

00007F
RGB00127
HSL240°100.00%24.90%
HSB/HSV240°100.00%49.80%
CMYK100.00%100.00%0.00%
50.20%

Color #00007F in popluar number systems.

HEX00007F
Decimal00127
Binary001111111
Octal00177

Shades and tints

Shades of #00007F

#00007F
(0,0,127)
#000074
(0,0,116)
#000069
(0,0,105)
#00005E
(0,0,94)
#000053
(0,0,83)
#000048
(0,0,72)
#00003D
(0,0,61)
#000032
(0,0,50)
#000027
(0,0,39)
#00001C
(0,0,28)
#000011
(0,0,17)
#000000
(0,0,0)

Tints of #00007F

#00007F
(0,0,127)
#17178A
(23,23,138)
#2E2E95
(46,46,149)
#4545A0
(69,69,160)
#5C5CAB
(92,92,171)
#7373B6
(115,115,182)
#8A8AC1
(138,138,193)
#A1A1CC
(161,161,204)
#B8B8D7
(184,184,215)
#CFCFE2
(207,207,226)
#E6E6ED
(230,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00007F color. Also use rgb(0,0,127) instead hex code.

Text Font Color

.myTextColor { color: #00007F; }

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

This text font color is #00007F.


Background Color

.myBgColor { background-color: #00007F; }

<div style="background-color:#00007F">Inner text</div>

This div background color is #00007F.


Border color

.myBorderColor { border: 1px solid #00007F; }

<div style="border:3px solid #00007F">Div</div>

This div border color is #00007F.


Opacity

.myOpacity80 { color: #00007F; opacity: 0.8; }

<p style="color:#00007F;opacity:0.8;">80%</p>

Text with #00007F 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 #00007F;}

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

This text has shadow with #00007F color.

.textShadow {text-shadow: 3px 3px 1px #00007F, 3px 3px 1px red;}

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

This text has shadow with #00007F primary color and red secondary color.


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

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

This text has shadow with #00007F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00007F on black background.


Color preview on white background

This text has color #00007F on white background.



Black color preview on #00007F background

This text has black color on #00007F background.


White color preview on #00007F background

This text has white color on #00007F background.