COLOR #002B4F

HEX: #002B4F
RGB: (0,43,79)

Color info

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

RGB color model

#002B4F color RGB value is (0,43,79).

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

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 79 of 255 = 31%

0
43
79

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

Portions of RGB colors in percentages

R + G + B =
0 + 43 + 79 = 122 (100%)
R 0 of 122 ~ 0%
G 43 of 122 ~ 35.25%
B 79 of 122 ~ 64.75%

%35.25
%64.75

CMYK color model

#002B4F color CMYK value is (100,46,0,69).

  • cyan value is 100.00%
  • magenta value is 45.57%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(100,46,0,69)
C100M46Y0K69 
(100%,46%,0%,69%)
(1.00/0.46/0.00/0.69)	

CMYK percentages

%100
%45.57
%0
%69.02

Codes

Color #002B4F in popluar color models

002B4F
RGB04379
HSL207°100.00%15.49%
HSB/HSV207°100.00%30.98%
CMYK100.00%45.57%0.00%
69.02%

Color #002B4F in popluar number systems.

HEX002B4F
Decimal04379
Binary01010111001111
Octal053117

Shades and tints

Shades of #002B4F

#002B4F
(0,43,79)
#002848
(0,40,72)
#002541
(0,37,65)
#00223A
(0,34,58)
#001F33
(0,31,51)
#001C2C
(0,28,44)
#001925
(0,25,37)
#00161E
(0,22,30)
#001317
(0,19,23)
#001010
(0,16,16)
#000D09
(0,13,9)
#000000
(0,0,0)

Tints of #002B4F

#002B4F
(0,43,79)
#173E5F
(23,62,95)
#2E516F
(46,81,111)
#45647F
(69,100,127)
#5C778F
(92,119,143)
#738A9F
(115,138,159)
#8A9DAF
(138,157,175)
#A1B0BF
(161,176,191)
#B8C3CF
(184,195,207)
#CFD6DF
(207,214,223)
#E6E9EF
(230,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002B4F; }

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

This text font color is #002B4F.


Background Color

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

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

This div background color is #002B4F.


Border color

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

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

This div border color is #002B4F.


Opacity

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

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

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

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

This text has shadow with #002B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002B4F on black background.


Color preview on white background

This text has color #002B4F on white background.



Black color preview on #002B4F background

This text has black color on #002B4F background.


White color preview on #002B4F background

This text has white color on #002B4F background.