COLOR #002B80

HEX: #002B80
RGB: (0,43,128)

Color info

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

RGB color model

#002B80 color RGB value is (0,43,128).

  • red value is 0;
  • green value is 43;
  • blue value is 128.
RGB:
(0,43,128)
(0%,17%,50%)

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 128 of 255 = 50%

0
43
128

R + G + B ~ 22%. #002B80 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 43 + 128 = 171 (100%)
R 0 of 171 ~ 0%
G 43 of 171 ~ 25.15%
B 128 of 171 ~ 74.85%

%25.15
%74.85

CMYK color model

#002B80 color CMYK value is (100,66,0,50).

  • cyan value is 100.00%
  • magenta value is 66.41%
  • yellow value is 0.00%
  • key color value is 49.80%
CMYK:
(100,66,0,50)
C100M66Y0K50 
(100%,66%,0%,50%)
(1.00/0.66/0.00/0.50)	

CMYK percentages

%100
%66.41
%0
%49.8

Codes

Color #002B80 in popluar color models

002B80
RGB043128
HSL220°100.00%25.10%
HSB/HSV220°100.00%50.20%
CMYK100.00%66.41%0.00%
49.80%

Color #002B80 in popluar number systems.

HEX002B80
Decimal043128
Binary010101110000000
Octal053200

Shades and tints

Shades of #002B80

#002B80
(0,43,128)
#002875
(0,40,117)
#00256A
(0,37,106)
#00225F
(0,34,95)
#001F54
(0,31,84)
#001C49
(0,28,73)
#00193E
(0,25,62)
#001633
(0,22,51)
#001328
(0,19,40)
#00101D
(0,16,29)
#000D12
(0,13,18)
#000000
(0,0,0)

Tints of #002B80

#002B80
(0,43,128)
#173E8B
(23,62,139)
#2E5196
(46,81,150)
#4564A1
(69,100,161)
#5C77AC
(92,119,172)
#738AB7
(115,138,183)
#8A9DC2
(138,157,194)
#A1B0CD
(161,176,205)
#B8C3D8
(184,195,216)
#CFD6E3
(207,214,227)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002B80 color. Also use rgb(0,43,128) instead hex code.

Text Font Color

.myTextColor { color: #002B80; }

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

This text font color is #002B80.


Background Color

.myBgColor { background-color: #002B80; }

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

This div background color is #002B80.


Border color

.myBorderColor { border: 1px solid #002B80; }

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

This div border color is #002B80.


Opacity

.myOpacity80 { color: #002B80; opacity: 0.8; }

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

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

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

This text has shadow with #002B80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002B80 on black background.


Color preview on white background

This text has color #002B80 on white background.



Black color preview on #002B80 background

This text has black color on #002B80 background.


White color preview on #002B80 background

This text has white color on #002B80 background.