COLOR #002B54

HEX: #002B54
RGB: (0,43,84)

Color info

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

RGB color model

#002B54 color RGB value is (0,43,84).

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

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 84 of 255 = 33%

0
43
84

R + G + B ~ 17%. #002B54 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 43 + 84 = 127 (100%)
R 0 of 127 ~ 0%
G 43 of 127 ~ 33.86%
B 84 of 127 ~ 66.14%

%33.86
%66.14

CMYK color model

#002B54 color CMYK value is (100,49,0,67).

  • cyan value is 100.00%
  • magenta value is 48.81%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(100,49,0,67)
C100M49Y0K67 
(100%,49%,0%,67%)
(1.00/0.49/0.00/0.67)	

CMYK percentages

%100
%48.81
%0
%67.06

Codes

Color #002B54 in popluar color models

002B54
RGB04384
HSL209°100.00%16.47%
HSB/HSV209°100.00%32.94%
CMYK100.00%48.81%0.00%
67.06%

Color #002B54 in popluar number systems.

HEX002B54
Decimal04384
Binary01010111010100
Octal053124

Shades and tints

Shades of #002B54

#002B54
(0,43,84)
#00284D
(0,40,77)
#002546
(0,37,70)
#00223F
(0,34,63)
#001F38
(0,31,56)
#001C31
(0,28,49)
#00192A
(0,25,42)
#001623
(0,22,35)
#00131C
(0,19,28)
#001015
(0,16,21)
#000D0E
(0,13,14)
#000000
(0,0,0)

Tints of #002B54

#002B54
(0,43,84)
#173E63
(23,62,99)
#2E5172
(46,81,114)
#456481
(69,100,129)
#5C7790
(92,119,144)
#738A9F
(115,138,159)
#8A9DAE
(138,157,174)
#A1B0BD
(161,176,189)
#B8C3CC
(184,195,204)
#CFD6DB
(207,214,219)
#E6E9EA
(230,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002B54; }

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

This text font color is #002B54.


Background Color

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

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

This div background color is #002B54.


Border color

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

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

This div border color is #002B54.


Opacity

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

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

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

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

This text has shadow with #002B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002B54 on black background.


Color preview on white background

This text has color #002B54 on white background.



Black color preview on #002B54 background

This text has black color on #002B54 background.


White color preview on #002B54 background

This text has white color on #002B54 background.