COLOR #020A30

HEX: #020A30
RGB: (2,10,48)

Color info

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

RGB color model

#020A30 color RGB value is (2,10,48).

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

RGB channels and saturation

R 2 of 255 = 1%
G 10 of 255 = 4%
B 48 of 255 = 19%

2
10
48

R + G + B ~ 8%. #020A30 is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 10 + 48 = 60 (100%)
R 2 of 60 ~ 3.33%
G 10 of 60 ~ 16.67%
B 48 of 60 ~ 80%

%16.67
%80

CMYK color model

#020A30 color CMYK value is (96,79,0,81).

  • cyan value is 95.83%
  • magenta value is 79.17%
  • yellow value is 0.00%
  • key color value is 81.18%
CMYK:
(96,79,0,81)
C96M79Y0K81 
(96%,79%,0%,81%)
(0.96/0.79/0.00/0.81)	

CMYK percentages

%95.83
%79.17
%0
%81.18

Codes

Color #020A30 in popluar color models

020A30
RGB21048
HSL230°92.00%9.80%
HSB/HSV230°95.83%18.82%
CMYK95.83%79.17%0.00%
81.18%

Color #020A30 in popluar number systems.

HEX020A30
Decimal21048
Binary101010110000
Octal21260

Shades and tints

Shades of #020A30

#020A30
(2,10,48)
#020A2C
(2,10,44)
#020A28
(2,10,40)
#020A24
(2,10,36)
#020A20
(2,10,32)
#020A1C
(2,10,28)
#020A18
(2,10,24)
#020A14
(2,10,20)
#020A10
(2,10,16)
#020A0C
(2,10,12)
#020A08
(2,10,8)
#000000
(0,0,0)

Tints of #020A30

#020A30
(2,10,48)
#192042
(25,32,66)
#303654
(48,54,84)
#474C66
(71,76,102)
#5E6278
(94,98,120)
#75788A
(117,120,138)
#8C8E9C
(140,142,156)
#A3A4AE
(163,164,174)
#BABAC0
(186,186,192)
#D1D0D2
(209,208,210)
#E8E6E4
(232,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #020A30; }

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

This text font color is #020A30.


Background Color

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

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

This div background color is #020A30.


Border color

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

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

This div border color is #020A30.


Opacity

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

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

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

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

This text has shadow with #020A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #020A30 on black background.


Color preview on white background

This text has color #020A30 on white background.



Black color preview on #020A30 background

This text has black color on #020A30 background.


White color preview on #020A30 background

This text has white color on #020A30 background.