COLOR #020770

HEX: #020770
RGB: (2,7,112)

Color info

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

RGB color model

#020770 color RGB value is (2,7,112).

  • red value is 2;
  • green value is 7;
  • blue value is 112.
RGB:
(2,7,112)
(1%,3%,44%)

RGB channels and saturation

R 2 of 255 = 1%
G 7 of 255 = 3%
B 112 of 255 = 44%

2
7
112

R + G + B ~ 16%. #020770 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 7 + 112 = 121 (100%)
R 2 of 121 ~ 1.65%
G 7 of 121 ~ 5.79%
B 112 of 121 ~ 92.56%

%92.56

CMYK color model

#020770 color CMYK value is (98,94,0,56).

  • cyan value is 98.21%
  • magenta value is 93.75%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(98,94,0,56)
C98M94Y0K56 
(98%,94%,0%,56%)
(0.98/0.94/0.00/0.56)	

CMYK percentages

%98.21
%93.75
%0
%56.08

Codes

Color #020770 in popluar color models

020770
RGB27112
HSL237°96.49%22.35%
HSB/HSV237°98.21%43.92%
CMYK98.21%93.75%0.00%
56.08%

Color #020770 in popluar number systems.

HEX020770
Decimal27112
Binary101111110000
Octal27160

Shades and tints

Shades of #020770

#020770
(2,7,112)
#020766
(2,7,102)
#02075C
(2,7,92)
#020752
(2,7,82)
#020748
(2,7,72)
#02073E
(2,7,62)
#020734
(2,7,52)
#02072A
(2,7,42)
#020720
(2,7,32)
#020716
(2,7,22)
#02070C
(2,7,12)
#000000
(0,0,0)

Tints of #020770

#020770
(2,7,112)
#191D7D
(25,29,125)
#30338A
(48,51,138)
#474997
(71,73,151)
#5E5FA4
(94,95,164)
#7575B1
(117,117,177)
#8C8BBE
(140,139,190)
#A3A1CB
(163,161,203)
#BAB7D8
(186,183,216)
#D1CDE5
(209,205,229)
#E8E3F2
(232,227,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020770 color. Also use rgb(2,7,112) instead hex code.

Text Font Color

.myTextColor { color: #020770; }

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

This text font color is #020770.


Background Color

.myBgColor { background-color: #020770; }

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

This div background color is #020770.


Border color

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

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

This div border color is #020770.


Opacity

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

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

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

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

This text has shadow with #020770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020770 on black background.


Color preview on white background

This text has color #020770 on white background.



Black color preview on #020770 background

This text has black color on #020770 background.


White color preview on #020770 background

This text has white color on #020770 background.