COLOR #03003F

HEX: #03003F
RGB: (3,0,63)

Color info

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

RGB color model

#03003F color RGB value is (3,0,63).

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

RGB channels and saturation

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

3
0
63

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

Portions of RGB colors in percentages

R + G + B =
3 + 0 + 63 = 66 (100%)
R 3 of 66 ~ 4.55%
G 0 of 66 ~ 0%
B 63 of 66 ~ 95.45%

%95.45

CMYK color model

#03003F color CMYK value is (95,100,0,75).

  • cyan value is 95.24%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 75.29%
CMYK:
(95,100,0,75)
C95M100Y0K75 
(95%,100%,0%,75%)
(0.95/1.00/0.00/0.75)	

CMYK percentages

%95.24
%100
%0
%75.29

Codes

Color #03003F in popluar color models

03003F
RGB3063
HSL243°100.00%12.35%
HSB/HSV243°100.00%24.71%
CMYK95.24%100.00%0.00%
75.29%

Color #03003F in popluar number systems.

HEX03003F
Decimal3063
Binary110111111
Octal3077

Shades and tints

Shades of #03003F

#03003F
(3,0,63)
#03003A
(3,0,58)
#030035
(3,0,53)
#030030
(3,0,48)
#03002B
(3,0,43)
#030026
(3,0,38)
#030021
(3,0,33)
#03001C
(3,0,28)
#030017
(3,0,23)
#030012
(3,0,18)
#03000D
(3,0,13)
#000000
(0,0,0)

Tints of #03003F

#03003F
(3,0,63)
#191750
(25,23,80)
#2F2E61
(47,46,97)
#454572
(69,69,114)
#5B5C83
(91,92,131)
#717394
(113,115,148)
#878AA5
(135,138,165)
#9DA1B6
(157,161,182)
#B3B8C7
(179,184,199)
#C9CFD8
(201,207,216)
#DFE6E9
(223,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03003F; }

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

This text font color is #03003F.


Background Color

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

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

This div background color is #03003F.


Border color

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

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

This div border color is #03003F.


Opacity

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

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

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

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

This text has shadow with #03003F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03003F on black background.


Color preview on white background

This text has color #03003F on white background.



Black color preview on #03003F background

This text has black color on #03003F background.


White color preview on #03003F background

This text has white color on #03003F background.