COLOR #002B7F

HEX: #002B7F
RGB: (0,43,127)

Color info

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

RGB color model

#002B7F color RGB value is (0,43,127).

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

RGB channels and saturation

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

0
43
127

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

Portions of RGB colors in percentages

R + G + B =
0 + 43 + 127 = 170 (100%)
R 0 of 170 ~ 0%
G 43 of 170 ~ 25.29%
B 127 of 170 ~ 74.71%

%25.29
%74.71

CMYK color model

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

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

CMYK percentages

%100
%66.14
%0
%50.2

Codes

Color #002B7F in popluar color models

002B7F
RGB043127
HSL220°100.00%24.90%
HSB/HSV220°100.00%49.80%
CMYK100.00%66.14%0.00%
50.20%

Color #002B7F in popluar number systems.

HEX002B7F
Decimal043127
Binary01010111111111
Octal053177

Shades and tints

Shades of #002B7F

#002B7F
(0,43,127)
#002874
(0,40,116)
#002569
(0,37,105)
#00225E
(0,34,94)
#001F53
(0,31,83)
#001C48
(0,28,72)
#00193D
(0,25,61)
#001632
(0,22,50)
#001327
(0,19,39)
#00101C
(0,16,28)
#000D11
(0,13,17)
#000000
(0,0,0)

Tints of #002B7F

#002B7F
(0,43,127)
#173E8A
(23,62,138)
#2E5195
(46,81,149)
#4564A0
(69,100,160)
#5C77AB
(92,119,171)
#738AB6
(115,138,182)
#8A9DC1
(138,157,193)
#A1B0CC
(161,176,204)
#B8C3D7
(184,195,215)
#CFD6E2
(207,214,226)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002B7F; }

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

This text font color is #002B7F.


Background Color

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

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

This div background color is #002B7F.


Border color

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

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

This div border color is #002B7F.


Opacity

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

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

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

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

This text has shadow with #002B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002B7F on black background.


Color preview on white background

This text has color #002B7F on white background.



Black color preview on #002B7F background

This text has black color on #002B7F background.


White color preview on #002B7F background

This text has white color on #002B7F background.