COLOR #002B4D

HEX: #002B4D
RGB: (0,43,77)

Color info

#002B4D contains only green and blue colors. Web safe color of #002B4D is #003333 (or #033).

RGB color model

#002B4D color RGB value is (0,43,77).

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

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 77 of 255 = 30%

0
43
77

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

Portions of RGB colors in percentages

R + G + B =
0 + 43 + 77 = 120 (100%)
R 0 of 120 ~ 0%
G 43 of 120 ~ 35.83%
B 77 of 120 ~ 64.17%

%35.83
%64.17

CMYK color model

#002B4D color CMYK value is (100,44,0,70).

  • cyan value is 100.00%
  • magenta value is 44.16%
  • yellow value is 0.00%
  • key color value is 69.80%
CMYK:
(100,44,0,70)
C100M44Y0K70 
(100%,44%,0%,70%)
(1.00/0.44/0.00/0.70)	

CMYK percentages

%100
%44.16
%0
%69.8

Codes

Color #002B4D in popluar color models

002B4D
RGB04377
HSL206°100.00%15.10%
HSB/HSV206°100.00%30.20%
CMYK100.00%44.16%0.00%
69.80%

Color #002B4D in popluar number systems.

HEX002B4D
Decimal04377
Binary01010111001101
Octal053115

Shades and tints

Shades of #002B4D

#002B4D
(0,43,77)
#002846
(0,40,70)
#00253F
(0,37,63)
#002238
(0,34,56)
#001F31
(0,31,49)
#001C2A
(0,28,42)
#001923
(0,25,35)
#00161C
(0,22,28)
#001315
(0,19,21)
#00100E
(0,16,14)
#000D07
(0,13,7)
#000000
(0,0,0)

Tints of #002B4D

#002B4D
(0,43,77)
#173E5D
(23,62,93)
#2E516D
(46,81,109)
#45647D
(69,100,125)
#5C778D
(92,119,141)
#738A9D
(115,138,157)
#8A9DAD
(138,157,173)
#A1B0BD
(161,176,189)
#B8C3CD
(184,195,205)
#CFD6DD
(207,214,221)
#E6E9ED
(230,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002B4D; }

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

This text font color is #002B4D.


Background Color

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

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

This div background color is #002B4D.


Border color

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

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

This div border color is #002B4D.


Opacity

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

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

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

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

This text has shadow with #002B4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002B4D on black background.


Color preview on white background

This text has color #002B4D on white background.



Black color preview on #002B4D background

This text has black color on #002B4D background.


White color preview on #002B4D background

This text has white color on #002B4D background.