COLOR #003966

HEX: #003966 RGB: (0,57,102)

Color info

#003966 contains only green and blue colors. Web safe color of #003966 is #003366 (or #036).

RGB color model

#003966 color RGB value is (0,57,102).

RGB: (0,57,102) (0%, 22%, 40%)

RGB channels and saturation

R 0 of 255 = 0%
G 57 of 255 = 22%
B 102 of 255 = 40%

0
57
102

R + G + B ~ 21%. #003966 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 57 + 102 = 159 (100%)
R 0 of 159 ~ 0%
G 57 of 159 ~ 35.85%
B 102 of 159 ~ 64.15'%

%35.85
%64.15

CMYK color model

#003966 color CMYK value is (100,44,0,60).

  • cyan value is 100.00%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (100,44,0,60)
C100M44Y0K60 (100%, 44%, 0%, 60%)
(1.00 / 0.44 / 0.00 / 0.60)

CMYK percentages

%100
%44.12
%0
%60

Codes

Color #003966 in popluar color models

00 39 66
RGB 0 57 102
HSL 206° 100.00% 20.00%
HSB/HSV 206° 100.00% 40.00%
CMYK 100.00% 44.12% 0.00%
60.00%

Color #003966 in popluar number systems.

HEX 00 39 66
Decimal 0 57 102
Binary 0 111001 1100110
Octal 0 71 146

Shades and tints

Shades of #003966

#003966
(0,57,102)
#00345D
(0,52,93)
#002F54
(0,47,84)
#002A4B
(0,42,75)
#002542
(0,37,66)
#002039
(0,32,57)
#001B30
(0,27,48)
#001627
(0,22,39)
#00111E
(0,17,30)
#000C15
(0,12,21)
#00070C
(0,7,12)
#000000
(0,0,0)

Tints of #003966

#003966
(0,57,102)
#174B73
(23,75,115)
#2E5D80
(46,93,128)
#456F8D
(69,111,141)
#5C819A
(92,129,154)
#7393A7
(115,147,167)
#8AA5B4
(138,165,180)
#A1B7C1
(161,183,193)
#B8C9CE
(184,201,206)
#CFDBDB
(207,219,219)
#E6EDE8
(230,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #003966 color. Also use rgb(0,57,102) instead hex code.

Text Font Color

.myTextColor { color: #003966; }

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

This text font color is #003966.

Background Color

.myBgColor { background-color: #003966; }

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

This div background color is #003966.

Border color

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

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

This div border color is #003966.

Opacity

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

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

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

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

This text has shadow with #003966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #003966.

Preview

Color preview on black background

This text has color #003966 on black background.


Color preview on white background

This text has color #003966 on white background.


Black color preview on #003966 background

This text has black color on #003966 background.


White color preview on #003966 background

This text has white color on #003966 background.


Related colors

Complementary color

Complementary color for #hex is #FFC699.


I love getcolorcode.com

Triadic colors

1 #660039 and #396600 with #003966 are triadic colors.

2 #663900 and #390066 with #003966 are triadic colors.