COLOR #002B5A

HEX: #002B5A RGB: (0,43,90)

Color info

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

RGB color model

#002B5A color RGB value is (0,43,90).

RGB: (0,43,90) (0%, 17%, 35%)

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 90 of 255 = 35%

0
43
90

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

Portions of RGB colors in percentages

R + G + B = 0 + 43 + 90 = 133 (100%)
R 0 of 133 ~ 0%
G 43 of 133 ~ 32.33%
B 90 of 133 ~ 67.67'%

%32.33
%67.67

CMYK color model

#002B5A color CMYK value is (100,52,0,65).

  • cyan value is 100.00%
  • magenta value is 52.22%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (100,52,0,65)
C100M52Y0K65 (100%, 52%, 0%, 65%)
(1.00 / 0.52 / 0.00 / 0.65)

CMYK percentages

%100
%52.22
%0
%64.71

Codes

Color #002B5A in popluar color models

00 2B 5A
RGB 0 43 90
HSL 211° 100.00% 17.65%
HSB/HSV 211° 100.00% 35.29%
CMYK 100.00% 52.22% 0.00%
64.71%

Color #002B5A in popluar number systems.

HEX 00 2B 5A
Decimal 0 43 90
Binary 0 101011 1011010
Octal 0 53 132

Shades and tints

Shades of #002B5A

#002B5A
(0,43,90)
#002852
(0,40,82)
#00254A
(0,37,74)
#002242
(0,34,66)
#001F3A
(0,31,58)
#001C32
(0,28,50)
#00192A
(0,25,42)
#001622
(0,22,34)
#00131A
(0,19,26)
#001012
(0,16,18)
#000D0A
(0,13,10)
#000000
(0,0,0)

Tints of #002B5A

#002B5A
(0,43,90)
#173E69
(23,62,105)
#2E5178
(46,81,120)
#456487
(69,100,135)
#5C7796
(92,119,150)
#738AA5
(115,138,165)
#8A9DB4
(138,157,180)
#A1B0C3
(161,176,195)
#B8C3D2
(184,195,210)
#CFD6E1
(207,214,225)
#E6E9F0
(230,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002B5A; }

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

This text font color is #002B5A.

Background Color

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

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

This div background color is #002B5A.

Border color

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

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

This div border color is #002B5A.

Opacity

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

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

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

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

This text has shadow with #002B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #002B5A.

Preview

Color preview on black background

This text has color #002B5A on black background.


Color preview on white background

This text has color #002B5A on white background.


Black color preview on #002B5A background

This text has black color on #002B5A background.


White color preview on #002B5A background

This text has white color on #002B5A background.


Related colors

Complementary color

Complementary color for #hex is #FFD4A5.


I love getcolorcode.com

Triadic colors

1 #5A002B and #2B5A00 with #002B5A are triadic colors.

2 #5A2B00 and #2B005A with #002B5A are triadic colors.