COLOR #002772

HEX: #002772
RGB: (0,39,114)

Color info

#002772 contains mainly blue color. Web safe color of #002772 is #003366 (or #036).

RGB color model

#002772 color RGB value is (0,39,114).

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

RGB channels and saturation

R 0 of 255 = 0%
G 39 of 255 = 15%
B 114 of 255 = 45%

0
39
114

R + G + B ~ 20%. #002772 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 39 + 114 = 153 (100%)
R 0 of 153 ~ 0%
G 39 of 153 ~ 25.49%
B 114 of 153 ~ 74.51%

%25.49
%74.51

CMYK color model

#002772 color CMYK value is (100,66,0,55).

  • cyan value is 100.00%
  • magenta value is 65.79%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(100,66,0,55)
C100M66Y0K55 
(100%,66%,0%,55%)
(1.00/0.66/0.00/0.55)	

CMYK percentages

%100
%65.79
%0
%55.29

Codes

Color #002772 in popluar color models

002772
RGB039114
HSL219°100.00%22.35%
HSB/HSV219°100.00%44.71%
CMYK100.00%65.79%0.00%
55.29%

Color #002772 in popluar number systems.

HEX002772
Decimal039114
Binary01001111110010
Octal047162

Shades and tints

Shades of #002772

#002772
(0,39,114)
#002468
(0,36,104)
#00215E
(0,33,94)
#001E54
(0,30,84)
#001B4A
(0,27,74)
#001840
(0,24,64)
#001536
(0,21,54)
#00122C
(0,18,44)
#000F22
(0,15,34)
#000C18
(0,12,24)
#00090E
(0,9,14)
#000000
(0,0,0)

Tints of #002772

#002772
(0,39,114)
#173A7E
(23,58,126)
#2E4D8A
(46,77,138)
#456096
(69,96,150)
#5C73A2
(92,115,162)
#7386AE
(115,134,174)
#8A99BA
(138,153,186)
#A1ACC6
(161,172,198)
#B8BFD2
(184,191,210)
#CFD2DE
(207,210,222)
#E6E5EA
(230,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002772; }

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

This text font color is #002772.


Background Color

.myBgColor { background-color: #002772; }

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

This div background color is #002772.


Border color

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

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

This div border color is #002772.


Opacity

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

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

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

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

This text has shadow with #002772 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002772 on black background.


Color preview on white background

This text has color #002772 on white background.



Black color preview on #002772 background

This text has black color on #002772 background.


White color preview on #002772 background

This text has white color on #002772 background.