COLOR #002BAA

HEX: #002BAA RGB: (0,43,170)

Color info

#002BAA contains mainly blue color. Web safe color of #002BAA is #003399 (or #039).

RGB color model

#002BAA color RGB value is (0,43,170).

RGB: (0,43,170) (0%, 17%, 67%)

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 170 of 255 = 67%

0
43
170

R + G + B ~ 28%. #002BAA is quite dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 43 + 170 = 213 (100%)
R 0 of 213 ~ 0%
G 43 of 213 ~ 20.19%
B 170 of 213 ~ 79.81'%

%20.19
%79.81

CMYK color model

#002BAA color CMYK value is (100,75,0,33).

  • cyan value is 100.00%
  • magenta value is 74.71%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (100,75,0,33)
C100M75Y0K33 (100%, 75%, 0%, 33%)
(1.00 / 0.75 / 0.00 / 0.33)

CMYK percentages

%100
%74.71
%0
%33.33

Codes

Color #002BAA in popluar color models

00 2B AA
RGB 0 43 170
HSL 225° 100.00% 33.33%
HSB/HSV 225° 100.00% 66.67%
CMYK 100.00% 74.71% 0.00%
33.33%

Color #002BAA in popluar number systems.

HEX 00 2B AA
Decimal 0 43 170
Binary 0 101011 10101010
Octal 0 53 252

Shades and tints

Shades of #002BAA

#002BAA
(0,43,170)
#00289B
(0,40,155)
#00258C
(0,37,140)
#00227D
(0,34,125)
#001F6E
(0,31,110)
#001C5F
(0,28,95)
#001950
(0,25,80)
#001641
(0,22,65)
#001332
(0,19,50)
#001023
(0,16,35)
#000D14
(0,13,20)
#000000
(0,0,0)

Tints of #002BAA

#002BAA
(0,43,170)
#173EB1
(23,62,177)
#2E51B8
(46,81,184)
#4564BF
(69,100,191)
#5C77C6
(92,119,198)
#738ACD
(115,138,205)
#8A9DD4
(138,157,212)
#A1B0DB
(161,176,219)
#B8C3E2
(184,195,226)
#CFD6E9
(207,214,233)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002BAA; }

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

This text font color is #002BAA.

Background Color

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

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

This div background color is #002BAA.

Border color

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

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

This div border color is #002BAA.

Opacity

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

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

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

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

This text has shadow with #002BAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002BAA.

Preview

Color preview on black background

This text has color #002BAA on black background.


Color preview on white background

This text has color #002BAA on white background.


Black color preview on #002BAA background

This text has black color on #002BAA background.


White color preview on #002BAA background

This text has white color on #002BAA background.


Related colors

Complementary color

Complementary color for #hex is #FFD455.


I love getcolorcode.com

Triadic colors

1 #AA002B and #2BAA00 with #002BAA are triadic colors.

2 #AA2B00 and #2B00AA with #002BAA are triadic colors.