COLOR #024154

HEX: #024154
RGB: (2,65,84)

Color info

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

RGB color model

#024154 color RGB value is (2,65,84).

  • red value is 2;
  • green value is 65;
  • blue value is 84.
RGB:
(2,65,84)
(1%,25%,33%)

RGB channels and saturation

R 2 of 255 = 1%
G 65 of 255 = 25%
B 84 of 255 = 33%

2
65
84

R + G + B ~ 20%. #024154 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 65 + 84 = 151 (100%)
R 2 of 151 ~ 1.32%
G 65 of 151 ~ 43.05%
B 84 of 151 ~ 55.63%

%43.05
%55.63

CMYK color model

#024154 color CMYK value is (98,23,0,67).

  • cyan value is 97.62%
  • magenta value is 22.62%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(98,23,0,67)
C98M23Y0K67 
(98%,23%,0%,67%)
(0.98/0.23/0.00/0.67)	

CMYK percentages

%97.62
%22.62
%0
%67.06

Codes

Color #024154 in popluar color models

024154
RGB26584
HSL194°95.35%16.86%
HSB/HSV194°97.62%32.94%
CMYK97.62%22.62%0.00%
67.06%

Color #024154 in popluar number systems.

HEX024154
Decimal26584
Binary1010000011010100
Octal2101124

Shades and tints

Shades of #024154

#024154
(2,65,84)
#023C4D
(2,60,77)
#023746
(2,55,70)
#02323F
(2,50,63)
#022D38
(2,45,56)
#022831
(2,40,49)
#02232A
(2,35,42)
#021E23
(2,30,35)
#02191C
(2,25,28)
#021415
(2,20,21)
#020F0E
(2,15,14)
#000000
(0,0,0)

Tints of #024154

#024154
(2,65,84)
#195263
(25,82,99)
#306372
(48,99,114)
#477481
(71,116,129)
#5E8590
(94,133,144)
#75969F
(117,150,159)
#8CA7AE
(140,167,174)
#A3B8BD
(163,184,189)
#BAC9CC
(186,201,204)
#D1DADB
(209,218,219)
#E8EBEA
(232,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024154 color. Also use rgb(2,65,84) instead hex code.

Text Font Color

.myTextColor { color: #024154; }

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

This text font color is #024154.


Background Color

.myBgColor { background-color: #024154; }

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

This div background color is #024154.


Border color

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

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

This div border color is #024154.


Opacity

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

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

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

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

This text has shadow with #024154 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024154 on black background.


Color preview on white background

This text has color #024154 on white background.



Black color preview on #024154 background

This text has black color on #024154 background.


White color preview on #024154 background

This text has white color on #024154 background.