COLOR #002176

HEX: #002176
RGB: (0,33,118)

Color info

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

RGB color model

#002176 color RGB value is (0,33,118).

  • red value is 0;
  • green value is 33;
  • blue value is 118.
RGB:
(0,33,118)
(0%,13%,46%)

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 118 of 255 = 46%

0
33
118

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

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 118 = 151 (100%)
R 0 of 151 ~ 0%
G 33 of 151 ~ 21.85%
B 118 of 151 ~ 78.15%

%21.85
%78.15

CMYK color model

#002176 color CMYK value is (100,72,0,54).

  • cyan value is 100.00%
  • magenta value is 72.03%
  • yellow value is 0.00%
  • key color value is 53.73%
CMYK:
(100,72,0,54)
C100M72Y0K54 
(100%,72%,0%,54%)
(1.00/0.72/0.00/0.54)	

CMYK percentages

%100
%72.03
%0
%53.73

Codes

Color #002176 in popluar color models

002176
RGB033118
HSL223°100.00%23.14%
HSB/HSV223°100.00%46.27%
CMYK100.00%72.03%0.00%
53.73%

Color #002176 in popluar number systems.

HEX002176
Decimal033118
Binary01000011110110
Octal041166

Shades and tints

Shades of #002176

#002176
(0,33,118)
#001E6C
(0,30,108)
#001B62
(0,27,98)
#001858
(0,24,88)
#00154E
(0,21,78)
#001244
(0,18,68)
#000F3A
(0,15,58)
#000C30
(0,12,48)
#000926
(0,9,38)
#00061C
(0,6,28)
#000312
(0,3,18)
#000000
(0,0,0)

Tints of #002176

#002176
(0,33,118)
#173582
(23,53,130)
#2E498E
(46,73,142)
#455D9A
(69,93,154)
#5C71A6
(92,113,166)
#7385B2
(115,133,178)
#8A99BE
(138,153,190)
#A1ADCA
(161,173,202)
#B8C1D6
(184,193,214)
#CFD5E2
(207,213,226)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002176 color. Also use rgb(0,33,118) instead hex code.

Text Font Color

.myTextColor { color: #002176; }

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

This text font color is #002176.


Background Color

.myBgColor { background-color: #002176; }

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

This div background color is #002176.


Border color

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

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

This div border color is #002176.


Opacity

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

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

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

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

This text has shadow with #002176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002176 on black background.


Color preview on white background

This text has color #002176 on white background.



Black color preview on #002176 background

This text has black color on #002176 background.


White color preview on #002176 background

This text has white color on #002176 background.