COLOR #020D49

HEX: #020D49
RGB: (2,13,73)

Color info

#020D49 contains mainly blue color. Web safe color of #020D49 is #000033 (or #003).

RGB color model

#020D49 color RGB value is (2,13,73).

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

RGB channels and saturation

R 2 of 255 = 1%
G 13 of 255 = 5%
B 73 of 255 = 29%

2
13
73

R + G + B ~ 12%. #020D49 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 13 + 73 = 88 (100%)
R 2 of 88 ~ 2.27%
G 13 of 88 ~ 14.77%
B 73 of 88 ~ 82.95%

%14.77
%82.95

CMYK color model

#020D49 color CMYK value is (97,82,0,71).

  • cyan value is 97.26%
  • magenta value is 82.19%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(97,82,0,71)
C97M82Y0K71 
(97%,82%,0%,71%)
(0.97/0.82/0.00/0.71)	

CMYK percentages

%97.26
%82.19
%0
%71.37

Codes

Color #020D49 in popluar color models

020D49
RGB21373
HSL231°94.67%14.71%
HSB/HSV231°97.26%28.63%
CMYK97.26%82.19%0.00%
71.37%

Color #020D49 in popluar number systems.

HEX020D49
Decimal21373
Binary1011011001001
Octal215111

Shades and tints

Shades of #020D49

#020D49
(2,13,73)
#020C43
(2,12,67)
#020B3D
(2,11,61)
#020A37
(2,10,55)
#020931
(2,9,49)
#02082B
(2,8,43)
#020725
(2,7,37)
#02061F
(2,6,31)
#020519
(2,5,25)
#020413
(2,4,19)
#02030D
(2,3,13)
#000000
(0,0,0)

Tints of #020D49

#020D49
(2,13,73)
#192359
(25,35,89)
#303969
(48,57,105)
#474F79
(71,79,121)
#5E6589
(94,101,137)
#757B99
(117,123,153)
#8C91A9
(140,145,169)
#A3A7B9
(163,167,185)
#BABDC9
(186,189,201)
#D1D3D9
(209,211,217)
#E8E9E9
(232,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020D49; }

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

This text font color is #020D49.


Background Color

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

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

This div background color is #020D49.


Border color

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

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

This div border color is #020D49.


Opacity

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

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

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

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

This text has shadow with #020D49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020D49 on black background.


Color preview on white background

This text has color #020D49 on white background.



Black color preview on #020D49 background

This text has black color on #020D49 background.


White color preview on #020D49 background

This text has white color on #020D49 background.