COLOR #003399

HEX: #003399
RGB: (0,51,153)

Color info

#003399 contains mainly blue color. #003399 color is web safe color. It maybe written shortly as #039.

RGB color model

#003399 color RGB value is (0,51,153).

  • red value is 0;
  • green value is 51;
  • blue value is 153.
RGB:
(0,51,153)
(0%,20%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 51 of 255 = 20%
B 153 of 255 = 60%

0
51
153

R + G + B ~ 27%. #003399 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 51 + 153 = 204 (100%)
R 0 of 204 ~ 0%
G 51 of 204 ~ 25%
B 153 of 204 ~ 75%

%25
%75

CMYK color model

#003399 color CMYK value is (100,67,0,40).

  • cyan value is 100.00%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(100,67,0,40)
C100M67Y0K40 
(100%,67%,0%,40%)
(1.00/0.67/0.00/0.40)	

CMYK percentages

%100
%66.67
%0
%40

Codes

Color #003399 in popluar color models

003399
RGB051153
HSL220°100.00%30.00%
HSB/HSV220°100.00%60.00%
CMYK100.00%66.67%0.00%
40.00%

Color #003399 in popluar number systems.

HEX003399
Decimal051153
Binary011001110011001
Octal063231

Shades and tints

Shades of #003399

#003399
(0,51,153)
#002F8C
(0,47,140)
#002B7F
(0,43,127)
#002772
(0,39,114)
#002365
(0,35,101)
#001F58
(0,31,88)
#001B4B
(0,27,75)
#00173E
(0,23,62)
#001331
(0,19,49)
#000F24
(0,15,36)
#000B17
(0,11,23)
#000000
(0,0,0)

Tints of #003399

#003399
(0,51,153)
#1745A2
(23,69,162)
#2E57AB
(46,87,171)
#4569B4
(69,105,180)
#5C7BBD
(92,123,189)
#738DC6
(115,141,198)
#8A9FCF
(138,159,207)
#A1B1D8
(161,177,216)
#B8C3E1
(184,195,225)
#CFD5EA
(207,213,234)
#E6E7F3
(230,231,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003399 color. Also use rgb(0,51,153) instead hex code.

Text Font Color

.myTextColor { color: #003399; }

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

This text font color is #003399.


Background Color

.myBgColor { background-color: #003399; }

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

This div background color is #003399.


Border color

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

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

This div border color is #003399.


Opacity

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

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

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

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

This text has shadow with #003399 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #003399 on black background.


Color preview on white background

This text has color #003399 on white background.



Black color preview on #003399 background

This text has black color on #003399 background.


White color preview on #003399 background

This text has white color on #003399 background.