COLOR #000227

HEX: #000227
RGB: (0,2,39)

Color info

#000227 contains only green and blue colors. Web safe color of #000227 is #000033 (or #003).

RGB color model

#000227 color RGB value is (0,2,39).

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

RGB channels and saturation

R 0 of 255 = 0%
G 2 of 255 = 1%
B 39 of 255 = 15%

0
2
39

R + G + B ~ 5%. #000227 is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 2 + 39 = 41 (100%)
R 0 of 41 ~ 0%
G 2 of 41 ~ 4.88%
B 39 of 41 ~ 95.12%

%95.12

CMYK color model

#000227 color CMYK value is (100,95,0,85).

  • cyan value is 100.00%
  • magenta value is 94.87%
  • yellow value is 0.00%
  • key color value is 84.71%
CMYK:
(100,95,0,85)
C100M95Y0K85 
(100%,95%,0%,85%)
(1.00/0.95/0.00/0.85)	

CMYK percentages

%100
%94.87
%0
%84.71

Codes

Color #000227 in popluar color models

000227
RGB0239
HSL237°100.00%7.65%
HSB/HSV237°100.00%15.29%
CMYK100.00%94.87%0.00%
84.71%

Color #000227 in popluar number systems.

HEX000227
Decimal0239
Binary010100111
Octal0247

Shades and tints

Shades of #000227

#000227
(0,2,39)
#000224
(0,2,36)
#000221
(0,2,33)
#00021E
(0,2,30)
#00021B
(0,2,27)
#000218
(0,2,24)
#000215
(0,2,21)
#000212
(0,2,18)
#00020F
(0,2,15)
#00020C
(0,2,12)
#000209
(0,2,9)
#000000
(0,0,0)

Tints of #000227

#000227
(0,2,39)
#17193A
(23,25,58)
#2E304D
(46,48,77)
#454760
(69,71,96)
#5C5E73
(92,94,115)
#737586
(115,117,134)
#8A8C99
(138,140,153)
#A1A3AC
(161,163,172)
#B8BABF
(184,186,191)
#CFD1D2
(207,209,210)
#E6E8E5
(230,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000227; }

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

This text font color is #000227.


Background Color

.myBgColor { background-color: #000227; }

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

This div background color is #000227.


Border color

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

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

This div border color is #000227.


Opacity

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

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

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

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

This text has shadow with #000227 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000227 on black background.


Color preview on white background

This text has color #000227 on white background.



Black color preview on #000227 background

This text has black color on #000227 background.


White color preview on #000227 background

This text has white color on #000227 background.