COLOR #03023F

HEX: #03023F
RGB: (3,2,63)

Color info

#03023F contains mainly blue color. Web safe color of #03023F is #000033 (or #003).

RGB color model

#03023F color RGB value is (3,2,63).

  • red value is 3;
  • green value is 2;
  • blue value is 63.
RGB:
(3,2,63)
(1%,1%,25%)

RGB channels and saturation

R 3 of 255 = 1%
G 2 of 255 = 1%
B 63 of 255 = 25%

3
2
63

R + G + B ~ 9%. #03023F is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 2 + 63 = 68 (100%)
R 3 of 68 ~ 4.41%
G 2 of 68 ~ 2.94%
B 63 of 68 ~ 92.65%

%92.65

CMYK color model

#03023F color CMYK value is (95,97,0,75).

  • cyan value is 95.24%
  • magenta value is 96.83%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(95,97,0,75)
C95M97Y0K75 
(95%,97%,0%,75%)
(0.95/0.97/0.00/0.75)	

CMYK percentages

%95.24
%96.83
%0
%75.29

Codes

Color #03023F in popluar color models

03023F
RGB3263
HSL241°93.85%12.75%
HSB/HSV241°96.83%24.71%
CMYK95.24%96.83%0.00%
75.29%

Color #03023F in popluar number systems.

HEX03023F
Decimal3263
Binary1110111111
Octal3277

Shades and tints

Shades of #03023F

#03023F
(3,2,63)
#03023A
(3,2,58)
#030235
(3,2,53)
#030230
(3,2,48)
#03022B
(3,2,43)
#030226
(3,2,38)
#030221
(3,2,33)
#03021C
(3,2,28)
#030217
(3,2,23)
#030212
(3,2,18)
#03020D
(3,2,13)
#000000
(0,0,0)

Tints of #03023F

#03023F
(3,2,63)
#191950
(25,25,80)
#2F3061
(47,48,97)
#454772
(69,71,114)
#5B5E83
(91,94,131)
#717594
(113,117,148)
#878CA5
(135,140,165)
#9DA3B6
(157,163,182)
#B3BAC7
(179,186,199)
#C9D1D8
(201,209,216)
#DFE8E9
(223,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03023F; }

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

This text font color is #03023F.


Background Color

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

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

This div background color is #03023F.


Border color

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

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

This div border color is #03023F.


Opacity

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

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

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

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

This text has shadow with #03023F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03023F on black background.


Color preview on white background

This text has color #03023F on white background.



Black color preview on #03023F background

This text has black color on #03023F background.


White color preview on #03023F background

This text has white color on #03023F background.