COLOR #030563

HEX: #030563 RGB: (3,5,99)

Color info

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

RGB color model

#030563 color RGB value is (3,5,99).

RGB: (3,5,99) (1%, 2%, 39%)

RGB channels and saturation

R 3 of 255 = 1%
G 5 of 255 = 2%
B 99 of 255 = 39%

3
5
99

R + G + B ~ 14%. #030563 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 5 + 99 = 107 (100%)
R 3 of 107 ~ 2.8%
G 5 of 107 ~ 4.67%
B 99 of 107 ~ 92.52'%

%92.52

CMYK color model

#030563 color CMYK value is (97,95,0,61).

  • cyan value is 96.97%
  • magenta value is 94.95%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (97,95,0,61) C97M95Y0K61 (97%,95%,0%,61%) (0.97/0.95/0.00/0.61) 

CMYK percentages

%96.97
%94.95
%0
%61.18

Codes

Color #030563 in popluar color models

03 05 63
RGB 3 5 99
HSL 239° 94.12% 20.00%
HSB/HSV 239° 96.97% 38.82%
CMYK 96.97% 94.95% 0.00%
61.18%

Color #030563 in popluar number systems.

HEX 03 05 63
Decimal 3 5 99
Binary 11 101 1100011
Octal 3 5 143

Shades and tints

Shades of #030563

#030563
(3,5,99)
#03055A
(3,5,90)
#030551
(3,5,81)
#030548
(3,5,72)
#03053F
(3,5,63)
#030536
(3,5,54)
#03052D
(3,5,45)
#030524
(3,5,36)
#03051B
(3,5,27)
#030512
(3,5,18)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #030563

#030563
(3,5,99)
#191B71
(25,27,113)
#2F317F
(47,49,127)
#45478D
(69,71,141)
#5B5D9B
(91,93,155)
#7173A9
(113,115,169)
#8789B7
(135,137,183)
#9D9FC5
(157,159,197)
#B3B5D3
(179,181,211)
#C9CBE1
(201,203,225)
#DFE1EF
(223,225,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030563 color. Also use rgb(3,5,99) instead hex code.

Text Font Color

.myTextColor { color: #030563; }

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

This text font color is #030563.

Background Color

.myBgColor { background-color: #030563; }

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

This div background color is #030563.

Border color

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

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

This div border color is #030563.

Opacity

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

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

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

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

This text has shadow with #030563 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030563.

Preview

Color preview on black background

This text has color #030563 on black background.


Color preview on white background

This text has color #030563 on white background.


Black color preview on #030563 background

This text has black color on #030563 background.


White color preview on #030563 background

This text has white color on #030563 background.


Related colors

Complementary color

Complementary color for #hex is #FCFA9C.


I love getcolorcode.com

Triadic colors

1 #630305 and #056303 with #030563 are triadic colors.

2 #630503 and #050363 with #030563 are triadic colors.