COLOR #002BD1

HEX: #002BD1
RGB: (0,43,209)

Color info

#002BD1 contains mainly blue color. Web safe color of #002BD1 is #0033CC (or #03C).

RGB color model

#002BD1 color RGB value is (0,43,209).

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

RGB channels and saturation

R 0 of 255 = 0%
G 43 of 255 = 17%
B 209 of 255 = 82%

0
43
209

R + G + B ~ 33%. #002BD1 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 43 + 209 = 252 (100%)
R 0 of 252 ~ 0%
G 43 of 252 ~ 17.06%
B 209 of 252 ~ 82.94%

%17.06
%82.94

CMYK color model

#002BD1 color CMYK value is (100,79,0,18).

  • cyan value is 100.00%
  • magenta value is 79.43%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(100,79,0,18)
C100M79Y0K18 
(100%,79%,0%,18%)
(1.00/0.79/0.00/0.18)	

CMYK percentages

%100
%79.43
%0
%18.04

Codes

Color #002BD1 in popluar color models

002BD1
RGB043209
HSL228°100.00%40.98%
HSB/HSV228°100.00%81.96%
CMYK100.00%79.43%0.00%
18.04%

Color #002BD1 in popluar number systems.

HEX002BD1
Decimal043209
Binary010101111010001
Octal053321

Shades and tints

Shades of #002BD1

#002BD1
(0,43,209)
#0028BE
(0,40,190)
#0025AB
(0,37,171)
#002298
(0,34,152)
#001F85
(0,31,133)
#001C72
(0,28,114)
#00195F
(0,25,95)
#00164C
(0,22,76)
#001339
(0,19,57)
#001026
(0,16,38)
#000D13
(0,13,19)
#000000
(0,0,0)

Tints of #002BD1

#002BD1
(0,43,209)
#173ED5
(23,62,213)
#2E51D9
(46,81,217)
#4564DD
(69,100,221)
#5C77E1
(92,119,225)
#738AE5
(115,138,229)
#8A9DE9
(138,157,233)
#A1B0ED
(161,176,237)
#B8C3F1
(184,195,241)
#CFD6F5
(207,214,245)
#E6E9F9
(230,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002BD1; }

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

This text font color is #002BD1.


Background Color

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

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

This div background color is #002BD1.


Border color

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

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

This div border color is #002BD1.


Opacity

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

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

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

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

This text has shadow with #002BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002BD1 on black background.


Color preview on white background

This text has color #002BD1 on white background.



Black color preview on #002BD1 background

This text has black color on #002BD1 background.


White color preview on #002BD1 background

This text has white color on #002BD1 background.