COLOR #022501

HEX: #022501 RGB: (2,37,1)

Color info

#022501 contains red, green and blue colors in about the same proportion. Web safe color of #022501 is #003300 (or #030).

RGB color model

#022501 color RGB value is (2,37,1).

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

RGB channels and saturation

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

2
37
1

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

Portions of RGB colors in percentages

R + G + B = 2 + 37 + 1 = 40 (100%)
R 2 of 40 ~ 5%
G 37 of 40 ~ 92.5%
B 1 of 40 ~ 2.5'%

%92.5

CMYK color model

#022501 color CMYK value is (95,0,97,85).

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

CMYK: (95,0,97,85)
C95M0Y97K85 (95%, 0%, 97%, 85%)
(0.95 / 0.00 / 0.97 / 0.85)

CMYK percentages

%94.59
%0
%97.3
%85.49

Codes

Color #022501 in popluar color models

02 25 01
RGB 2 37 1
HSL 118° 94.74% 7.45%
HSB/HSV 118° 97.30% 14.51%
CMYK 94.59% 0.00% 97.30%
85.49%

Color #022501 in popluar number systems.

HEX 02 25 01
Decimal 2 37 1
Binary 10 100101 1
Octal 2 45 1

Shades and tints

Shades of #022501

#022501
(2,37,1)
#022201
(2,34,1)
#021F01
(2,31,1)
#021C01
(2,28,1)
#021901
(2,25,1)
#021601
(2,22,1)
#021301
(2,19,1)
#021001
(2,16,1)
#020D01
(2,13,1)
#020A01
(2,10,1)
#020701
(2,7,1)
#000000
(0,0,0)

Tints of #022501

#022501
(2,37,1)
#193818
(25,56,24)
#304B2F
(48,75,47)
#475E46
(71,94,70)
#5E715D
(94,113,93)
#758474
(117,132,116)
#8C978B
(140,151,139)
#A3AAA2
(163,170,162)
#BABDB9
(186,189,185)
#D1D0D0
(209,208,208)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #022501; }

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

This text font color is #022501.

Background Color

.myBgColor { background-color: #022501; }

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

This div background color is #022501.

Border color

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

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

This div border color is #022501.

Opacity

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

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

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

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

This text has shadow with #022501 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #022501.

Preview

Color preview on black background

This text has color #022501 on black background.


Color preview on white background

This text has color #022501 on white background.


Black color preview on #022501 background

This text has black color on #022501 background.


White color preview on #022501 background

This text has white color on #022501 background.


Related colors

Complementary color

Complementary color for #hex is #FDDAFE.


I love getcolorcode.com

Triadic colors

1 #010225 and #250102 with #022501 are triadic colors.

2 #012502 and #250201 with #022501 are triadic colors.