COLOR #000225

HEX: #000225 RGB: (0,2,37)

Color info

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

RGB color model

#000225 color RGB value is (0,2,37).

RGB: (0,2,37) (0%, 1%, 15%)

RGB channels and saturation

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

0
2
37

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

Portions of RGB colors in percentages

R + G + B = 0 + 2 + 37 = 39 (100%)
R 0 of 39 ~ 0%
G 2 of 39 ~ 5.13%
B 37 of 39 ~ 94.87'%

%94.87

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 94.59%
  • yellow value is 0.00%
  • key color value is 85.49%

CMYK: (100,95,0,85)
C100M95Y0K85 (100%, 95%, 0%, 85%)
(1.00 / 0.95 / 0.00 / 0.85)

CMYK percentages

%100
%94.59
%0
%85.49

Codes

Color #000225 in popluar color models

00 02 25
RGB 0 2 37
HSL 237° 100.00% 7.25%
HSB/HSV 237° 100.00% 14.51%
CMYK 100.00% 94.59% 0.00%
85.49%

Color #000225 in popluar number systems.

HEX 00 02 25
Decimal 0 2 37
Binary 0 10 100101
Octal 0 2 45

Shades and tints

Shades of #000225

#000225
(0,2,37)
#000222
(0,2,34)
#00021F
(0,2,31)
#00021C
(0,2,28)
#000219
(0,2,25)
#000216
(0,2,22)
#000213
(0,2,19)
#000210
(0,2,16)
#00020D
(0,2,13)
#00020A
(0,2,10)
#000207
(0,2,7)
#000000
(0,0,0)

Tints of #000225

#000225
(0,2,37)
#171938
(23,25,56)
#2E304B
(46,48,75)
#45475E
(69,71,94)
#5C5E71
(92,94,113)
#737584
(115,117,132)
#8A8C97
(138,140,151)
#A1A3AA
(161,163,170)
#B8BABD
(184,186,189)
#CFD1D0
(207,209,208)
#E6E8E3
(230,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000225; }

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

This text font color is #000225.

Background Color

.myBgColor { background-color: #000225; }

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

This div background color is #000225.

Border color

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

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

This div border color is #000225.

Opacity

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

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

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

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

This text has shadow with #000225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #000225.

Preview

Color preview on black background

This text has color #000225 on black background.


Color preview on white background

This text has color #000225 on white background.


Black color preview on #000225 background

This text has black color on #000225 background.


White color preview on #000225 background

This text has white color on #000225 background.


Related colors

Complementary color

Complementary color for #hex is #FFFDDA.


I love getcolorcode.com

Triadic colors

1 #250002 and #022500 with #000225 are triadic colors.

2 #250200 and #020025 with #000225 are triadic colors.