COLOR #024051

HEX: #024051
RGB: (2,64,81)

Color info

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

RGB color model

#024051 color RGB value is (2,64,81).

  • red value is 2;
  • green value is 64;
  • blue value is 81.
RGB:
(2,64,81)
(1%,25%,32%)

RGB channels and saturation

R 2 of 255 = 1%
G 64 of 255 = 25%
B 81 of 255 = 32%

2
64
81

R + G + B ~ 19%. #024051 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 64 + 81 = 147 (100%)
R 2 of 147 ~ 1.36%
G 64 of 147 ~ 43.54%
B 81 of 147 ~ 55.1%

%43.54
%55.1

CMYK color model

#024051 color CMYK value is (98,21,0,68).

  • cyan value is 97.53%
  • magenta value is 20.99%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(98,21,0,68)
C98M21Y0K68 
(98%,21%,0%,68%)
(0.98/0.21/0.00/0.68)	

CMYK percentages

%97.53
%20.99
%0
%68.24

Codes

Color #024051 in popluar color models

024051
RGB26481
HSL193°95.18%16.27%
HSB/HSV193°97.53%31.76%
CMYK97.53%20.99%0.00%
68.24%

Color #024051 in popluar number systems.

HEX024051
Decimal26481
Binary1010000001010001
Octal2100121

Shades and tints

Shades of #024051

#024051
(2,64,81)
#023B4A
(2,59,74)
#023643
(2,54,67)
#02313C
(2,49,60)
#022C35
(2,44,53)
#02272E
(2,39,46)
#022227
(2,34,39)
#021D20
(2,29,32)
#021819
(2,24,25)
#021312
(2,19,18)
#020E0B
(2,14,11)
#000000
(0,0,0)

Tints of #024051

#024051
(2,64,81)
#195160
(25,81,96)
#30626F
(48,98,111)
#47737E
(71,115,126)
#5E848D
(94,132,141)
#75959C
(117,149,156)
#8CA6AB
(140,166,171)
#A3B7BA
(163,183,186)
#BAC8C9
(186,200,201)
#D1D9D8
(209,217,216)
#E8EAE7
(232,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #024051 color. Also use rgb(2,64,81) instead hex code.

Text Font Color

.myTextColor { color: #024051; }

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

This text font color is #024051.


Background Color

.myBgColor { background-color: #024051; }

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

This div background color is #024051.


Border color

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

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

This div border color is #024051.


Opacity

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

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

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

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

This text has shadow with #024051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #024051 on black background.


Color preview on white background

This text has color #024051 on white background.



Black color preview on #024051 background

This text has black color on #024051 background.


White color preview on #024051 background

This text has white color on #024051 background.