COLOR #024AA0

HEX: #024AA0 RGB: (2,74,160)

Color info

#024AA0 contains mainly blue color. Web safe color of #024AA0 is #003399 (or #039).

RGB color model

#024AA0 color RGB value is (2,74,160).

RGB: (2,74,160) (1%, 29%, 63%)

RGB channels and saturation

R 2 of 255 = 1%
G 74 of 255 = 29%
B 160 of 255 = 63%

2
74
160

R + G + B ~ 31%. #024AA0 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 74 + 160 = 236 (100%)
R 2 of 236 ~ 0.85%
G 74 of 236 ~ 31.36%
B 160 of 236 ~ 67.8'%

%31.36
%67.8

CMYK color model

#024AA0 color CMYK value is (99,54,0,37).

  • cyan value is 98.75%
  • magenta value is 53.75%
  • yellow value is 0.00%
  • key color value is 37.25%

CMYK: (99,54,0,37)
C99M54Y0K37 (99%, 54%, 0%, 37%)
(0.99 / 0.54 / 0.00 / 0.37)

CMYK percentages

%98.75
%53.75
%0
%37.25

Codes

Color #024AA0 in popluar color models

02 4A A0
RGB 2 74 160
HSL 213° 97.53% 31.76%
HSB/HSV 213° 98.75% 62.75%
CMYK 98.75% 53.75% 0.00%
37.25%

Color #024AA0 in popluar number systems.

HEX 02 4A A0
Decimal 2 74 160
Binary 10 1001010 10100000
Octal 2 112 240

Shades and tints

Shades of #024AA0

#024AA0
(2,74,160)
#024492
(2,68,146)
#023E84
(2,62,132)
#023876
(2,56,118)
#023268
(2,50,104)
#022C5A
(2,44,90)
#02264C
(2,38,76)
#02203E
(2,32,62)
#021A30
(2,26,48)
#021422
(2,20,34)
#020E14
(2,14,20)
#000000
(0,0,0)

Tints of #024AA0

#024AA0
(2,74,160)
#195AA8
(25,90,168)
#306AB0
(48,106,176)
#477AB8
(71,122,184)
#5E8AC0
(94,138,192)
#759AC8
(117,154,200)
#8CAAD0
(140,170,208)
#A3BAD8
(163,186,216)
#BACAE0
(186,202,224)
#D1DAE8
(209,218,232)
#E8EAF0
(232,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024AA0 color. Also use rgb(2,74,160) instead hex code.

Text Font Color

.myTextColor { color: #024AA0; }

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

This text font color is #024AA0.

Background Color

.myBgColor { background-color: #024AA0; }

<div style="background-color:#024AA0">Inner text</div>

This div background color is #024AA0.

Border color

.myBorderColor { border: 1px solid #024AA0; }

<div style="border:3px solid #024AA0">Div</div>

This div border color is #024AA0.

Opacity

.myOpacity80 { color: #024AA0; opacity: 0.8; }

<p style="color:#024AA0;opacity:0.8;">80%</p>

Text with #024AA0 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 #024AA0;}

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

This text has shadow with #024AA0 color.


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

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

This text has shadow with #024AA0 primary color and red secondary color.


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

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

This text has shadow with #024AA0 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #024AA0.

Preview

Color preview on black background

This text has color #024AA0 on black background.


Color preview on white background

This text has color #024AA0 on white background.


Black color preview on #024AA0 background

This text has black color on #024AA0 background.


White color preview on #024AA0 background

This text has white color on #024AA0 background.


Related colors

Complementary color

Complementary color for #hex is #FDB55F.


I love getcolorcode.com

Triadic colors

1 #A0024A and #4AA002 with #024AA0 are triadic colors.

2 #A04A02 and #4A02A0 with #024AA0 are triadic colors.