COLOR #00072A

HEX: #00072A
RGB: (0,7,42)

Color info

#00072A contains only green and blue colors. Web safe color of #00072A is #000033 (or #003).

RGB color model

#00072A color RGB value is (0,7,42).

  • red value is 0;
  • green value is 7;
  • blue value is 42.
RGB:
(0,7,42)
(0%,3%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 7 of 255 = 3%
B 42 of 255 = 16%

0
7
42

R + G + B ~ 6%. #00072A is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 7 + 42 = 49 (100%)
R 0 of 49 ~ 0%
G 7 of 49 ~ 14.29%
B 42 of 49 ~ 85.71%

%14.29
%85.71

CMYK color model

#00072A color CMYK value is (100,83,0,84).

  • cyan value is 100.00%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 83.53%
CMYK:
(100,83,0,84)
C100M83Y0K84 
(100%,83%,0%,84%)
(1.00/0.83/0.00/0.84)	

CMYK percentages

%100
%83.33
%0
%83.53

Codes

Color #00072A in popluar color models

00072A
RGB0742
HSL230°100.00%8.24%
HSB/HSV230°100.00%16.47%
CMYK100.00%83.33%0.00%
83.53%

Color #00072A in popluar number systems.

HEX00072A
Decimal0742
Binary0111101010
Octal0752

Shades and tints

Shades of #00072A

#00072A
(0,7,42)
#000727
(0,7,39)
#000724
(0,7,36)
#000721
(0,7,33)
#00071E
(0,7,30)
#00071B
(0,7,27)
#000718
(0,7,24)
#000715
(0,7,21)
#000712
(0,7,18)
#00070F
(0,7,15)
#00070C
(0,7,12)
#000000
(0,0,0)

Tints of #00072A

#00072A
(0,7,42)
#171D3D
(23,29,61)
#2E3350
(46,51,80)
#454963
(69,73,99)
#5C5F76
(92,95,118)
#737589
(115,117,137)
#8A8B9C
(138,139,156)
#A1A1AF
(161,161,175)
#B8B7C2
(184,183,194)
#CFCDD5
(207,205,213)
#E6E3E8
(230,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00072A; }

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

This text font color is #00072A.


Background Color

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

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

This div background color is #00072A.


Border color

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

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

This div border color is #00072A.


Opacity

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

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

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

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

This text has shadow with #00072A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00072A on black background.


Color preview on white background

This text has color #00072A on white background.



Black color preview on #00072A background

This text has black color on #00072A background.


White color preview on #00072A background

This text has white color on #00072A background.