COLOR #002127

HEX: #002127
RGB: (0,33,39)

Color info

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

RGB color model

#002127 color RGB value is (0,33,39).

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

RGB channels and saturation

R 0 of 255 = 0%
G 33 of 255 = 13%
B 39 of 255 = 15%

0
33
39

R + G + B ~ 9%. #002127 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 33 + 39 = 72 (100%)
R 0 of 72 ~ 0%
G 33 of 72 ~ 45.83%
B 39 of 72 ~ 54.17%

%45.83
%54.17

CMYK color model

#002127 color CMYK value is (100,15,0,85).

  • cyan value is 100.00%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(100,15,0,85)
C100M15Y0K85 
(100%,15%,0%,85%)
(1.00/0.15/0.00/0.85)	

CMYK percentages

%100
%15.38
%0
%84.71

Codes

Color #002127 in popluar color models

002127
RGB03339
HSL189°100.00%7.65%
HSB/HSV189°100.00%15.29%
CMYK100.00%15.38%0.00%
84.71%

Color #002127 in popluar number systems.

HEX002127
Decimal03339
Binary0100001100111
Octal04147

Shades and tints

Shades of #002127

#002127
(0,33,39)
#001E24
(0,30,36)
#001B21
(0,27,33)
#00181E
(0,24,30)
#00151B
(0,21,27)
#001218
(0,18,24)
#000F15
(0,15,21)
#000C12
(0,12,18)
#00090F
(0,9,15)
#00060C
(0,6,12)
#000309
(0,3,9)
#000000
(0,0,0)

Tints of #002127

#002127
(0,33,39)
#17353A
(23,53,58)
#2E494D
(46,73,77)
#455D60
(69,93,96)
#5C7173
(92,113,115)
#738586
(115,133,134)
#8A9999
(138,153,153)
#A1ADAC
(161,173,172)
#B8C1BF
(184,193,191)
#CFD5D2
(207,213,210)
#E6E9E5
(230,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #002127; }

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

This text font color is #002127.


Background Color

.myBgColor { background-color: #002127; }

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

This div background color is #002127.


Border color

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

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

This div border color is #002127.


Opacity

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

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

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

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

This text has shadow with #002127 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #002127 on black background.


Color preview on white background

This text has color #002127 on white background.



Black color preview on #002127 background

This text has black color on #002127 background.


White color preview on #002127 background

This text has white color on #002127 background.