COLOR #024275

HEX: #024275
RGB: (2,66,117)

Color info

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

RGB color model

#024275 color RGB value is (2,66,117).

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

RGB channels and saturation

R 2 of 255 = 1%
G 66 of 255 = 26%
B 117 of 255 = 46%

2
66
117

R + G + B ~ 24%. #024275 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 66 + 117 = 185 (100%)
R 2 of 185 ~ 1.08%
G 66 of 185 ~ 35.68%
B 117 of 185 ~ 63.24%

%35.68
%63.24

CMYK color model

#024275 color CMYK value is (98,44,0,54).

  • cyan value is 98.29%
  • magenta value is 43.59%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(98,44,0,54)
C98M44Y0K54 
(98%,44%,0%,54%)
(0.98/0.44/0.00/0.54)	

CMYK percentages

%98.29
%43.59
%0
%54.12

Codes

Color #024275 in popluar color models

024275
RGB266117
HSL207°96.64%23.33%
HSB/HSV207°98.29%45.88%
CMYK98.29%43.59%0.00%
54.12%

Color #024275 in popluar number systems.

HEX024275
Decimal266117
Binary1010000101110101
Octal2102165

Shades and tints

Shades of #024275

#024275
(2,66,117)
#023C6B
(2,60,107)
#023661
(2,54,97)
#023057
(2,48,87)
#022A4D
(2,42,77)
#022443
(2,36,67)
#021E39
(2,30,57)
#02182F
(2,24,47)
#021225
(2,18,37)
#020C1B
(2,12,27)
#020611
(2,6,17)
#000000
(0,0,0)

Tints of #024275

#024275
(2,66,117)
#195381
(25,83,129)
#30648D
(48,100,141)
#477599
(71,117,153)
#5E86A5
(94,134,165)
#7597B1
(117,151,177)
#8CA8BD
(140,168,189)
#A3B9C9
(163,185,201)
#BACAD5
(186,202,213)
#D1DBE1
(209,219,225)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #024275; }

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

This text font color is #024275.


Background Color

.myBgColor { background-color: #024275; }

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

This div background color is #024275.


Border color

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

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

This div border color is #024275.


Opacity

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

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

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

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

This text has shadow with #024275 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024275 on black background.


Color preview on white background

This text has color #024275 on white background.



Black color preview on #024275 background

This text has black color on #024275 background.


White color preview on #024275 background

This text has white color on #024275 background.