COLOR #024F77

HEX: #024F77 RGB: (2,79,119)

Color info

#024F77 contains mainly green and blue colors. Web safe color of #024F77 is #006666 (or #066).

RGB color model

#024F77 color RGB value is (2,79,119).

RGB: (2,79,119) (1%, 31%, 47%)

RGB channels and saturation

R 2 of 255 = 1%
G 79 of 255 = 31%
B 119 of 255 = 47%

2
79
119

R + G + B ~ 26%. #024F77 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 79 + 119 = 200 (100%)
R 2 of 200 ~ 1%
G 79 of 200 ~ 39.5%
B 119 of 200 ~ 59.5'%

%39.5
%59.5

CMYK color model

#024F77 color CMYK value is (98,34,0,53).

  • cyan value is 98.32%
  • magenta value is 33.61%
  • yellow value is 0.00%
  • key color value is 53.33%

CMYK: (98,34,0,53)
C98M34Y0K53 (98%, 34%, 0%, 53%)
(0.98 / 0.34 / 0.00 / 0.53)

CMYK percentages

%98.32
%33.61
%0
%53.33

Codes

Color #024F77 in popluar color models

02 4F 77
RGB 2 79 119
HSL 201° 96.69% 23.73%
HSB/HSV 201° 98.32% 46.67%
CMYK 98.32% 33.61% 0.00%
53.33%

Color #024F77 in popluar number systems.

HEX 02 4F 77
Decimal 2 79 119
Binary 10 1001111 1110111
Octal 2 117 167

Shades and tints

Shades of #024F77

#024F77
(2,79,119)
#02486D
(2,72,109)
#024163
(2,65,99)
#023A59
(2,58,89)
#02334F
(2,51,79)
#022C45
(2,44,69)
#02253B
(2,37,59)
#021E31
(2,30,49)
#021727
(2,23,39)
#02101D
(2,16,29)
#020913
(2,9,19)
#000000
(0,0,0)

Tints of #024F77

#024F77
(2,79,119)
#195F83
(25,95,131)
#306F8F
(48,111,143)
#477F9B
(71,127,155)
#5E8FA7
(94,143,167)
#759FB3
(117,159,179)
#8CAFBF
(140,175,191)
#A3BFCB
(163,191,203)
#BACFD7
(186,207,215)
#D1DFE3
(209,223,227)
#E8EFEF
(232,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024F77 color. Also use rgb(2,79,119) instead hex code.

Text Font Color

.myTextColor { color: #024F77; }

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

This text font color is #024F77.

Background Color

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

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

This div background color is #024F77.

Border color

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

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

This div border color is #024F77.

Opacity

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

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

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

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

This text has shadow with #024F77 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024F77.

Preview

Color preview on black background

This text has color #024F77 on black background.


Color preview on white background

This text has color #024F77 on white background.


Black color preview on #024F77 background

This text has black color on #024F77 background.


White color preview on #024F77 background

This text has white color on #024F77 background.


Related colors

Complementary color

Complementary color for #hex is #FDB088.


I love getcolorcode.com

Triadic colors

1 #77024F and #4F7702 with #024F77 are triadic colors.

2 #774F02 and #4F0277 with #024F77 are triadic colors.