COLOR #022B57

HEX: #022B57
RGB: (2,43,87)

Color info

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

RGB color model

#022B57 color RGB value is (2,43,87).

  • red value is 2;
  • green value is 43;
  • blue value is 87.
RGB:
(2,43,87)
(1%,17%,34%)

RGB channels and saturation

R 2 of 255 = 1%
G 43 of 255 = 17%
B 87 of 255 = 34%

2
43
87

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

Portions of RGB colors in percentages

R + G + B =
2 + 43 + 87 = 132 (100%)
R 2 of 132 ~ 1.52%
G 43 of 132 ~ 32.58%
B 87 of 132 ~ 65.91%

%32.58
%65.91

CMYK color model

#022B57 color CMYK value is (98,51,0,66).

  • cyan value is 97.70%
  • magenta value is 50.57%
  • yellow value is 0.00%
  • key color value is 65.88%
CMYK:
(98,51,0,66)
C98M51Y0K66 
(98%,51%,0%,66%)
(0.98/0.51/0.00/0.66)	

CMYK percentages

%97.7
%50.57
%0
%65.88

Codes

Color #022B57 in popluar color models

022B57
RGB24387
HSL211°95.51%17.45%
HSB/HSV211°97.70%34.12%
CMYK97.70%50.57%0.00%
65.88%

Color #022B57 in popluar number systems.

HEX022B57
Decimal24387
Binary101010111010111
Octal253127

Shades and tints

Shades of #022B57

#022B57
(2,43,87)
#022850
(2,40,80)
#022549
(2,37,73)
#022242
(2,34,66)
#021F3B
(2,31,59)
#021C34
(2,28,52)
#02192D
(2,25,45)
#021626
(2,22,38)
#02131F
(2,19,31)
#021018
(2,16,24)
#020D11
(2,13,17)
#000000
(0,0,0)

Tints of #022B57

#022B57
(2,43,87)
#193E66
(25,62,102)
#305175
(48,81,117)
#476484
(71,100,132)
#5E7793
(94,119,147)
#758AA2
(117,138,162)
#8C9DB1
(140,157,177)
#A3B0C0
(163,176,192)
#BAC3CF
(186,195,207)
#D1D6DE
(209,214,222)
#E8E9ED
(232,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #022B57; }

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

This text font color is #022B57.


Background Color

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

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

This div background color is #022B57.


Border color

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

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

This div border color is #022B57.


Opacity

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

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

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

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

This text has shadow with #022B57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #022B57 on black background.


Color preview on white background

This text has color #022B57 on white background.



Black color preview on #022B57 background

This text has black color on #022B57 background.


White color preview on #022B57 background

This text has white color on #022B57 background.