COLOR #00164D

HEX: #00164D
RGB: (0,22,77)

Color info

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

RGB color model

#00164D color RGB value is (0,22,77).

  • red value is 0;
  • green value is 22;
  • blue value is 77.
RGB:
(0,22,77)
(0%,9%,30%)

RGB channels and saturation

R 0 of 255 = 0%
G 22 of 255 = 9%
B 77 of 255 = 30%

0
22
77

R + G + B ~ 13%. #00164D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 22 + 77 = 99 (100%)
R 0 of 99 ~ 0%
G 22 of 99 ~ 22.22%
B 77 of 99 ~ 77.78%

%22.22
%77.78

CMYK color model

#00164D color CMYK value is (100,71,0,70).

  • cyan value is 100.00%
  • magenta value is 71.43%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(100,71,0,70)
C100M71Y0K70 
(100%,71%,0%,70%)
(1.00/0.71/0.00/0.70)	

CMYK percentages

%100
%71.43
%0
%69.8

Codes

Color #00164D in popluar color models

00164D
RGB02277
HSL223°100.00%15.10%
HSB/HSV223°100.00%30.20%
CMYK100.00%71.43%0.00%
69.80%

Color #00164D in popluar number systems.

HEX00164D
Decimal02277
Binary0101101001101
Octal026115

Shades and tints

Shades of #00164D

#00164D
(0,22,77)
#001446
(0,20,70)
#00123F
(0,18,63)
#001038
(0,16,56)
#000E31
(0,14,49)
#000C2A
(0,12,42)
#000A23
(0,10,35)
#00081C
(0,8,28)
#000615
(0,6,21)
#00040E
(0,4,14)
#000207
(0,2,7)
#000000
(0,0,0)

Tints of #00164D

#00164D
(0,22,77)
#172B5D
(23,43,93)
#2E406D
(46,64,109)
#45557D
(69,85,125)
#5C6A8D
(92,106,141)
#737F9D
(115,127,157)
#8A94AD
(138,148,173)
#A1A9BD
(161,169,189)
#B8BECD
(184,190,205)
#CFD3DD
(207,211,221)
#E6E8ED
(230,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00164D color. Also use rgb(0,22,77) instead hex code.

Text Font Color

.myTextColor { color: #00164D; }

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

This text font color is #00164D.


Background Color

.myBgColor { background-color: #00164D; }

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

This div background color is #00164D.


Border color

.myBorderColor { border: 1px solid #00164D; }

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

This div border color is #00164D.


Opacity

.myOpacity80 { color: #00164D; opacity: 0.8; }

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

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

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

This text has shadow with #00164D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00164D on black background.


Color preview on white background

This text has color #00164D on white background.



Black color preview on #00164D background

This text has black color on #00164D background.


White color preview on #00164D background

This text has white color on #00164D background.