COLOR #021759

HEX: #021759
RGB: (2,23,89)

Color info

#021759 contains mainly blue color. Web safe color of #021759 is #000066 (or #006).

RGB color model

#021759 color RGB value is (2,23,89).

  • red value is 2;
  • green value is 23;
  • blue value is 89.
RGB:
(2,23,89)
(1%,9%,35%)

RGB channels and saturation

R 2 of 255 = 1%
G 23 of 255 = 9%
B 89 of 255 = 35%

2
23
89

R + G + B ~ 15%. #021759 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 23 + 89 = 114 (100%)
R 2 of 114 ~ 1.75%
G 23 of 114 ~ 20.18%
B 89 of 114 ~ 78.07%

%20.18
%78.07

CMYK color model

#021759 color CMYK value is (98,74,0,65).

  • cyan value is 97.75%
  • magenta value is 74.16%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(98,74,0,65)
C98M74Y0K65 
(98%,74%,0%,65%)
(0.98/0.74/0.00/0.65)	

CMYK percentages

%97.75
%74.16
%0
%65.1

Codes

Color #021759 in popluar color models

021759
RGB22389
HSL226°95.60%17.84%
HSB/HSV226°97.75%34.90%
CMYK97.75%74.16%0.00%
65.10%

Color #021759 in popluar number systems.

HEX021759
Decimal22389
Binary10101111011001
Octal227131

Shades and tints

Shades of #021759

#021759
(2,23,89)
#021551
(2,21,81)
#021349
(2,19,73)
#021141
(2,17,65)
#020F39
(2,15,57)
#020D31
(2,13,49)
#020B29
(2,11,41)
#020921
(2,9,33)
#020719
(2,7,25)
#020511
(2,5,17)
#020309
(2,3,9)
#000000
(0,0,0)

Tints of #021759

#021759
(2,23,89)
#192C68
(25,44,104)
#304177
(48,65,119)
#475686
(71,86,134)
#5E6B95
(94,107,149)
#7580A4
(117,128,164)
#8C95B3
(140,149,179)
#A3AAC2
(163,170,194)
#BABFD1
(186,191,209)
#D1D4E0
(209,212,224)
#E8E9EF
(232,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #021759 color. Also use rgb(2,23,89) instead hex code.

Text Font Color

.myTextColor { color: #021759; }

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

This text font color is #021759.


Background Color

.myBgColor { background-color: #021759; }

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

This div background color is #021759.


Border color

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

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

This div border color is #021759.


Opacity

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

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

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

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

This text has shadow with #021759 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021759 on black background.


Color preview on white background

This text has color #021759 on white background.



Black color preview on #021759 background

This text has black color on #021759 background.


White color preview on #021759 background

This text has white color on #021759 background.