COLOR #002128

HEX: #002128
RGB: (0,33,40)

Color info

#002128 contains only green and blue colors. Web safe color of #002128 is #003333 (or #033).

RGB color model

#002128 color RGB value is (0,33,40).

  • red value is 0;
  • green value is 33;
  • blue value is 40.
RGB:
(0,33,40)
(0%,13%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 40 of 255 = 16%

0
33
40

R + G + B ~ 10%. #002128 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 40 = 73 (100%)
R 0 of 73 ~ 0%
G 33 of 73 ~ 45.21%
B 40 of 73 ~ 54.79%

%45.21
%54.79

CMYK color model

#002128 color CMYK value is (100,18,0,84).

  • cyan value is 100.00%
  • magenta value is 17.50%
  • yellow value is 0.00%
  • key color value is 84.31%
CMYK:
(100,18,0,84)
C100M18Y0K84 
(100%,18%,0%,84%)
(1.00/0.18/0.00/0.84)	

CMYK percentages

%100
%17.5
%0
%84.31

Codes

Color #002128 in popluar color models

002128
RGB03340
HSL191°100.00%7.84%
HSB/HSV191°100.00%15.69%
CMYK100.00%17.50%0.00%
84.31%

Color #002128 in popluar number systems.

HEX002128
Decimal03340
Binary0100001101000
Octal04150

Shades and tints

Shades of #002128

#002128
(0,33,40)
#001E25
(0,30,37)
#001B22
(0,27,34)
#00181F
(0,24,31)
#00151C
(0,21,28)
#001219
(0,18,25)
#000F16
(0,15,22)
#000C13
(0,12,19)
#000910
(0,9,16)
#00060D
(0,6,13)
#00030A
(0,3,10)
#000000
(0,0,0)

Tints of #002128

#002128
(0,33,40)
#17353B
(23,53,59)
#2E494E
(46,73,78)
#455D61
(69,93,97)
#5C7174
(92,113,116)
#738587
(115,133,135)
#8A999A
(138,153,154)
#A1ADAD
(161,173,173)
#B8C1C0
(184,193,192)
#CFD5D3
(207,213,211)
#E6E9E6
(230,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #002128 color. Also use rgb(0,33,40) instead hex code.

Text Font Color

.myTextColor { color: #002128; }

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

This text font color is #002128.


Background Color

.myBgColor { background-color: #002128; }

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

This div background color is #002128.


Border color

.myBorderColor { border: 1px solid #002128; }

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

This div border color is #002128.


Opacity

.myOpacity80 { color: #002128; opacity: 0.8; }

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

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

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

This text has shadow with #002128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002128 on black background.


Color preview on white background

This text has color #002128 on white background.



Black color preview on #002128 background

This text has black color on #002128 background.


White color preview on #002128 background

This text has white color on #002128 background.