COLOR #000073

HEX: #000073
RGB: (0,0,115)

Color info

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

RGB color model

#000073 color RGB value is (0,0,115).

  • red value is 0;
  • green value is 0;
  • blue value is 115.
RGB:
(0,0,115)
(0%,0%,45%)

RGB channels and saturation

R 0 of 255 = 0%
G 0 of 255 = 0%
B 115 of 255 = 45%

0
0
115

R + G + B ~ 15%. #000073 is dark color.

Portions of RGB colors in percentages

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

%100

CMYK color model

#000073 color CMYK value is (100,100,0,55).

  • cyan value is 100.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(100,100,0,55)
C100M100Y0K55 
(100%,100%,0%,55%)
(1.00/1.00/0.00/0.55)	

CMYK percentages

%100
%100
%0
%54.9

Codes

Color #000073 in popluar color models

000073
RGB00115
HSL240°100.00%22.55%
HSB/HSV240°100.00%45.10%
CMYK100.00%100.00%0.00%
54.90%

Color #000073 in popluar number systems.

HEX000073
Decimal00115
Binary001110011
Octal00163

Shades and tints

Shades of #000073

#000073
(0,0,115)
#000069
(0,0,105)
#00005F
(0,0,95)
#000055
(0,0,85)
#00004B
(0,0,75)
#000041
(0,0,65)
#000037
(0,0,55)
#00002D
(0,0,45)
#000023
(0,0,35)
#000019
(0,0,25)
#00000F
(0,0,15)
#000000
(0,0,0)

Tints of #000073

#000073
(0,0,115)
#17177F
(23,23,127)
#2E2E8B
(46,46,139)
#454597
(69,69,151)
#5C5CA3
(92,92,163)
#7373AF
(115,115,175)
#8A8ABB
(138,138,187)
#A1A1C7
(161,161,199)
#B8B8D3
(184,184,211)
#CFCFDF
(207,207,223)
#E6E6EB
(230,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000073; }

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

This text font color is #000073.


Background Color

.myBgColor { background-color: #000073; }

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

This div background color is #000073.


Border color

.myBorderColor { border: 1px solid #000073; }

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

This div border color is #000073.


Opacity

.myOpacity80 { color: #000073; opacity: 0.8; }

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

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

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

This text has shadow with #000073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000073 on black background.


Color preview on white background

This text has color #000073 on white background.



Black color preview on #000073 background

This text has black color on #000073 background.


White color preview on #000073 background

This text has white color on #000073 background.