COLOR #022C53

HEX: #022C53
RGB: (2,44,83)

Color info

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

RGB color model

#022C53 color RGB value is (2,44,83).

  • red value is 2;
  • green value is 44;
  • blue value is 83.
RGB:
(2,44,83)
(1%,17%,33%)

RGB channels and saturation

R 2 of 255 = 1%
G 44 of 255 = 17%
B 83 of 255 = 33%

2
44
83

R + G + B ~ 17%. #022C53 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 44 + 83 = 129 (100%)
R 2 of 129 ~ 1.55%
G 44 of 129 ~ 34.11%
B 83 of 129 ~ 64.34%

%34.11
%64.34

CMYK color model

#022C53 color CMYK value is (98,47,0,67).

  • cyan value is 97.59%
  • magenta value is 46.99%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(98,47,0,67)
C98M47Y0K67 
(98%,47%,0%,67%)
(0.98/0.47/0.00/0.67)	

CMYK percentages

%97.59
%46.99
%0
%67.45

Codes

Color #022C53 in popluar color models

022C53
RGB24483
HSL209°95.29%16.67%
HSB/HSV209°97.59%32.55%
CMYK97.59%46.99%0.00%
67.45%

Color #022C53 in popluar number systems.

HEX022C53
Decimal24483
Binary101011001010011
Octal254123

Shades and tints

Shades of #022C53

#022C53
(2,44,83)
#02284C
(2,40,76)
#022445
(2,36,69)
#02203E
(2,32,62)
#021C37
(2,28,55)
#021830
(2,24,48)
#021429
(2,20,41)
#021022
(2,16,34)
#020C1B
(2,12,27)
#020814
(2,8,20)
#02040D
(2,4,13)
#000000
(0,0,0)

Tints of #022C53

#022C53
(2,44,83)
#193F62
(25,63,98)
#305271
(48,82,113)
#476580
(71,101,128)
#5E788F
(94,120,143)
#758B9E
(117,139,158)
#8C9EAD
(140,158,173)
#A3B1BC
(163,177,188)
#BAC4CB
(186,196,203)
#D1D7DA
(209,215,218)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #022C53 color. Also use rgb(2,44,83) instead hex code.

Text Font Color

.myTextColor { color: #022C53; }

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

This text font color is #022C53.


Background Color

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

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

This div background color is #022C53.


Border color

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

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

This div border color is #022C53.


Opacity

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

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

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

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

This text has shadow with #022C53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #022C53 on black background.


Color preview on white background

This text has color #022C53 on white background.



Black color preview on #022C53 background

This text has black color on #022C53 background.


White color preview on #022C53 background

This text has white color on #022C53 background.