COLOR #03055A

HEX: #03055A RGB: (3,5,90)

Color info

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

RGB color model

#03055A color RGB value is (3,5,90).

RGB: (3,5,90) (1%, 2%, 35%)

RGB channels and saturation

R 3 of 255 = 1%
G 5 of 255 = 2%
B 90 of 255 = 35%

3
5
90

R + G + B ~ 13%. #03055A is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 5 + 90 = 98 (100%)
R 3 of 98 ~ 3.06%
G 5 of 98 ~ 5.1%
B 90 of 98 ~ 91.84'%

%91.84

CMYK color model

#03055A color CMYK value is (97,94,0,65).

  • cyan value is 96.67%
  • magenta value is 94.44%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK: (97,94,0,65) C97M94Y0K65 (97%,94%,0%,65%) (0.97/0.94/0.00/0.65) 

CMYK percentages

%96.67
%94.44
%0
%64.71

Codes

Color #03055A in popluar color models

03 05 5A
RGB 3 5 90
HSL 239° 93.55% 18.24%
HSB/HSV 239° 96.67% 35.29%
CMYK 96.67% 94.44% 0.00%
64.71%

Color #03055A in popluar number systems.

HEX 03 05 5A
Decimal 3 5 90
Binary 11 101 1011010
Octal 3 5 132

Shades and tints

Shades of #03055A

#03055A
(3,5,90)
#030552
(3,5,82)
#03054A
(3,5,74)
#030542
(3,5,66)
#03053A
(3,5,58)
#030532
(3,5,50)
#03052A
(3,5,42)
#030522
(3,5,34)
#03051A
(3,5,26)
#030512
(3,5,18)
#03050A
(3,5,10)
#000000
(0,0,0)

Tints of #03055A

#03055A
(3,5,90)
#191B69
(25,27,105)
#2F3178
(47,49,120)
#454787
(69,71,135)
#5B5D96
(91,93,150)
#7173A5
(113,115,165)
#8789B4
(135,137,180)
#9D9FC3
(157,159,195)
#B3B5D2
(179,181,210)
#C9CBE1
(201,203,225)
#DFE1F0
(223,225,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03055A; }

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

This text font color is #03055A.

Background Color

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

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

This div background color is #03055A.

Border color

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

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

This div border color is #03055A.

Opacity

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

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

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

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

This text has shadow with #03055A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03055A.

Preview

Color preview on black background

This text has color #03055A on black background.


Color preview on white background

This text has color #03055A on white background.


Black color preview on #03055A background

This text has black color on #03055A background.


White color preview on #03055A background

This text has white color on #03055A background.


Related colors

Complementary color

Complementary color for #hex is #FCFAA5.


I love getcolorcode.com

Triadic colors

1 #5A0305 and #055A03 with #03055A are triadic colors.

2 #5A0503 and #05035A with #03055A are triadic colors.