COLOR #024C89

HEX: #024C89
RGB: (2,76,137)

Color info

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

RGB color model

#024C89 color RGB value is (2,76,137).

  • red value is 2;
  • green value is 76;
  • blue value is 137.
RGB:
(2,76,137)
(1%,30%,54%)

RGB channels and saturation

R 2 of 255 = 1%
G 76 of 255 = 30%
B 137 of 255 = 54%

2
76
137

R + G + B ~ 28%. #024C89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 76 + 137 = 215 (100%)
R 2 of 215 ~ 0.93%
G 76 of 215 ~ 35.35%
B 137 of 215 ~ 63.72%

%35.35
%63.72

CMYK color model

#024C89 color CMYK value is (99,45,0,46).

  • cyan value is 98.54%
  • magenta value is 44.53%
  • yellow value is 0.00%
  • key color value is 46.27%
CMYK:
(99,45,0,46)
C99M45Y0K46 
(99%,45%,0%,46%)
(0.99/0.45/0.00/0.46)	

CMYK percentages

%98.54
%44.53
%0
%46.27

Codes

Color #024C89 in popluar color models

024C89
RGB276137
HSL207°97.12%27.25%
HSB/HSV207°98.54%53.73%
CMYK98.54%44.53%0.00%
46.27%

Color #024C89 in popluar number systems.

HEX024C89
Decimal276137
Binary10100110010001001
Octal2114211

Shades and tints

Shades of #024C89

#024C89
(2,76,137)
#02467D
(2,70,125)
#024071
(2,64,113)
#023A65
(2,58,101)
#023459
(2,52,89)
#022E4D
(2,46,77)
#022841
(2,40,65)
#022235
(2,34,53)
#021C29
(2,28,41)
#02161D
(2,22,29)
#021011
(2,16,17)
#000000
(0,0,0)

Tints of #024C89

#024C89
(2,76,137)
#195C93
(25,92,147)
#306C9D
(48,108,157)
#477CA7
(71,124,167)
#5E8CB1
(94,140,177)
#759CBB
(117,156,187)
#8CACC5
(140,172,197)
#A3BCCF
(163,188,207)
#BACCD9
(186,204,217)
#D1DCE3
(209,220,227)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024C89 color. Also use rgb(2,76,137) instead hex code.

Text Font Color

.myTextColor { color: #024C89; }

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

This text font color is #024C89.


Background Color

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

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

This div background color is #024C89.


Border color

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

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

This div border color is #024C89.


Opacity

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

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

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

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

This text has shadow with #024C89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024C89 on black background.


Color preview on white background

This text has color #024C89 on white background.



Black color preview on #024C89 background

This text has black color on #024C89 background.


White color preview on #024C89 background

This text has white color on #024C89 background.