COLOR #024F7B

HEX: #024F7B RGB: (2,79,123)

Color info

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

RGB color model

#024F7B color RGB value is (2,79,123).

RGB: (2,79,123) (1%, 31%, 48%)

RGB channels and saturation

R 2 of 255 = 1%
G 79 of 255 = 31%
B 123 of 255 = 48%

2
79
123

R + G + B ~ 27%. #024F7B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 79 + 123 = 204 (100%)
R 2 of 204 ~ 0.98%
G 79 of 204 ~ 38.73%
B 123 of 204 ~ 60.29'%

%38.73
%60.29

CMYK color model

#024F7B color CMYK value is (98,36,0,52).

  • cyan value is 98.37%
  • magenta value is 35.77%
  • yellow value is 0.00%
  • key color value is 51.76%

CMYK: (98,36,0,52)
C98M36Y0K52 (98%, 36%, 0%, 52%)
(0.98 / 0.36 / 0.00 / 0.52)

CMYK percentages

%98.37
%35.77
%0
%51.76

Codes

Color #024F7B in popluar color models

02 4F 7B
RGB 2 79 123
HSL 202° 96.80% 24.51%
HSB/HSV 202° 98.37% 48.24%
CMYK 98.37% 35.77% 0.00%
51.76%

Color #024F7B in popluar number systems.

HEX 02 4F 7B
Decimal 2 79 123
Binary 10 1001111 1111011
Octal 2 117 173

Shades and tints

Shades of #024F7B

#024F7B
(2,79,123)
#024870
(2,72,112)
#024165
(2,65,101)
#023A5A
(2,58,90)
#02334F
(2,51,79)
#022C44
(2,44,68)
#022539
(2,37,57)
#021E2E
(2,30,46)
#021723
(2,23,35)
#021018
(2,16,24)
#02090D
(2,9,13)
#000000
(0,0,0)

Tints of #024F7B

#024F7B
(2,79,123)
#195F87
(25,95,135)
#306F93
(48,111,147)
#477F9F
(71,127,159)
#5E8FAB
(94,143,171)
#759FB7
(117,159,183)
#8CAFC3
(140,175,195)
#A3BFCF
(163,191,207)
#BACFDB
(186,207,219)
#D1DFE7
(209,223,231)
#E8EFF3
(232,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024F7B; }

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

This text font color is #024F7B.

Background Color

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

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

This div background color is #024F7B.

Border color

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

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

This div border color is #024F7B.

Opacity

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

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

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

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

This text has shadow with #024F7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #024F7B.

Preview

Color preview on black background

This text has color #024F7B on black background.


Color preview on white background

This text has color #024F7B on white background.


Black color preview on #024F7B background

This text has black color on #024F7B background.


White color preview on #024F7B background

This text has white color on #024F7B background.


Related colors

Complementary color

Complementary color for #hex is #FDB084.


I love getcolorcode.com

Triadic colors

1 #7B024F and #4F7B02 with #024F7B are triadic colors.

2 #7B4F02 and #4F027B with #024F7B are triadic colors.