COLOR #021359

HEX: #021359
RGB: (2,19,89)

Color info

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

RGB color model

#021359 color RGB value is (2,19,89).

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

RGB channels and saturation

R 2 of 255 = 1%
G 19 of 255 = 7%
B 89 of 255 = 35%

2
19
89

R + G + B ~ 14%. #021359 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 19 + 89 = 110 (100%)
R 2 of 110 ~ 1.82%
G 19 of 110 ~ 17.27%
B 89 of 110 ~ 80.91%

%17.27
%80.91

CMYK color model

#021359 color CMYK value is (98,79,0,65).

  • cyan value is 97.75%
  • magenta value is 78.65%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(98,79,0,65)
C98M79Y0K65 
(98%,79%,0%,65%)
(0.98/0.79/0.00/0.65)	

CMYK percentages

%97.75
%78.65
%0
%65.1

Codes

Color #021359 in popluar color models

021359
RGB21989
HSL228°95.60%17.84%
HSB/HSV228°97.75%34.90%
CMYK97.75%78.65%0.00%
65.10%

Color #021359 in popluar number systems.

HEX021359
Decimal21989
Binary10100111011001
Octal223131

Shades and tints

Shades of #021359

#021359
(2,19,89)
#021251
(2,18,81)
#021149
(2,17,73)
#021041
(2,16,65)
#020F39
(2,15,57)
#020E31
(2,14,49)
#020D29
(2,13,41)
#020C21
(2,12,33)
#020B19
(2,11,25)
#020A11
(2,10,17)
#020909
(2,9,9)
#000000
(0,0,0)

Tints of #021359

#021359
(2,19,89)
#192868
(25,40,104)
#303D77
(48,61,119)
#475286
(71,82,134)
#5E6795
(94,103,149)
#757CA4
(117,124,164)
#8C91B3
(140,145,179)
#A3A6C2
(163,166,194)
#BABBD1
(186,187,209)
#D1D0E0
(209,208,224)
#E8E5EF
(232,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #021359; }

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

This text font color is #021359.


Background Color

.myBgColor { background-color: #021359; }

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

This div background color is #021359.


Border color

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

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

This div border color is #021359.


Opacity

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

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

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

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

This text has shadow with #021359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #021359 on black background.


Color preview on white background

This text has color #021359 on white background.



Black color preview on #021359 background

This text has black color on #021359 background.


White color preview on #021359 background

This text has white color on #021359 background.