COLOR #03025F

HEX: #03025F RGB: (3,2,95)

Color info

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

RGB color model

#03025F color RGB value is (3,2,95).

RGB: (3,2,95) (1%, 1%, 37%)

RGB channels and saturation

R 3 of 255 = 1%
G 2 of 255 = 1%
B 95 of 255 = 37%

3
2
95

R + G + B ~ 13%. #03025F is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 2 + 95 = 100 (100%)
R 3 of 100 ~ 3%
G 2 of 100 ~ 2%
B 95 of 100 ~ 95'%

%95

CMYK color model

#03025F color CMYK value is (97,98,0,63).

  • cyan value is 96.84%
  • magenta value is 97.89%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (97,98,0,63)
C97M98Y0K63 (97%, 98%, 0%, 63%)
(0.97 / 0.98 / 0.00 / 0.63)

CMYK percentages

%96.84
%97.89
%0
%62.75

Codes

Color #03025F in popluar color models

03 02 5F
RGB 3 2 95
HSL 241° 95.88% 19.02%
HSB/HSV 241° 97.89% 37.25%
CMYK 96.84% 97.89% 0.00%
62.75%

Color #03025F in popluar number systems.

HEX 03 02 5F
Decimal 3 2 95
Binary 11 10 1011111
Octal 3 2 137

Shades and tints

Shades of #03025F

#03025F
(3,2,95)
#030257
(3,2,87)
#03024F
(3,2,79)
#030247
(3,2,71)
#03023F
(3,2,63)
#030237
(3,2,55)
#03022F
(3,2,47)
#030227
(3,2,39)
#03021F
(3,2,31)
#030217
(3,2,23)
#03020F
(3,2,15)
#000000
(0,0,0)

Tints of #03025F

#03025F
(3,2,95)
#19196D
(25,25,109)
#2F307B
(47,48,123)
#454789
(69,71,137)
#5B5E97
(91,94,151)
#7175A5
(113,117,165)
#878CB3
(135,140,179)
#9DA3C1
(157,163,193)
#B3BACF
(179,186,207)
#C9D1DD
(201,209,221)
#DFE8EB
(223,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03025F color. Also use rgb(3,2,95) instead hex code.

Text Font Color

.myTextColor { color: #03025F; }

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

This text font color is #03025F.

Background Color

.myBgColor { background-color: #03025F; }

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

This div background color is #03025F.

Border color

.myBorderColor { border: 1px solid #03025F; }

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

This div border color is #03025F.

Opacity

.myOpacity80 { color: #03025F; opacity: 0.8; }

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

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

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

This text has shadow with #03025F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #03025F.

Preview

Color preview on black background

This text has color #03025F on black background.


Color preview on white background

This text has color #03025F on white background.


Black color preview on #03025F background

This text has black color on #03025F background.


White color preview on #03025F background

This text has white color on #03025F background.


Related colors

Complementary color

Complementary color for #hex is #FCFDA0.


I love getcolorcode.com

Triadic colors

1 #5F0302 and #025F03 with #03025F are triadic colors.

2 #5F0203 and #02035F with #03025F are triadic colors.