COLOR #030969

HEX: #030969 RGB: (3,9,105)

Color info

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

RGB color model

#030969 color RGB value is (3,9,105).

RGB: (3,9,105) (1%, 4%, 41%)

RGB channels and saturation

R 3 of 255 = 1%
G 9 of 255 = 4%
B 105 of 255 = 41%

3
9
105

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

Portions of RGB colors in percentages

R + G + B = 3 + 9 + 105 = 117 (100%)
R 3 of 117 ~ 2.56%
G 9 of 117 ~ 7.69%
B 105 of 117 ~ 89.74'%

%89.74

CMYK color model

#030969 color CMYK value is (97,91,0,59).

  • cyan value is 97.14%
  • magenta value is 91.43%
  • yellow value is 0.00%
  • key color value is 58.82%

CMYK: (97,91,0,59)
C97M91Y0K59 (97%, 91%, 0%, 59%)
(0.97 / 0.91 / 0.00 / 0.59)

CMYK percentages

%97.14
%91.43
%0
%58.82

Codes

Color #030969 in popluar color models

03 09 69
RGB 3 9 105
HSL 236° 94.44% 21.18%
HSB/HSV 236° 97.14% 41.18%
CMYK 97.14% 91.43% 0.00%
58.82%

Color #030969 in popluar number systems.

HEX 03 09 69
Decimal 3 9 105
Binary 11 1001 1101001
Octal 3 11 151

Shades and tints

Shades of #030969

#030969
(3,9,105)
#030960
(3,9,96)
#030957
(3,9,87)
#03094E
(3,9,78)
#030945
(3,9,69)
#03093C
(3,9,60)
#030933
(3,9,51)
#03092A
(3,9,42)
#030921
(3,9,33)
#030918
(3,9,24)
#03090F
(3,9,15)
#000000
(0,0,0)

Tints of #030969

#030969
(3,9,105)
#191F76
(25,31,118)
#2F3583
(47,53,131)
#454B90
(69,75,144)
#5B619D
(91,97,157)
#7177AA
(113,119,170)
#878DB7
(135,141,183)
#9DA3C4
(157,163,196)
#B3B9D1
(179,185,209)
#C9CFDE
(201,207,222)
#DFE5EB
(223,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030969 color. Also use rgb(3,9,105) instead hex code.

Text Font Color

.myTextColor { color: #030969; }

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

This text font color is #030969.

Background Color

.myBgColor { background-color: #030969; }

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

This div background color is #030969.

Border color

.myBorderColor { border: 1px solid #030969; }

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

This div border color is #030969.

Opacity

.myOpacity80 { color: #030969; opacity: 0.8; }

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

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

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

This text has shadow with #030969 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030969.

Preview

Color preview on black background

This text has color #030969 on black background.


Color preview on white background

This text has color #030969 on white background.


Black color preview on #030969 background

This text has black color on #030969 background.


White color preview on #030969 background

This text has white color on #030969 background.


Related colors

Complementary color

Complementary color for #hex is #FCF696.


I love getcolorcode.com

Triadic colors

1 #690309 and #096903 with #030969 are triadic colors.

2 #690903 and #090369 with #030969 are triadic colors.