COLOR #002B79

HEX: #002B79 RGB: (0,43,121)

Color info

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

RGB color model

#002B79 color RGB value is (0,43,121).

RGB: (0,43,121) (0%, 17%, 47%)

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 121 of 255 = 47%

0
43
121

R + G + B ~ 21%. #002B79 is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 43 + 121 = 164 (100%)
R 0 of 164 ~ 0%
G 43 of 164 ~ 26.22%
B 121 of 164 ~ 73.78'%

%26.22
%73.78

CMYK color model

#002B79 color CMYK value is (100,64,0,53).

  • cyan value is 100.00%
  • magenta value is 64.46%
  • yellow value is 0.00%
  • key color value is 52.55%

CMYK: (100,64,0,53)
C100M64Y0K53 (100%, 64%, 0%, 53%)
(1.00 / 0.64 / 0.00 / 0.53)

CMYK percentages

%100
%64.46
%0
%52.55

Codes

Color #002B79 in popluar color models

00 2B 79
RGB 0 43 121
HSL 219° 100.00% 23.73%
HSB/HSV 219° 100.00% 47.45%
CMYK 100.00% 64.46% 0.00%
52.55%

Color #002B79 in popluar number systems.

HEX 00 2B 79
Decimal 0 43 121
Binary 0 101011 1111001
Octal 0 53 171

Shades and tints

Shades of #002B79

#002B79
(0,43,121)
#00286E
(0,40,110)
#002563
(0,37,99)
#002258
(0,34,88)
#001F4D
(0,31,77)
#001C42
(0,28,66)
#001937
(0,25,55)
#00162C
(0,22,44)
#001321
(0,19,33)
#001016
(0,16,22)
#000D0B
(0,13,11)
#000000
(0,0,0)

Tints of #002B79

#002B79
(0,43,121)
#173E85
(23,62,133)
#2E5191
(46,81,145)
#45649D
(69,100,157)
#5C77A9
(92,119,169)
#738AB5
(115,138,181)
#8A9DC1
(138,157,193)
#A1B0CD
(161,176,205)
#B8C3D9
(184,195,217)
#CFD6E5
(207,214,229)
#E6E9F1
(230,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002B79; }

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

This text font color is #002B79.

Background Color

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

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

This div background color is #002B79.

Border color

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

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

This div border color is #002B79.

Opacity

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

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

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

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

This text has shadow with #002B79 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002B79.

Preview

Color preview on black background

This text has color #002B79 on black background.


Color preview on white background

This text has color #002B79 on white background.


Black color preview on #002B79 background

This text has black color on #002B79 background.


White color preview on #002B79 background

This text has white color on #002B79 background.


Related colors

Complementary color

Complementary color for #hex is #FFD486.


I love getcolorcode.com

Triadic colors

1 #79002B and #2B7900 with #002B79 are triadic colors.

2 #792B00 and #2B0079 with #002B79 are triadic colors.