COLOR #022B53

HEX: #022B53 RGB: (2,43,83)

Color info

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

RGB color model

#022B53 color RGB value is (2,43,83).

RGB: (2,43,83) (1%, 17%, 33%)

RGB channels and saturation

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

2
43
83

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

Portions of RGB colors in percentages

R + G + B = 2 + 43 + 83 = 128 (100%)
R 2 of 128 ~ 1.56%
G 43 of 128 ~ 33.59%
B 83 of 128 ~ 64.84'%

%33.59
%64.84

CMYK color model

#022B53 color CMYK value is (98,48,0,67).

  • cyan value is 97.59%
  • magenta value is 48.19%
  • yellow value is 0.00%
  • key color value is 67.45%

CMYK: (98,48,0,67)
C98M48Y0K67 (98%, 48%, 0%, 67%)
(0.98 / 0.48 / 0.00 / 0.67)

CMYK percentages

%97.59
%48.19
%0
%67.45

Codes

Color #022B53 in popluar color models

02 2B 53
RGB 2 43 83
HSL 210° 95.29% 16.67%
HSB/HSV 210° 97.59% 32.55%
CMYK 97.59% 48.19% 0.00%
67.45%

Color #022B53 in popluar number systems.

HEX 02 2B 53
Decimal 2 43 83
Binary 10 101011 1010011
Octal 2 53 123

Shades and tints

Shades of #022B53

#022B53
(2,43,83)
#02284C
(2,40,76)
#022545
(2,37,69)
#02223E
(2,34,62)
#021F37
(2,31,55)
#021C30
(2,28,48)
#021929
(2,25,41)
#021622
(2,22,34)
#02131B
(2,19,27)
#021014
(2,16,20)
#020D0D
(2,13,13)
#000000
(0,0,0)

Tints of #022B53

#022B53
(2,43,83)
#193E62
(25,62,98)
#305171
(48,81,113)
#476480
(71,100,128)
#5E778F
(94,119,143)
#758A9E
(117,138,158)
#8C9DAD
(140,157,173)
#A3B0BC
(163,176,188)
#BAC3CB
(186,195,203)
#D1D6DA
(209,214,218)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #022B53; }

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

This text font color is #022B53.

Background Color

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

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

This div background color is #022B53.

Border color

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

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

This div border color is #022B53.

Opacity

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

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

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

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

This text has shadow with #022B53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #022B53.

Preview

Color preview on black background

This text has color #022B53 on black background.


Color preview on white background

This text has color #022B53 on white background.


Black color preview on #022B53 background

This text has black color on #022B53 background.


White color preview on #022B53 background

This text has white color on #022B53 background.


Related colors

Complementary color

Complementary color for #hex is #FDD4AC.


I love getcolorcode.com

Triadic colors

1 #53022B and #2B5302 with #022B53 are triadic colors.

2 #532B02 and #2B0253 with #022B53 are triadic colors.