COLOR #004164

HEX: #004164
RGB: (0,65,100)

Color info

#004164 contains only green and blue colors. Web safe color of #004164 is #003366 (or #036).

RGB color model

#004164 color RGB value is (0,65,100).

  • red value is 0;
  • green value is 65;
  • blue value is 100.
RGB:
(0,65,100)
(0%,25%,39%)

RGB channels and saturation

R 0 of 255 = 0%
G 65 of 255 = 25%
B 100 of 255 = 39%

0
65
100

R + G + B ~ 21%. #004164 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 65 + 100 = 165 (100%)
R 0 of 165 ~ 0%
G 65 of 165 ~ 39.39%
B 100 of 165 ~ 60.61%

%39.39
%60.61

CMYK color model

#004164 color CMYK value is (100,35,0,61).

  • cyan value is 100.00%
  • magenta value is 35.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(100,35,0,61)
C100M35Y0K61 
(100%,35%,0%,61%)
(1.00/0.35/0.00/0.61)	

CMYK percentages

%100
%35
%0
%60.78

Codes

Color #004164 in popluar color models

004164
RGB065100
HSL201°100.00%19.61%
HSB/HSV201°100.00%39.22%
CMYK100.00%35.00%0.00%
60.78%

Color #004164 in popluar number systems.

HEX004164
Decimal065100
Binary010000011100100
Octal0101144

Shades and tints

Shades of #004164

#004164
(0,65,100)
#003C5B
(0,60,91)
#003752
(0,55,82)
#003249
(0,50,73)
#002D40
(0,45,64)
#002837
(0,40,55)
#00232E
(0,35,46)
#001E25
(0,30,37)
#00191C
(0,25,28)
#001413
(0,20,19)
#000F0A
(0,15,10)
#000000
(0,0,0)

Tints of #004164

#004164
(0,65,100)
#175272
(23,82,114)
#2E6380
(46,99,128)
#45748E
(69,116,142)
#5C859C
(92,133,156)
#7396AA
(115,150,170)
#8AA7B8
(138,167,184)
#A1B8C6
(161,184,198)
#B8C9D4
(184,201,212)
#CFDAE2
(207,218,226)
#E6EBF0
(230,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #004164; }

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

This text font color is #004164.


Background Color

.myBgColor { background-color: #004164; }

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

This div background color is #004164.


Border color

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

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

This div border color is #004164.


Opacity

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

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

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

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

This text has shadow with #004164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #004164 on black background.


Color preview on white background

This text has color #004164 on white background.



Black color preview on #004164 background

This text has black color on #004164 background.


White color preview on #004164 background

This text has white color on #004164 background.