COLOR #02063D

HEX: #02063D
RGB: (2,6,61)

Color info

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

RGB color model

#02063D color RGB value is (2,6,61).

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

RGB channels and saturation

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

2
6
61

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

Portions of RGB colors in percentages

R + G + B =
2 + 6 + 61 = 69 (100%)
R 2 of 69 ~ 2.9%
G 6 of 69 ~ 8.7%
B 61 of 69 ~ 88.41%

%88.41

CMYK color model

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

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

CMYK percentages

%96.72
%90.16
%0
%76.08

Codes

Color #02063D in popluar color models

02063D
RGB2661
HSL236°93.65%12.35%
HSB/HSV236°96.72%23.92%
CMYK96.72%90.16%0.00%
76.08%

Color #02063D in popluar number systems.

HEX02063D
Decimal2661
Binary10110111101
Octal2675

Shades and tints

Shades of #02063D

#02063D
(2,6,61)
#020638
(2,6,56)
#020633
(2,6,51)
#02062E
(2,6,46)
#020629
(2,6,41)
#020624
(2,6,36)
#02061F
(2,6,31)
#02061A
(2,6,26)
#020615
(2,6,21)
#020610
(2,6,16)
#02060B
(2,6,11)
#000000
(0,0,0)

Tints of #02063D

#02063D
(2,6,61)
#191C4E
(25,28,78)
#30325F
(48,50,95)
#474870
(71,72,112)
#5E5E81
(94,94,129)
#757492
(117,116,146)
#8C8AA3
(140,138,163)
#A3A0B4
(163,160,180)
#BAB6C5
(186,182,197)
#D1CCD6
(209,204,214)
#E8E2E7
(232,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02063D; }

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

This text font color is #02063D.


Background Color

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

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

This div background color is #02063D.


Border color

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

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

This div border color is #02063D.


Opacity

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

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

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

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

This text has shadow with #02063D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02063D on black background.


Color preview on white background

This text has color #02063D on white background.



Black color preview on #02063D background

This text has black color on #02063D background.


White color preview on #02063D background

This text has white color on #02063D background.