COLOR #022E4D

HEX: #022E4D
RGB: (2,46,77)

Color info

#022E4D contains mainly green and blue colors. Web safe color of #022E4D is #003333 (or #033).

RGB color model

#022E4D color RGB value is (2,46,77).

  • red value is 2;
  • green value is 46;
  • blue value is 77.
RGB:
(2,46,77)
(1%,18%,30%)

RGB channels and saturation

R 2 of 255 = 1%
G 46 of 255 = 18%
B 77 of 255 = 30%

2
46
77

R + G + B ~ 16%. #022E4D is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 46 + 77 = 125 (100%)
R 2 of 125 ~ 1.6%
G 46 of 125 ~ 36.8%
B 77 of 125 ~ 61.6%

%36.8
%61.6

CMYK color model

#022E4D color CMYK value is (97,40,0,70).

  • cyan value is 97.40%
  • magenta value is 40.26%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(97,40,0,70)
C97M40Y0K70 
(97%,40%,0%,70%)
(0.97/0.40/0.00/0.70)	

CMYK percentages

%97.4
%40.26
%0
%69.8

Codes

Color #022E4D in popluar color models

022E4D
RGB24677
HSL205°94.94%15.49%
HSB/HSV205°97.40%30.20%
CMYK97.40%40.26%0.00%
69.80%

Color #022E4D in popluar number systems.

HEX022E4D
Decimal24677
Binary101011101001101
Octal256115

Shades and tints

Shades of #022E4D

#022E4D
(2,46,77)
#022A46
(2,42,70)
#02263F
(2,38,63)
#022238
(2,34,56)
#021E31
(2,30,49)
#021A2A
(2,26,42)
#021623
(2,22,35)
#02121C
(2,18,28)
#020E15
(2,14,21)
#020A0E
(2,10,14)
#020607
(2,6,7)
#000000
(0,0,0)

Tints of #022E4D

#022E4D
(2,46,77)
#19415D
(25,65,93)
#30546D
(48,84,109)
#47677D
(71,103,125)
#5E7A8D
(94,122,141)
#758D9D
(117,141,157)
#8CA0AD
(140,160,173)
#A3B3BD
(163,179,189)
#BAC6CD
(186,198,205)
#D1D9DD
(209,217,221)
#E8ECED
(232,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #022E4D color. Also use rgb(2,46,77) instead hex code.

Text Font Color

.myTextColor { color: #022E4D; }

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

This text font color is #022E4D.


Background Color

.myBgColor { background-color: #022E4D; }

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

This div background color is #022E4D.


Border color

.myBorderColor { border: 1px solid #022E4D; }

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

This div border color is #022E4D.


Opacity

.myOpacity80 { color: #022E4D; opacity: 0.8; }

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

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

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

This text has shadow with #022E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #022E4D on black background.


Color preview on white background

This text has color #022E4D on white background.



Black color preview on #022E4D background

This text has black color on #022E4D background.


White color preview on #022E4D background

This text has white color on #022E4D background.