COLOR #020530

HEX: #020530
RGB: (2,5,48)

Color info

#020530 contains red, green and blue colors in about the same proportion. Web safe color of #020530 is #000033 (or #003).

RGB color model

#020530 color RGB value is (2,5,48).

  • red value is 2;
  • green value is 5;
  • blue value is 48.
RGB:
(2,5,48)
(1%,2%,19%)

RGB channels and saturation

R 2 of 255 = 1%
G 5 of 255 = 2%
B 48 of 255 = 19%

2
5
48

R + G + B ~ 7%. #020530 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 5 + 48 = 55 (100%)
R 2 of 55 ~ 3.64%
G 5 of 55 ~ 9.09%
B 48 of 55 ~ 87.27%

%87.27

CMYK color model

#020530 color CMYK value is (96,90,0,81).

  • cyan value is 95.83%
  • magenta value is 89.58%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(96,90,0,81)
C96M90Y0K81 
(96%,90%,0%,81%)
(0.96/0.90/0.00/0.81)	

CMYK percentages

%95.83
%89.58
%0
%81.18

Codes

Color #020530 in popluar color models

020530
RGB2548
HSL236°92.00%9.80%
HSB/HSV236°95.83%18.82%
CMYK95.83%89.58%0.00%
81.18%

Color #020530 in popluar number systems.

HEX020530
Decimal2548
Binary10101110000
Octal2560

Shades and tints

Shades of #020530

#020530
(2,5,48)
#02052C
(2,5,44)
#020528
(2,5,40)
#020524
(2,5,36)
#020520
(2,5,32)
#02051C
(2,5,28)
#020518
(2,5,24)
#020514
(2,5,20)
#020510
(2,5,16)
#02050C
(2,5,12)
#020508
(2,5,8)
#000000
(0,0,0)

Tints of #020530

#020530
(2,5,48)
#191B42
(25,27,66)
#303154
(48,49,84)
#474766
(71,71,102)
#5E5D78
(94,93,120)
#75738A
(117,115,138)
#8C899C
(140,137,156)
#A39FAE
(163,159,174)
#BAB5C0
(186,181,192)
#D1CBD2
(209,203,210)
#E8E1E4
(232,225,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #020530 color. Also use rgb(2,5,48) instead hex code.

Text Font Color

.myTextColor { color: #020530; }

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

This text font color is #020530.


Background Color

.myBgColor { background-color: #020530; }

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

This div background color is #020530.


Border color

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

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

This div border color is #020530.


Opacity

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

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

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

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

This text has shadow with #020530 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020530 on black background.


Color preview on white background

This text has color #020530 on white background.



Black color preview on #020530 background

This text has black color on #020530 background.


White color preview on #020530 background

This text has white color on #020530 background.