COLOR #024A9B

HEX: #024A9B
RGB: (2,74,155)

Color info

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

RGB color model

#024A9B color RGB value is (2,74,155).

  • red value is 2;
  • green value is 74;
  • blue value is 155.
RGB:
(2,74,155)
(1%,29%,61%)

RGB channels and saturation

R 2 of 255 = 1%
G 74 of 255 = 29%
B 155 of 255 = 61%

2
74
155

R + G + B ~ 30%. #024A9B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 74 + 155 = 231 (100%)
R 2 of 231 ~ 0.87%
G 74 of 231 ~ 32.03%
B 155 of 231 ~ 67.1%

%32.03
%67.1

CMYK color model

#024A9B color CMYK value is (99,52,0,39).

  • cyan value is 98.71%
  • magenta value is 52.26%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(99,52,0,39)
C99M52Y0K39 
(99%,52%,0%,39%)
(0.99/0.52/0.00/0.39)	

CMYK percentages

%98.71
%52.26
%0
%39.22

Codes

Color #024A9B in popluar color models

024A9B
RGB274155
HSL212°97.45%30.78%
HSB/HSV212°98.71%60.78%
CMYK98.71%52.26%0.00%
39.22%

Color #024A9B in popluar number systems.

HEX024A9B
Decimal274155
Binary10100101010011011
Octal2112233

Shades and tints

Shades of #024A9B

#024A9B
(2,74,155)
#02448D
(2,68,141)
#023E7F
(2,62,127)
#023871
(2,56,113)
#023263
(2,50,99)
#022C55
(2,44,85)
#022647
(2,38,71)
#022039
(2,32,57)
#021A2B
(2,26,43)
#02141D
(2,20,29)
#020E0F
(2,14,15)
#000000
(0,0,0)

Tints of #024A9B

#024A9B
(2,74,155)
#195AA4
(25,90,164)
#306AAD
(48,106,173)
#477AB6
(71,122,182)
#5E8ABF
(94,138,191)
#759AC8
(117,154,200)
#8CAAD1
(140,170,209)
#A3BADA
(163,186,218)
#BACAE3
(186,202,227)
#D1DAEC
(209,218,236)
#E8EAF5
(232,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024A9B; }

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

This text font color is #024A9B.


Background Color

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

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

This div background color is #024A9B.


Border color

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

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

This div border color is #024A9B.


Opacity

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

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

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

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

This text has shadow with #024A9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024A9B on black background.


Color preview on white background

This text has color #024A9B on white background.



Black color preview on #024A9B background

This text has black color on #024A9B background.


White color preview on #024A9B background

This text has white color on #024A9B background.