COLOR #024777

HEX: #024777
RGB: (2,71,119)

Color info

#024777 contains mainly green and blue colors. Web safe color of #024777 is #003366 (or #036).

RGB color model

#024777 color RGB value is (2,71,119).

  • red value is 2;
  • green value is 71;
  • blue value is 119.
RGB:
(2,71,119)
(1%,28%,47%)

RGB channels and saturation

R 2 of 255 = 1%
G 71 of 255 = 28%
B 119 of 255 = 47%

2
71
119

R + G + B ~ 25%. #024777 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 71 + 119 = 192 (100%)
R 2 of 192 ~ 1.04%
G 71 of 192 ~ 36.98%
B 119 of 192 ~ 61.98%

%36.98
%61.98

CMYK color model

#024777 color CMYK value is (98,40,0,53).

  • cyan value is 98.32%
  • magenta value is 40.34%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(98,40,0,53)
C98M40Y0K53 
(98%,40%,0%,53%)
(0.98/0.40/0.00/0.53)	

CMYK percentages

%98.32
%40.34
%0
%53.33

Codes

Color #024777 in popluar color models

024777
RGB271119
HSL205°96.69%23.73%
HSB/HSV205°98.32%46.67%
CMYK98.32%40.34%0.00%
53.33%

Color #024777 in popluar number systems.

HEX024777
Decimal271119
Binary1010001111110111
Octal2107167

Shades and tints

Shades of #024777

#024777
(2,71,119)
#02416D
(2,65,109)
#023B63
(2,59,99)
#023559
(2,53,89)
#022F4F
(2,47,79)
#022945
(2,41,69)
#02233B
(2,35,59)
#021D31
(2,29,49)
#021727
(2,23,39)
#02111D
(2,17,29)
#020B13
(2,11,19)
#000000
(0,0,0)

Tints of #024777

#024777
(2,71,119)
#195783
(25,87,131)
#30678F
(48,103,143)
#47779B
(71,119,155)
#5E87A7
(94,135,167)
#7597B3
(117,151,179)
#8CA7BF
(140,167,191)
#A3B7CB
(163,183,203)
#BAC7D7
(186,199,215)
#D1D7E3
(209,215,227)
#E8E7EF
(232,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024777; }

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

This text font color is #024777.


Background Color

.myBgColor { background-color: #024777; }

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

This div background color is #024777.


Border color

.myBorderColor { border: 1px solid #024777; }

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

This div border color is #024777.


Opacity

.myOpacity80 { color: #024777; opacity: 0.8; }

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

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

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

This text has shadow with #024777 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024777 on black background.


Color preview on white background

This text has color #024777 on white background.



Black color preview on #024777 background

This text has black color on #024777 background.


White color preview on #024777 background

This text has white color on #024777 background.