COLOR #024F76

HEX: #024F76
RGB: (2,79,118)

Color info

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

RGB color model

#024F76 color RGB value is (2,79,118).

  • red value is 2;
  • green value is 79;
  • blue value is 118.
RGB:
(2,79,118)
(1%,31%,46%)

RGB channels and saturation

R 2 of 255 = 1%
G 79 of 255 = 31%
B 118 of 255 = 46%

2
79
118

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

Portions of RGB colors in percentages

R + G + B =
2 + 79 + 118 = 199 (100%)
R 2 of 199 ~ 1.01%
G 79 of 199 ~ 39.7%
B 118 of 199 ~ 59.3%

%39.7
%59.3

CMYK color model

#024F76 color CMYK value is (98,33,0,54).

  • cyan value is 98.31%
  • magenta value is 33.05%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(98,33,0,54)
C98M33Y0K54 
(98%,33%,0%,54%)
(0.98/0.33/0.00/0.54)	

CMYK percentages

%98.31
%33.05
%0
%53.73

Codes

Color #024F76 in popluar color models

024F76
RGB279118
HSL200°96.67%23.53%
HSB/HSV200°98.31%46.27%
CMYK98.31%33.05%0.00%
53.73%

Color #024F76 in popluar number systems.

HEX024F76
Decimal279118
Binary1010011111110110
Octal2117166

Shades and tints

Shades of #024F76

#024F76
(2,79,118)
#02486C
(2,72,108)
#024162
(2,65,98)
#023A58
(2,58,88)
#02334E
(2,51,78)
#022C44
(2,44,68)
#02253A
(2,37,58)
#021E30
(2,30,48)
#021726
(2,23,38)
#02101C
(2,16,28)
#020912
(2,9,18)
#000000
(0,0,0)

Tints of #024F76

#024F76
(2,79,118)
#195F82
(25,95,130)
#306F8E
(48,111,142)
#477F9A
(71,127,154)
#5E8FA6
(94,143,166)
#759FB2
(117,159,178)
#8CAFBE
(140,175,190)
#A3BFCA
(163,191,202)
#BACFD6
(186,207,214)
#D1DFE2
(209,223,226)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024F76; }

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

This text font color is #024F76.


Background Color

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

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

This div background color is #024F76.


Border color

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

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

This div border color is #024F76.


Opacity

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

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

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

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

This text has shadow with #024F76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024F76 on black background.


Color preview on white background

This text has color #024F76 on white background.



Black color preview on #024F76 background

This text has black color on #024F76 background.


White color preview on #024F76 background

This text has white color on #024F76 background.