COLOR #002BA8

HEX: #002BA8
RGB: (0,43,168)

Color info

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

RGB color model

#002BA8 color RGB value is (0,43,168).

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

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 168 of 255 = 66%

0
43
168

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

Portions of RGB colors in percentages

R + G + B =
0 + 43 + 168 = 211 (100%)
R 0 of 211 ~ 0%
G 43 of 211 ~ 20.38%
B 168 of 211 ~ 79.62%

%20.38
%79.62

CMYK color model

#002BA8 color CMYK value is (100,74,0,34).

  • cyan value is 100.00%
  • magenta value is 74.40%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(100,74,0,34)
C100M74Y0K34 
(100%,74%,0%,34%)
(1.00/0.74/0.00/0.34)	

CMYK percentages

%100
%74.4
%0
%34.12

Codes

Color #002BA8 in popluar color models

002BA8
RGB043168
HSL225°100.00%32.94%
HSB/HSV225°100.00%65.88%
CMYK100.00%74.40%0.00%
34.12%

Color #002BA8 in popluar number systems.

HEX002BA8
Decimal043168
Binary010101110101000
Octal053250

Shades and tints

Shades of #002BA8

#002BA8
(0,43,168)
#002899
(0,40,153)
#00258A
(0,37,138)
#00227B
(0,34,123)
#001F6C
(0,31,108)
#001C5D
(0,28,93)
#00194E
(0,25,78)
#00163F
(0,22,63)
#001330
(0,19,48)
#001021
(0,16,33)
#000D12
(0,13,18)
#000000
(0,0,0)

Tints of #002BA8

#002BA8
(0,43,168)
#173EAF
(23,62,175)
#2E51B6
(46,81,182)
#4564BD
(69,100,189)
#5C77C4
(92,119,196)
#738ACB
(115,138,203)
#8A9DD2
(138,157,210)
#A1B0D9
(161,176,217)
#B8C3E0
(184,195,224)
#CFD6E7
(207,214,231)
#E6E9EE
(230,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002BA8; }

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

This text font color is #002BA8.


Background Color

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

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

This div background color is #002BA8.


Border color

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

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

This div border color is #002BA8.


Opacity

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

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

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

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

This text has shadow with #002BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002BA8 on black background.


Color preview on white background

This text has color #002BA8 on white background.



Black color preview on #002BA8 background

This text has black color on #002BA8 background.


White color preview on #002BA8 background

This text has white color on #002BA8 background.