COLOR #02466D

HEX: #02466D
RGB: (2,70,109)

Color info

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

RGB color model

#02466D color RGB value is (2,70,109).

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

RGB channels and saturation

R 2 of 255 = 1%
G 70 of 255 = 27%
B 109 of 255 = 43%

2
70
109

R + G + B ~ 24%. #02466D is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 70 + 109 = 181 (100%)
R 2 of 181 ~ 1.1%
G 70 of 181 ~ 38.67%
B 109 of 181 ~ 60.22%

%38.67
%60.22

CMYK color model

#02466D color CMYK value is (98,36,0,57).

  • cyan value is 98.17%
  • magenta value is 35.78%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(98,36,0,57)
C98M36Y0K57 
(98%,36%,0%,57%)
(0.98/0.36/0.00/0.57)	

CMYK percentages

%98.17
%35.78
%0
%57.25

Codes

Color #02466D in popluar color models

02466D
RGB270109
HSL202°96.40%21.76%
HSB/HSV202°98.17%42.75%
CMYK98.17%35.78%0.00%
57.25%

Color #02466D in popluar number systems.

HEX02466D
Decimal270109
Binary1010001101101101
Octal2106155

Shades and tints

Shades of #02466D

#02466D
(2,70,109)
#024064
(2,64,100)
#023A5B
(2,58,91)
#023452
(2,52,82)
#022E49
(2,46,73)
#022840
(2,40,64)
#022237
(2,34,55)
#021C2E
(2,28,46)
#021625
(2,22,37)
#02101C
(2,16,28)
#020A13
(2,10,19)
#000000
(0,0,0)

Tints of #02466D

#02466D
(2,70,109)
#19567A
(25,86,122)
#306687
(48,102,135)
#477694
(71,118,148)
#5E86A1
(94,134,161)
#7596AE
(117,150,174)
#8CA6BB
(140,166,187)
#A3B6C8
(163,182,200)
#BAC6D5
(186,198,213)
#D1D6E2
(209,214,226)
#E8E6EF
(232,230,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02466D color. Also use rgb(2,70,109) instead hex code.

Text Font Color

.myTextColor { color: #02466D; }

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

This text font color is #02466D.


Background Color

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

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

This div background color is #02466D.


Border color

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

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

This div border color is #02466D.


Opacity

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

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

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

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

This text has shadow with #02466D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02466D on black background.


Color preview on white background

This text has color #02466D on white background.



Black color preview on #02466D background

This text has black color on #02466D background.


White color preview on #02466D background

This text has white color on #02466D background.