COLOR #024675

HEX: #024675
RGB: (2,70,117)

Color info

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

RGB color model

#024675 color RGB value is (2,70,117).

  • red value is 2;
  • green value is 70;
  • blue value is 117.
RGB:
(2,70,117)
(1%,27%,46%)

RGB channels and saturation

R 2 of 255 = 1%
G 70 of 255 = 27%
B 117 of 255 = 46%

2
70
117

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

Portions of RGB colors in percentages

R + G + B =
2 + 70 + 117 = 189 (100%)
R 2 of 189 ~ 1.06%
G 70 of 189 ~ 37.04%
B 117 of 189 ~ 61.9%

%37.04
%61.9

CMYK color model

#024675 color CMYK value is (98,40,0,54).

  • cyan value is 98.29%
  • magenta value is 40.17%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(98,40,0,54)
C98M40Y0K54 
(98%,40%,0%,54%)
(0.98/0.40/0.00/0.54)	

CMYK percentages

%98.29
%40.17
%0
%54.12

Codes

Color #024675 in popluar color models

024675
RGB270117
HSL205°96.64%23.33%
HSB/HSV205°98.29%45.88%
CMYK98.29%40.17%0.00%
54.12%

Color #024675 in popluar number systems.

HEX024675
Decimal270117
Binary1010001101110101
Octal2106165

Shades and tints

Shades of #024675

#024675
(2,70,117)
#02406B
(2,64,107)
#023A61
(2,58,97)
#023457
(2,52,87)
#022E4D
(2,46,77)
#022843
(2,40,67)
#022239
(2,34,57)
#021C2F
(2,28,47)
#021625
(2,22,37)
#02101B
(2,16,27)
#020A11
(2,10,17)
#000000
(0,0,0)

Tints of #024675

#024675
(2,70,117)
#195681
(25,86,129)
#30668D
(48,102,141)
#477699
(71,118,153)
#5E86A5
(94,134,165)
#7596B1
(117,150,177)
#8CA6BD
(140,166,189)
#A3B6C9
(163,182,201)
#BAC6D5
(186,198,213)
#D1D6E1
(209,214,225)
#E8E6ED
(232,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024675 color. Also use rgb(2,70,117) instead hex code.

Text Font Color

.myTextColor { color: #024675; }

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

This text font color is #024675.


Background Color

.myBgColor { background-color: #024675; }

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

This div background color is #024675.


Border color

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

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

This div border color is #024675.


Opacity

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

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

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

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

This text has shadow with #024675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024675 on black background.


Color preview on white background

This text has color #024675 on white background.



Black color preview on #024675 background

This text has black color on #024675 background.


White color preview on #024675 background

This text has white color on #024675 background.