COLOR #02465B

HEX: #02465B
RGB: (2,70,91)

Color info

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

RGB color model

#02465B color RGB value is (2,70,91).

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

RGB channels and saturation

R 2 of 255 = 1%
G 70 of 255 = 27%
B 91 of 255 = 36%

2
70
91

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

Portions of RGB colors in percentages

R + G + B =
2 + 70 + 91 = 163 (100%)
R 2 of 163 ~ 1.23%
G 70 of 163 ~ 42.94%
B 91 of 163 ~ 55.83%

%42.94
%55.83

CMYK color model

#02465B color CMYK value is (98,23,0,64).

  • cyan value is 97.80%
  • magenta value is 23.08%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(98,23,0,64)
C98M23Y0K64 
(98%,23%,0%,64%)
(0.98/0.23/0.00/0.64)	

CMYK percentages

%97.8
%23.08
%0
%64.31

Codes

Color #02465B in popluar color models

02465B
RGB27091
HSL194°95.70%18.24%
HSB/HSV194°97.80%35.69%
CMYK97.80%23.08%0.00%
64.31%

Color #02465B in popluar number systems.

HEX02465B
Decimal27091
Binary1010001101011011
Octal2106133

Shades and tints

Shades of #02465B

#02465B
(2,70,91)
#024053
(2,64,83)
#023A4B
(2,58,75)
#023443
(2,52,67)
#022E3B
(2,46,59)
#022833
(2,40,51)
#02222B
(2,34,43)
#021C23
(2,28,35)
#02161B
(2,22,27)
#021013
(2,16,19)
#020A0B
(2,10,11)
#000000
(0,0,0)

Tints of #02465B

#02465B
(2,70,91)
#195669
(25,86,105)
#306677
(48,102,119)
#477685
(71,118,133)
#5E8693
(94,134,147)
#7596A1
(117,150,161)
#8CA6AF
(140,166,175)
#A3B6BD
(163,182,189)
#BAC6CB
(186,198,203)
#D1D6D9
(209,214,217)
#E8E6E7
(232,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02465B; }

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

This text font color is #02465B.


Background Color

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

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

This div background color is #02465B.


Border color

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

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

This div border color is #02465B.


Opacity

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

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

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

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

This text has shadow with #02465B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02465B on black background.


Color preview on white background

This text has color #02465B on white background.



Black color preview on #02465B background

This text has black color on #02465B background.


White color preview on #02465B background

This text has white color on #02465B background.