COLOR #00465B

HEX: #00465B
RGB: (0,70,91)

Color info

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

RGB color model

#00465B color RGB value is (0,70,91).

  • red value is 0;
  • green value is 70;
  • blue value is 91.
RGB:
(0,70,91)
(0%,27%,36%)

RGB channels and saturation

R 0 of 255 = 0%
G 70 of 255 = 27%
B 91 of 255 = 36%

0
70
91

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

Portions of RGB colors in percentages

R + G + B =
0 + 70 + 91 = 161 (100%)
R 0 of 161 ~ 0%
G 70 of 161 ~ 43.48%
B 91 of 161 ~ 56.52%

%43.48
%56.52

CMYK color model

#00465B color CMYK value is (100,23,0,64).

  • cyan value is 100.00%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(100,23,0,64)
C100M23Y0K64 
(100%,23%,0%,64%)
(1.00/0.23/0.00/0.64)	

CMYK percentages

%100
%23.08
%0
%64.31

Codes

Color #00465B in popluar color models

00465B
RGB07091
HSL194°100.00%17.84%
HSB/HSV194°100.00%35.69%
CMYK100.00%23.08%0.00%
64.31%

Color #00465B in popluar number systems.

HEX00465B
Decimal07091
Binary010001101011011
Octal0106133

Shades and tints

Shades of #00465B

#00465B
(0,70,91)
#004053
(0,64,83)
#003A4B
(0,58,75)
#003443
(0,52,67)
#002E3B
(0,46,59)
#002833
(0,40,51)
#00222B
(0,34,43)
#001C23
(0,28,35)
#00161B
(0,22,27)
#001013
(0,16,19)
#000A0B
(0,10,11)
#000000
(0,0,0)

Tints of #00465B

#00465B
(0,70,91)
#175669
(23,86,105)
#2E6677
(46,102,119)
#457685
(69,118,133)
#5C8693
(92,134,147)
#7396A1
(115,150,161)
#8AA6AF
(138,166,175)
#A1B6BD
(161,182,189)
#B8C6CB
(184,198,203)
#CFD6D9
(207,214,217)
#E6E6E7
(230,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00465B color. Also use rgb(0,70,91) instead hex code.

Text Font Color

.myTextColor { color: #00465B; }

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

This text font color is #00465B.


Background Color

.myBgColor { background-color: #00465B; }

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

This div background color is #00465B.


Border color

.myBorderColor { border: 1px solid #00465B; }

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

This div border color is #00465B.


Opacity

.myOpacity80 { color: #00465B; opacity: 0.8; }

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

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

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

This text has shadow with #00465B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00465B on black background.


Color preview on white background

This text has color #00465B on white background.



Black color preview on #00465B background

This text has black color on #00465B background.


White color preview on #00465B background

This text has white color on #00465B background.