COLOR #02413A

HEX: #02413A RGB: (2,65,58)

Color info

#02413A contains mainly green and blue colors. Web safe color of #02413A is #003333 (or #033).

RGB color model

#02413A color RGB value is (2,65,58).

RGB: (2,65,58) (1%, 25%, 23%)

RGB channels and saturation

R 2 of 255 = 1%
G 65 of 255 = 25%
B 58 of 255 = 23%

2
65
58

R + G + B ~ 16%. #02413A is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 65 + 58 = 125 (100%)
R 2 of 125 ~ 1.6%
G 65 of 125 ~ 52%
B 58 of 125 ~ 46.4'%

%52
%46.4

CMYK color model

#02413A color CMYK value is (97,0,11,75).

  • cyan value is 96.92%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 74.51%

CMYK: (97,0,11,75)
C97M0Y11K75 (97%, 0%, 11%, 75%)
(0.97 / 0.00 / 0.11 / 0.75)

CMYK percentages

%96.92
%0
%10.77
%74.51

Codes

Color #02413A in popluar color models

02 41 3A
RGB 2 65 58
HSL 173° 94.03% 13.14%
HSB/HSV 173° 96.92% 25.49%
CMYK 96.92% 0.00% 10.77%
74.51%

Color #02413A in popluar number systems.

HEX 02 41 3A
Decimal 2 65 58
Binary 10 1000001 111010
Octal 2 101 72

Shades and tints

Shades of #02413A

#02413A
(2,65,58)
#023C35
(2,60,53)
#023730
(2,55,48)
#02322B
(2,50,43)
#022D26
(2,45,38)
#022821
(2,40,33)
#02231C
(2,35,28)
#021E17
(2,30,23)
#021912
(2,25,18)
#02140D
(2,20,13)
#020F08
(2,15,8)
#000000
(0,0,0)

Tints of #02413A

#02413A
(2,65,58)
#19524B
(25,82,75)
#30635C
(48,99,92)
#47746D
(71,116,109)
#5E857E
(94,133,126)
#75968F
(117,150,143)
#8CA7A0
(140,167,160)
#A3B8B1
(163,184,177)
#BAC9C2
(186,201,194)
#D1DAD3
(209,218,211)
#E8EBE4
(232,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02413A color. Also use rgb(2,65,58) instead hex code.

Text Font Color

.myTextColor { color: #02413A; }

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

This text font color is #02413A.

Background Color

.myBgColor { background-color: #02413A; }

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

This div background color is #02413A.

Border color

.myBorderColor { border: 1px solid #02413A; }

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

This div border color is #02413A.

Opacity

.myOpacity80 { color: #02413A; opacity: 0.8; }

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

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

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

This text has shadow with #02413A color.


.textShadow {text-shadow: 3px 3px 1px #02413A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #02413A; -webkit-box-shadow: 1px 1px 3px 2px #02413A; box-shadow:1px 1px 3px 2px #02413A;">
Div content here
</div>

This div box has shadow with color #02413A.

Preview

Color preview on black background

This text has color #02413A on black background.


Color preview on white background

This text has color #02413A on white background.


Black color preview on #02413A background

This text has black color on #02413A background.


White color preview on #02413A background

This text has white color on #02413A background.


Related colors

Complementary color

Complementary color for #hex is #FDBEC5.


I love getcolorcode.com

Triadic colors

1 #3A0241 and #413A02 with #02413A are triadic colors.

2 #3A4102 and #41023A with #02413A are triadic colors.