COLOR #002796

HEX: #002796
RGB: (0,39,150)

Color info

#002796 contains mainly blue color. Web safe color of #002796 is #003399 (or #039).

RGB color model

#002796 color RGB value is (0,39,150).

  • red value is 0;
  • green value is 39;
  • blue value is 150.
RGB:
(0,39,150)
(0%,15%,59%)

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 150 of 255 = 59%

0
39
150

R + G + B ~ 25%. #002796 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 39 + 150 = 189 (100%)
R 0 of 189 ~ 0%
G 39 of 189 ~ 20.63%
B 150 of 189 ~ 79.37%

%20.63
%79.37

CMYK color model

#002796 color CMYK value is (100,74,0,41).

  • cyan value is 100.00%
  • magenta value is 74.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(100,74,0,41)
C100M74Y0K41 
(100%,74%,0%,41%)
(1.00/0.74/0.00/0.41)	

CMYK percentages

%100
%74
%0
%41.18

Codes

Color #002796 in popluar color models

002796
RGB039150
HSL224°100.00%29.41%
HSB/HSV224°100.00%58.82%
CMYK100.00%74.00%0.00%
41.18%

Color #002796 in popluar number systems.

HEX002796
Decimal039150
Binary010011110010110
Octal047226

Shades and tints

Shades of #002796

#002796
(0,39,150)
#002489
(0,36,137)
#00217C
(0,33,124)
#001E6F
(0,30,111)
#001B62
(0,27,98)
#001855
(0,24,85)
#001548
(0,21,72)
#00123B
(0,18,59)
#000F2E
(0,15,46)
#000C21
(0,12,33)
#000914
(0,9,20)
#000000
(0,0,0)

Tints of #002796

#002796
(0,39,150)
#173A9F
(23,58,159)
#2E4DA8
(46,77,168)
#4560B1
(69,96,177)
#5C73BA
(92,115,186)
#7386C3
(115,134,195)
#8A99CC
(138,153,204)
#A1ACD5
(161,172,213)
#B8BFDE
(184,191,222)
#CFD2E7
(207,210,231)
#E6E5F0
(230,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002796 color. Also use rgb(0,39,150) instead hex code.

Text Font Color

.myTextColor { color: #002796; }

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

This text font color is #002796.


Background Color

.myBgColor { background-color: #002796; }

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

This div background color is #002796.


Border color

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

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

This div border color is #002796.


Opacity

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

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

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

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

This text has shadow with #002796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002796 on black background.


Color preview on white background

This text has color #002796 on white background.



Black color preview on #002796 background

This text has black color on #002796 background.


White color preview on #002796 background

This text has white color on #002796 background.