COLOR #03076A

HEX: #03076A RGB: (3,7,106)

Color info

#03076A contains mainly blue color. Web safe color of #03076A is #000066 (or #006).

RGB color model

#03076A color RGB value is (3,7,106).

RGB: (3,7,106) (1%, 3%, 42%)

RGB channels and saturation

R 3 of 255 = 1%
G 7 of 255 = 3%
B 106 of 255 = 42%

3
7
106

R + G + B ~ 15%. #03076A is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 7 + 106 = 116 (100%)
R 3 of 116 ~ 2.59%
G 7 of 116 ~ 6.03%
B 106 of 116 ~ 91.38'%

%91.38

CMYK color model

#03076A color CMYK value is (97,93,0,58).

  • cyan value is 97.17%
  • magenta value is 93.40%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (97,93,0,58)
C97M93Y0K58 (97%, 93%, 0%, 58%)
(0.97 / 0.93 / 0.00 / 0.58)

CMYK percentages

%97.17
%93.4
%0
%58.43

Codes

Color #03076A in popluar color models

03 07 6A
RGB 3 7 106
HSL 238° 94.50% 21.37%
HSB/HSV 238° 97.17% 41.57%
CMYK 97.17% 93.40% 0.00%
58.43%

Color #03076A in popluar number systems.

HEX 03 07 6A
Decimal 3 7 106
Binary 11 111 1101010
Octal 3 7 152

Shades and tints

Shades of #03076A

#03076A
(3,7,106)
#030761
(3,7,97)
#030758
(3,7,88)
#03074F
(3,7,79)
#030746
(3,7,70)
#03073D
(3,7,61)
#030734
(3,7,52)
#03072B
(3,7,43)
#030722
(3,7,34)
#030719
(3,7,25)
#030710
(3,7,16)
#000000
(0,0,0)

Tints of #03076A

#03076A
(3,7,106)
#191D77
(25,29,119)
#2F3384
(47,51,132)
#454991
(69,73,145)
#5B5F9E
(91,95,158)
#7175AB
(113,117,171)
#878BB8
(135,139,184)
#9DA1C5
(157,161,197)
#B3B7D2
(179,183,210)
#C9CDDF
(201,205,223)
#DFE3EC
(223,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03076A color. Also use rgb(3,7,106) instead hex code.

Text Font Color

.myTextColor { color: #03076A; }

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

This text font color is #03076A.

Background Color

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

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

This div background color is #03076A.

Border color

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

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

This div border color is #03076A.

Opacity

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

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

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

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

This text has shadow with #03076A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03076A.

Preview

Color preview on black background

This text has color #03076A on black background.


Color preview on white background

This text has color #03076A on white background.


Black color preview on #03076A background

This text has black color on #03076A background.


White color preview on #03076A background

This text has white color on #03076A background.


Related colors

Complementary color

Complementary color for #hex is #FCF895.


I love getcolorcode.com

Triadic colors

1 #6A0307 and #076A03 with #03076A are triadic colors.

2 #6A0703 and #07036A with #03076A are triadic colors.