COLOR #002B51

HEX: #002B51
RGB: (0,43,81)

Color info

#002B51 contains only green and blue colors. Web safe color of #002B51 is #003366 (or #036).

RGB color model

#002B51 color RGB value is (0,43,81).

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

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 81 of 255 = 32%

0
43
81

R + G + B ~ 16%. #002B51 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 43 + 81 = 124 (100%)
R 0 of 124 ~ 0%
G 43 of 124 ~ 34.68%
B 81 of 124 ~ 65.32%

%34.68
%65.32

CMYK color model

#002B51 color CMYK value is (100,47,0,68).

  • cyan value is 100.00%
  • magenta value is 46.91%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(100,47,0,68)
C100M47Y0K68 
(100%,47%,0%,68%)
(1.00/0.47/0.00/0.68)	

CMYK percentages

%100
%46.91
%0
%68.24

Codes

Color #002B51 in popluar color models

002B51
RGB04381
HSL208°100.00%15.88%
HSB/HSV208°100.00%31.76%
CMYK100.00%46.91%0.00%
68.24%

Color #002B51 in popluar number systems.

HEX002B51
Decimal04381
Binary01010111010001
Octal053121

Shades and tints

Shades of #002B51

#002B51
(0,43,81)
#00284A
(0,40,74)
#002543
(0,37,67)
#00223C
(0,34,60)
#001F35
(0,31,53)
#001C2E
(0,28,46)
#001927
(0,25,39)
#001620
(0,22,32)
#001319
(0,19,25)
#001012
(0,16,18)
#000D0B
(0,13,11)
#000000
(0,0,0)

Tints of #002B51

#002B51
(0,43,81)
#173E60
(23,62,96)
#2E516F
(46,81,111)
#45647E
(69,100,126)
#5C778D
(92,119,141)
#738A9C
(115,138,156)
#8A9DAB
(138,157,171)
#A1B0BA
(161,176,186)
#B8C3C9
(184,195,201)
#CFD6D8
(207,214,216)
#E6E9E7
(230,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002B51; }

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

This text font color is #002B51.


Background Color

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

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

This div background color is #002B51.


Border color

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

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

This div border color is #002B51.


Opacity

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

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

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

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

This text has shadow with #002B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002B51 on black background.


Color preview on white background

This text has color #002B51 on white background.



Black color preview on #002B51 background

This text has black color on #002B51 background.


White color preview on #002B51 background

This text has white color on #002B51 background.