COLOR #00007C

HEX: #00007C
RGB: (0,0,124)

Color info

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

RGB color model

#00007C color RGB value is (0,0,124).

  • red value is 0;
  • green value is 0;
  • blue value is 124.
RGB:
(0,0,124)
(0%,0%,49%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 124 of 255 = 49%

0
0
124

R + G + B ~ 16%. #00007C is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#00007C color CMYK value is (100,100,0,51).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(100,100,0,51)
C100M100Y0K51 
(100%,100%,0%,51%)
(1.00/1.00/0.00/0.51)	

CMYK percentages

%100
%100
%0
%51.37

Codes

Color #00007C in popluar color models

00007C
RGB00124
HSL240°100.00%24.31%
HSB/HSV240°100.00%48.63%
CMYK100.00%100.00%0.00%
51.37%

Color #00007C in popluar number systems.

HEX00007C
Decimal00124
Binary001111100
Octal00174

Shades and tints

Shades of #00007C

#00007C
(0,0,124)
#000071
(0,0,113)
#000066
(0,0,102)
#00005B
(0,0,91)
#000050
(0,0,80)
#000045
(0,0,69)
#00003A
(0,0,58)
#00002F
(0,0,47)
#000024
(0,0,36)
#000019
(0,0,25)
#00000E
(0,0,14)
#000000
(0,0,0)

Tints of #00007C

#00007C
(0,0,124)
#171787
(23,23,135)
#2E2E92
(46,46,146)
#45459D
(69,69,157)
#5C5CA8
(92,92,168)
#7373B3
(115,115,179)
#8A8ABE
(138,138,190)
#A1A1C9
(161,161,201)
#B8B8D4
(184,184,212)
#CFCFDF
(207,207,223)
#E6E6EA
(230,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00007C; }

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

This text font color is #00007C.


Background Color

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

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

This div background color is #00007C.


Border color

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

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

This div border color is #00007C.


Opacity

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

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

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

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

This text has shadow with #00007C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00007C on black background.


Color preview on white background

This text has color #00007C on white background.



Black color preview on #00007C background

This text has black color on #00007C background.


White color preview on #00007C background

This text has white color on #00007C background.