COLOR #020755

HEX: #020755 RGB: (2,7,85)

Color info

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

RGB color model

#020755 color RGB value is (2,7,85).

RGB: (2,7,85) (1%, 3%, 33%)

RGB channels and saturation

R 2 of 255 = 1%
G 7 of 255 = 3%
B 85 of 255 = 33%

2
7
85

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

Portions of RGB colors in percentages

R + G + B = 2 + 7 + 85 = 94 (100%)
R 2 of 94 ~ 2.13%
G 7 of 94 ~ 7.45%
B 85 of 94 ~ 90.43'%

%90.43

CMYK color model

#020755 color CMYK value is (98,92,0,67).

  • cyan value is 97.65%
  • magenta value is 91.76%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (98,92,0,67)
C98M92Y0K67 (98%, 92%, 0%, 67%)
(0.98 / 0.92 / 0.00 / 0.67)

CMYK percentages

%97.65
%91.76
%0
%66.67

Codes

Color #020755 in popluar color models

02 07 55
RGB 2 7 85
HSL 236° 95.40% 17.06%
HSB/HSV 236° 97.65% 33.33%
CMYK 97.65% 91.76% 0.00%
66.67%

Color #020755 in popluar number systems.

HEX 02 07 55
Decimal 2 7 85
Binary 10 111 1010101
Octal 2 7 125

Shades and tints

Shades of #020755

#020755
(2,7,85)
#02074E
(2,7,78)
#020747
(2,7,71)
#020740
(2,7,64)
#020739
(2,7,57)
#020732
(2,7,50)
#02072B
(2,7,43)
#020724
(2,7,36)
#02071D
(2,7,29)
#020716
(2,7,22)
#02070F
(2,7,15)
#000000
(0,0,0)

Tints of #020755

#020755
(2,7,85)
#191D64
(25,29,100)
#303373
(48,51,115)
#474982
(71,73,130)
#5E5F91
(94,95,145)
#7575A0
(117,117,160)
#8C8BAF
(140,139,175)
#A3A1BE
(163,161,190)
#BAB7CD
(186,183,205)
#D1CDDC
(209,205,220)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020755; }

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

This text font color is #020755.

Background Color

.myBgColor { background-color: #020755; }

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

This div background color is #020755.

Border color

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

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

This div border color is #020755.

Opacity

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

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

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

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

This text has shadow with #020755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #020755.

Preview

Color preview on black background

This text has color #020755 on black background.


Color preview on white background

This text has color #020755 on white background.


Black color preview on #020755 background

This text has black color on #020755 background.


White color preview on #020755 background

This text has white color on #020755 background.


Related colors

Complementary color

Complementary color for #hex is #FDF8AA.


I love getcolorcode.com

Triadic colors

1 #550207 and #075502 with #020755 are triadic colors.

2 #550702 and #070255 with #020755 are triadic colors.