COLOR #02418E

HEX: #02418E RGB: (2,65,142)

Color info

#02418E contains mainly blue color. Web safe color of #02418E is #003399 (or #039).

RGB color model

#02418E color RGB value is (2,65,142).

RGB: (2,65,142) (1%, 25%, 56%)

RGB channels and saturation

R 2 of 255 = 1%
G 65 of 255 = 25%
B 142 of 255 = 56%

2
65
142

R + G + B ~ 27%. #02418E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 65 + 142 = 209 (100%)
R 2 of 209 ~ 0.96%
G 65 of 209 ~ 31.1%
B 142 of 209 ~ 67.94'%

%31.1
%67.94

CMYK color model

#02418E color CMYK value is (99,54,0,44).

  • cyan value is 98.59%
  • magenta value is 54.23%
  • yellow value is 0.00%
  • key color value is 44.31%

CMYK: (99,54,0,44)
C99M54Y0K44 (99%, 54%, 0%, 44%)
(0.99 / 0.54 / 0.00 / 0.44)

CMYK percentages

%98.59
%54.23
%0
%44.31

Codes

Color #02418E in popluar color models

02 41 8E
RGB 2 65 142
HSL 213° 97.22% 28.24%
HSB/HSV 213° 98.59% 55.69%
CMYK 98.59% 54.23% 0.00%
44.31%

Color #02418E in popluar number systems.

HEX 02 41 8E
Decimal 2 65 142
Binary 10 1000001 10001110
Octal 2 101 216

Shades and tints

Shades of #02418E

#02418E
(2,65,142)
#023C82
(2,60,130)
#023776
(2,55,118)
#02326A
(2,50,106)
#022D5E
(2,45,94)
#022852
(2,40,82)
#022346
(2,35,70)
#021E3A
(2,30,58)
#02192E
(2,25,46)
#021422
(2,20,34)
#020F16
(2,15,22)
#000000
(0,0,0)

Tints of #02418E

#02418E
(2,65,142)
#195298
(25,82,152)
#3063A2
(48,99,162)
#4774AC
(71,116,172)
#5E85B6
(94,133,182)
#7596C0
(117,150,192)
#8CA7CA
(140,167,202)
#A3B8D4
(163,184,212)
#BAC9DE
(186,201,222)
#D1DAE8
(209,218,232)
#E8EBF2
(232,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02418E color. Also use rgb(2,65,142) instead hex code.

Text Font Color

.myTextColor { color: #02418E; }

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

This text font color is #02418E.

Background Color

.myBgColor { background-color: #02418E; }

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

This div background color is #02418E.

Border color

.myBorderColor { border: 1px solid #02418E; }

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

This div border color is #02418E.

Opacity

.myOpacity80 { color: #02418E; opacity: 0.8; }

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

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

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

This text has shadow with #02418E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02418E.

Preview

Color preview on black background

This text has color #02418E on black background.


Color preview on white background

This text has color #02418E on white background.


Black color preview on #02418E background

This text has black color on #02418E background.


White color preview on #02418E background

This text has white color on #02418E background.


Related colors

Complementary color

Complementary color for #hex is #FDBE71.


I love getcolorcode.com

Triadic colors

1 #8E0241 and #418E02 with #02418E are triadic colors.

2 #8E4102 and #41028E with #02418E are triadic colors.