COLOR #02257D

HEX: #02257D
RGB: (2,37,125)

Color info

#02257D contains mainly blue color. Web safe color of #02257D is #003366 (or #036).

RGB color model

#02257D color RGB value is (2,37,125).

  • red value is 2;
  • green value is 37;
  • blue value is 125.
RGB:
(2,37,125)
(1%,15%,49%)

RGB channels and saturation

R 2 of 255 = 1%
G 37 of 255 = 15%
B 125 of 255 = 49%

2
37
125

R + G + B ~ 22%. #02257D is dark color.

Portions of RGB colors in percentages

R + G + B =
2 + 37 + 125 = 164 (100%)
R 2 of 164 ~ 1.22%
G 37 of 164 ~ 22.56%
B 125 of 164 ~ 76.22%

%22.56
%76.22

CMYK color model

#02257D color CMYK value is (98,70,0,51).

  • cyan value is 98.40%
  • magenta value is 70.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(98,70,0,51)
C98M70Y0K51 
(98%,70%,0%,51%)
(0.98/0.70/0.00/0.51)	

CMYK percentages

%98.4
%70.4
%0
%50.98

Codes

Color #02257D in popluar color models

02257D
RGB237125
HSL223°96.85%24.90%
HSB/HSV223°98.40%49.02%
CMYK98.40%70.40%0.00%
50.98%

Color #02257D in popluar number systems.

HEX02257D
Decimal237125
Binary101001011111101
Octal245175

Shades and tints

Shades of #02257D

#02257D
(2,37,125)
#022272
(2,34,114)
#021F67
(2,31,103)
#021C5C
(2,28,92)
#021951
(2,25,81)
#021646
(2,22,70)
#02133B
(2,19,59)
#021030
(2,16,48)
#020D25
(2,13,37)
#020A1A
(2,10,26)
#02070F
(2,7,15)
#000000
(0,0,0)

Tints of #02257D

#02257D
(2,37,125)
#193888
(25,56,136)
#304B93
(48,75,147)
#475E9E
(71,94,158)
#5E71A9
(94,113,169)
#7584B4
(117,132,180)
#8C97BF
(140,151,191)
#A3AACA
(163,170,202)
#BABDD5
(186,189,213)
#D1D0E0
(209,208,224)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02257D; }

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

This text font color is #02257D.


Background Color

.myBgColor { background-color: #02257D; }

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

This div background color is #02257D.


Border color

.myBorderColor { border: 1px solid #02257D; }

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

This div border color is #02257D.


Opacity

.myOpacity80 { color: #02257D; opacity: 0.8; }

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

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

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

This text has shadow with #02257D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02257D on black background.


Color preview on white background

This text has color #02257D on white background.



Black color preview on #02257D background

This text has black color on #02257D background.


White color preview on #02257D background

This text has white color on #02257D background.