COLOR #0253A2

HEX: #0253A2 RGB: (2,83,162)

Color info

#0253A2 contains mainly blue color. Web safe color of #0253A2 is #006699 (or #069).

RGB color model

#0253A2 color RGB value is (2,83,162).

RGB: (2,83,162) (1%, 33%, 64%)

RGB channels and saturation

R 2 of 255 = 1%
G 83 of 255 = 33%
B 162 of 255 = 64%

2
83
162

R + G + B ~ 33%. #0253A2 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 2 + 83 + 162 = 247 (100%)
R 2 of 247 ~ 0.81%
G 83 of 247 ~ 33.6%
B 162 of 247 ~ 65.59'%

%33.6
%65.59

CMYK color model

#0253A2 color CMYK value is (99,49,0,36).

  • cyan value is 98.77%
  • magenta value is 48.77%
  • yellow value is 0.00%
  • key color value is 36.47%

CMYK: (99,49,0,36)
C99M49Y0K36 (99%, 49%, 0%, 36%)
(0.99 / 0.49 / 0.00 / 0.36)

CMYK percentages

%98.77
%48.77
%0
%36.47

Codes

Color #0253A2 in popluar color models

02 53 A2
RGB 2 83 162
HSL 210° 97.56% 32.16%
HSB/HSV 210° 98.77% 63.53%
CMYK 98.77% 48.77% 0.00%
36.47%

Color #0253A2 in popluar number systems.

HEX 02 53 A2
Decimal 2 83 162
Binary 10 1010011 10100010
Octal 2 123 242

Shades and tints

Shades of #0253A2

#0253A2
(2,83,162)
#024C94
(2,76,148)
#024586
(2,69,134)
#023E78
(2,62,120)
#02376A
(2,55,106)
#02305C
(2,48,92)
#02294E
(2,41,78)
#022240
(2,34,64)
#021B32
(2,27,50)
#021424
(2,20,36)
#020D16
(2,13,22)
#000000
(0,0,0)

Tints of #0253A2

#0253A2
(2,83,162)
#1962AA
(25,98,170)
#3071B2
(48,113,178)
#4780BA
(71,128,186)
#5E8FC2
(94,143,194)
#759ECA
(117,158,202)
#8CADD2
(140,173,210)
#A3BCDA
(163,188,218)
#BACBE2
(186,203,226)
#D1DAEA
(209,218,234)
#E8E9F2
(232,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0253A2 color. Also use rgb(2,83,162) instead hex code.

Text Font Color

.myTextColor { color: #0253A2; }

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

This text font color is #0253A2.

Background Color

.myBgColor { background-color: #0253A2; }

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

This div background color is #0253A2.

Border color

.myBorderColor { border: 1px solid #0253A2; }

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

This div border color is #0253A2.

Opacity

.myOpacity80 { color: #0253A2; opacity: 0.8; }

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

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

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

This text has shadow with #0253A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0253A2.

Preview

Color preview on black background

This text has color #0253A2 on black background.


Color preview on white background

This text has color #0253A2 on white background.


Black color preview on #0253A2 background

This text has black color on #0253A2 background.


White color preview on #0253A2 background

This text has white color on #0253A2 background.


Related colors

Complementary color

Complementary color for #hex is #FDAC5D.


I love getcolorcode.com

Triadic colors

1 #A20253 and #53A202 with #0253A2 are triadic colors.

2 #A25302 and #5302A2 with #0253A2 are triadic colors.