COLOR #030580

HEX: #030580
RGB: (3,5,128)

Color info

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

RGB color model

#030580 color RGB value is (3,5,128).

  • red value is 3;
  • green value is 5;
  • blue value is 128.
RGB:
(3,5,128)
(1%,2%,50%)

RGB channels and saturation

R 3 of 255 = 1%
G 5 of 255 = 2%
B 128 of 255 = 50%

3
5
128

R + G + B ~ 18%. #030580 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 5 + 128 = 136 (100%)
R 3 of 136 ~ 2.21%
G 5 of 136 ~ 3.68%
B 128 of 136 ~ 94.12%

%94.12

CMYK color model

#030580 color CMYK value is (98,96,0,50).

  • cyan value is 97.66%
  • magenta value is 96.09%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(98,96,0,50)
C98M96Y0K50 
(98%,96%,0%,50%)
(0.98/0.96/0.00/0.50)	

CMYK percentages

%97.66
%96.09
%0
%49.8

Codes

Color #030580 in popluar color models

030580
RGB35128
HSL239°95.42%25.69%
HSB/HSV239°97.66%50.20%
CMYK97.66%96.09%0.00%
49.80%

Color #030580 in popluar number systems.

HEX030580
Decimal35128
Binary1110110000000
Octal35200

Shades and tints

Shades of #030580

#030580
(3,5,128)
#030575
(3,5,117)
#03056A
(3,5,106)
#03055F
(3,5,95)
#030554
(3,5,84)
#030549
(3,5,73)
#03053E
(3,5,62)
#030533
(3,5,51)
#030528
(3,5,40)
#03051D
(3,5,29)
#030512
(3,5,18)
#000000
(0,0,0)

Tints of #030580

#030580
(3,5,128)
#191B8B
(25,27,139)
#2F3196
(47,49,150)
#4547A1
(69,71,161)
#5B5DAC
(91,93,172)
#7173B7
(113,115,183)
#8789C2
(135,137,194)
#9D9FCD
(157,159,205)
#B3B5D8
(179,181,216)
#C9CBE3
(201,203,227)
#DFE1EE
(223,225,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030580; }

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

This text font color is #030580.


Background Color

.myBgColor { background-color: #030580; }

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

This div background color is #030580.


Border color

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

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

This div border color is #030580.


Opacity

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

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

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

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

This text has shadow with #030580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030580 on black background.


Color preview on white background

This text has color #030580 on white background.



Black color preview on #030580 background

This text has black color on #030580 background.


White color preview on #030580 background

This text has white color on #030580 background.