COLOR #020D52

HEX: #020D52
RGB: (2,13,82)

Color info

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

RGB color model

#020D52 color RGB value is (2,13,82).

  • red value is 2;
  • green value is 13;
  • blue value is 82.
RGB:
(2,13,82)
(1%,5%,32%)

RGB channels and saturation

R 2 of 255 = 1%
G 13 of 255 = 5%
B 82 of 255 = 32%

2
13
82

R + G + B ~ 13%. #020D52 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 13 + 82 = 97 (100%)
R 2 of 97 ~ 2.06%
G 13 of 97 ~ 13.4%
B 82 of 97 ~ 84.54%

%13.4
%84.54

CMYK color model

#020D52 color CMYK value is (98,84,0,68).

  • cyan value is 97.56%
  • magenta value is 84.15%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(98,84,0,68)
C98M84Y0K68 
(98%,84%,0%,68%)
(0.98/0.84/0.00/0.68)	

CMYK percentages

%97.56
%84.15
%0
%67.84

Codes

Color #020D52 in popluar color models

020D52
RGB21382
HSL232°95.24%16.47%
HSB/HSV232°97.56%32.16%
CMYK97.56%84.15%0.00%
67.84%

Color #020D52 in popluar number systems.

HEX020D52
Decimal21382
Binary1011011010010
Octal215122

Shades and tints

Shades of #020D52

#020D52
(2,13,82)
#020C4B
(2,12,75)
#020B44
(2,11,68)
#020A3D
(2,10,61)
#020936
(2,9,54)
#02082F
(2,8,47)
#020728
(2,7,40)
#020621
(2,6,33)
#02051A
(2,5,26)
#020413
(2,4,19)
#02030C
(2,3,12)
#000000
(0,0,0)

Tints of #020D52

#020D52
(2,13,82)
#192361
(25,35,97)
#303970
(48,57,112)
#474F7F
(71,79,127)
#5E658E
(94,101,142)
#757B9D
(117,123,157)
#8C91AC
(140,145,172)
#A3A7BB
(163,167,187)
#BABDCA
(186,189,202)
#D1D3D9
(209,211,217)
#E8E9E8
(232,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020D52 color. Also use rgb(2,13,82) instead hex code.

Text Font Color

.myTextColor { color: #020D52; }

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

This text font color is #020D52.


Background Color

.myBgColor { background-color: #020D52; }

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

This div background color is #020D52.


Border color

.myBorderColor { border: 1px solid #020D52; }

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

This div border color is #020D52.


Opacity

.myOpacity80 { color: #020D52; opacity: 0.8; }

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

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

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

This text has shadow with #020D52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020D52 on black background.


Color preview on white background

This text has color #020D52 on white background.



Black color preview on #020D52 background

This text has black color on #020D52 background.


White color preview on #020D52 background

This text has white color on #020D52 background.