COLOR #03063A

HEX: #03063A RGB: (3,6,58)

Color info

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

RGB color model

#03063A color RGB value is (3,6,58).

RGB: (3,6,58) (1%, 2%, 23%)

RGB channels and saturation

R 3 of 255 = 1%
G 6 of 255 = 2%
B 58 of 255 = 23%

3
6
58

R + G + B ~ 9%. #03063A is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 6 + 58 = 67 (100%)
R 3 of 67 ~ 4.48%
G 6 of 67 ~ 8.96%
B 58 of 67 ~ 86.57'%

%86.57

CMYK color model

#03063A color CMYK value is (95,90,0,77).

  • cyan value is 94.83%
  • magenta value is 89.66%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (95,90,0,77)
C95M90Y0K77 (95%, 90%, 0%, 77%)
(0.95 / 0.90 / 0.00 / 0.77)

CMYK percentages

%94.83
%89.66
%0
%77.25

Codes

Color #03063A in popluar color models

03 06 3A
RGB 3 6 58
HSL 237° 90.16% 11.96%
HSB/HSV 237° 94.83% 22.75%
CMYK 94.83% 89.66% 0.00%
77.25%

Color #03063A in popluar number systems.

HEX 03 06 3A
Decimal 3 6 58
Binary 11 110 111010
Octal 3 6 72

Shades and tints

Shades of #03063A

#03063A
(3,6,58)
#030635
(3,6,53)
#030630
(3,6,48)
#03062B
(3,6,43)
#030626
(3,6,38)
#030621
(3,6,33)
#03061C
(3,6,28)
#030617
(3,6,23)
#030612
(3,6,18)
#03060D
(3,6,13)
#030608
(3,6,8)
#000000
(0,0,0)

Tints of #03063A

#03063A
(3,6,58)
#191C4B
(25,28,75)
#2F325C
(47,50,92)
#45486D
(69,72,109)
#5B5E7E
(91,94,126)
#71748F
(113,116,143)
#878AA0
(135,138,160)
#9DA0B1
(157,160,177)
#B3B6C2
(179,182,194)
#C9CCD3
(201,204,211)
#DFE2E4
(223,226,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03063A color. Also use rgb(3,6,58) instead hex code.

Text Font Color

.myTextColor { color: #03063A; }

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

This text font color is #03063A.

Background Color

.myBgColor { background-color: #03063A; }

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

This div background color is #03063A.

Border color

.myBorderColor { border: 1px solid #03063A; }

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

This div border color is #03063A.

Opacity

.myOpacity80 { color: #03063A; opacity: 0.8; }

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

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

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

This text has shadow with #03063A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03063A.

Preview

Color preview on black background

This text has color #03063A on black background.


Color preview on white background

This text has color #03063A on white background.


Black color preview on #03063A background

This text has black color on #03063A background.


White color preview on #03063A background

This text has white color on #03063A background.


Related colors

Complementary color

Complementary color for #hex is #FCF9C5.


I love getcolorcode.com

Triadic colors

1 #3A0306 and #063A03 with #03063A are triadic colors.

2 #3A0603 and #06033A with #03063A are triadic colors.