COLOR #02253A

HEX: #02253A RGB: (2,37,58)

Color info

#02253A contains red, green and blue colors in about the same proportion. Web safe color of #02253A is #003333 (or #033).

RGB color model

#02253A color RGB value is (2,37,58).

RGB: (2,37,58) (1%, 15%, 23%)

RGB channels and saturation

R 2 of 255 = 1%
G 37 of 255 = 15%
B 58 of 255 = 23%

2
37
58

R + G + B ~ 13%. #02253A is dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 37 + 58 = 97 (100%)
R 2 of 97 ~ 2.06%
G 37 of 97 ~ 38.14%
B 58 of 97 ~ 59.79'%

%38.14
%59.79

CMYK color model

#02253A color CMYK value is (97,36,0,77).

  • cyan value is 96.55%
  • magenta value is 36.21%
  • yellow value is 0.00%
  • key color value is 77.25%

CMYK: (97,36,0,77)
C97M36Y0K77 (97%, 36%, 0%, 77%)
(0.97 / 0.36 / 0.00 / 0.77)

CMYK percentages

%96.55
%36.21
%0
%77.25

Codes

Color #02253A in popluar color models

02 25 3A
RGB 2 37 58
HSL 203° 93.33% 11.76%
HSB/HSV 203° 96.55% 22.75%
CMYK 96.55% 36.21% 0.00%
77.25%

Color #02253A in popluar number systems.

HEX 02 25 3A
Decimal 2 37 58
Binary 10 100101 111010
Octal 2 45 72

Shades and tints

Shades of #02253A

#02253A
(2,37,58)
#022235
(2,34,53)
#021F30
(2,31,48)
#021C2B
(2,28,43)
#021926
(2,25,38)
#021621
(2,22,33)
#02131C
(2,19,28)
#021017
(2,16,23)
#020D12
(2,13,18)
#020A0D
(2,10,13)
#020708
(2,7,8)
#000000
(0,0,0)

Tints of #02253A

#02253A
(2,37,58)
#19384B
(25,56,75)
#304B5C
(48,75,92)
#475E6D
(71,94,109)
#5E717E
(94,113,126)
#75848F
(117,132,143)
#8C97A0
(140,151,160)
#A3AAB1
(163,170,177)
#BABDC2
(186,189,194)
#D1D0D3
(209,208,211)
#E8E3E4
(232,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02253A; }

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

This text font color is #02253A.

Background Color

.myBgColor { background-color: #02253A; }

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

This div background color is #02253A.

Border color

.myBorderColor { border: 1px solid #02253A; }

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

This div border color is #02253A.

Opacity

.myOpacity80 { color: #02253A; opacity: 0.8; }

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

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

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

This text has shadow with #02253A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #02253A.

Preview

Color preview on black background

This text has color #02253A on black background.


Color preview on white background

This text has color #02253A on white background.


Black color preview on #02253A background

This text has black color on #02253A background.


White color preview on #02253A background

This text has white color on #02253A background.


Related colors

Complementary color

Complementary color for #hex is #FDDAC5.


I love getcolorcode.com

Triadic colors

1 #3A0225 and #253A02 with #02253A are triadic colors.

2 #3A2502 and #25023A with #02253A are triadic colors.