COLOR #024F8A

HEX: #024F8A
RGB: (2,79,138)

Color info

#024F8A contains mainly green and blue colors. Web safe color of #024F8A is #006699 (or #069).

RGB color model

#024F8A color RGB value is (2,79,138).

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

RGB channels and saturation

R 2 of 255 = 1%
G 79 of 255 = 31%
B 138 of 255 = 54%

2
79
138

R + G + B ~ 29%. #024F8A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 79 + 138 = 219 (100%)
R 2 of 219 ~ 0.91%
G 79 of 219 ~ 36.07%
B 138 of 219 ~ 63.01%

%36.07
%63.01

CMYK color model

#024F8A color CMYK value is (99,43,0,46).

  • cyan value is 98.55%
  • magenta value is 42.75%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(99,43,0,46)
C99M43Y0K46 
(99%,43%,0%,46%)
(0.99/0.43/0.00/0.46)	

CMYK percentages

%98.55
%42.75
%0
%45.88

Codes

Color #024F8A in popluar color models

024F8A
RGB279138
HSL206°97.14%27.45%
HSB/HSV206°98.55%54.12%
CMYK98.55%42.75%0.00%
45.88%

Color #024F8A in popluar number systems.

HEX024F8A
Decimal279138
Binary10100111110001010
Octal2117212

Shades and tints

Shades of #024F8A

#024F8A
(2,79,138)
#02487E
(2,72,126)
#024172
(2,65,114)
#023A66
(2,58,102)
#02335A
(2,51,90)
#022C4E
(2,44,78)
#022542
(2,37,66)
#021E36
(2,30,54)
#02172A
(2,23,42)
#02101E
(2,16,30)
#020912
(2,9,18)
#000000
(0,0,0)

Tints of #024F8A

#024F8A
(2,79,138)
#195F94
(25,95,148)
#306F9E
(48,111,158)
#477FA8
(71,127,168)
#5E8FB2
(94,143,178)
#759FBC
(117,159,188)
#8CAFC6
(140,175,198)
#A3BFD0
(163,191,208)
#BACFDA
(186,207,218)
#D1DFE4
(209,223,228)
#E8EFEE
(232,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024F8A; }

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

This text font color is #024F8A.


Background Color

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

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

This div background color is #024F8A.


Border color

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

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

This div border color is #024F8A.


Opacity

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

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

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

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

This text has shadow with #024F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024F8A on black background.


Color preview on white background

This text has color #024F8A on white background.



Black color preview on #024F8A background

This text has black color on #024F8A background.


White color preview on #024F8A background

This text has white color on #024F8A background.