COLOR #02063C

HEX: #02063C
RGB: (2,6,60)

Color info

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

RGB color model

#02063C color RGB value is (2,6,60).

  • red value is 2;
  • green value is 6;
  • blue value is 60.
RGB:
(2,6,60)
(1%,2%,24%)

RGB channels and saturation

R 2 of 255 = 1%
G 6 of 255 = 2%
B 60 of 255 = 24%

2
6
60

R + G + B ~ 9%. #02063C is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 6 + 60 = 68 (100%)
R 2 of 68 ~ 2.94%
G 6 of 68 ~ 8.82%
B 60 of 68 ~ 88.24%

%88.24

CMYK color model

#02063C color CMYK value is (97,90,0,76).

  • cyan value is 96.67%
  • magenta value is 90.00%
  • yellow value is 0.00%
  • key color value is 76.47%
CMYK:
(97,90,0,76)
C97M90Y0K76 
(97%,90%,0%,76%)
(0.97/0.90/0.00/0.76)	

CMYK percentages

%96.67
%90
%0
%76.47

Codes

Color #02063C in popluar color models

02063C
RGB2660
HSL236°93.55%12.16%
HSB/HSV236°96.67%23.53%
CMYK96.67%90.00%0.00%
76.47%

Color #02063C in popluar number systems.

HEX02063C
Decimal2660
Binary10110111100
Octal2674

Shades and tints

Shades of #02063C

#02063C
(2,6,60)
#020637
(2,6,55)
#020632
(2,6,50)
#02062D
(2,6,45)
#020628
(2,6,40)
#020623
(2,6,35)
#02061E
(2,6,30)
#020619
(2,6,25)
#020614
(2,6,20)
#02060F
(2,6,15)
#02060A
(2,6,10)
#000000
(0,0,0)

Tints of #02063C

#02063C
(2,6,60)
#191C4D
(25,28,77)
#30325E
(48,50,94)
#47486F
(71,72,111)
#5E5E80
(94,94,128)
#757491
(117,116,145)
#8C8AA2
(140,138,162)
#A3A0B3
(163,160,179)
#BAB6C4
(186,182,196)
#D1CCD5
(209,204,213)
#E8E2E6
(232,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02063C color. Also use rgb(2,6,60) instead hex code.

Text Font Color

.myTextColor { color: #02063C; }

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

This text font color is #02063C.


Background Color

.myBgColor { background-color: #02063C; }

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

This div background color is #02063C.


Border color

.myBorderColor { border: 1px solid #02063C; }

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

This div border color is #02063C.


Opacity

.myOpacity80 { color: #02063C; opacity: 0.8; }

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

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

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

This text has shadow with #02063C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02063C on black background.


Color preview on white background

This text has color #02063C on white background.



Black color preview on #02063C background

This text has black color on #02063C background.


White color preview on #02063C background

This text has white color on #02063C background.